Go to the source code of this file.
Namespaces | |
x64 | |
x64::pdpte | |
x64::pdpte::present | |
x64::pdpte::reserved | |
x64::pdpte::pwt | |
x64::pdpte::pcd | |
x64::pdpte::page_directory_addr | |
Functions | |
auto | x64::pdpte::reserved::mask () noexcept |
auto | x64::pdpte::page_directory_addr::mask () noexcept |
Variables | |
constexpr const auto | x64::pdpte::name = "pdpte" |
constexpr const auto | x64::pdpte::present::mask = 0x0000000000000001UL |
constexpr const auto | x64::pdpte::present::from = 0 |
constexpr const auto | x64::pdpte::present::name = "present" |
constexpr const auto | x64::pdpte::reserved::from = 0 |
constexpr const auto | x64::pdpte::reserved::name = "reserved" |
constexpr const auto | x64::pdpte::pwt::mask = 0x0000000000000008UL |
constexpr const auto | x64::pdpte::pwt::from = 3 |
constexpr const auto | x64::pdpte::pwt::name = "pwt" |
constexpr const auto | x64::pdpte::pcd::mask = 0x0000000000000010UL |
constexpr const auto | x64::pdpte::pcd::from = 4 |
constexpr const auto | x64::pdpte::pcd::name = "pcd" |
constexpr const auto | x64::pdpte::page_directory_addr::from = 12 |
constexpr const auto | x64::pdpte::page_directory_addr::name = "page_directory_addr" |