Namespaces | |
memory_type | |
reserved | |
Functions | |
auto | get () |
auto | get_if_exists (bool verbose=false) noexcept |
template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type> | |
void | set (T val) |
template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type> | |
void | set_if_exists (T val, bool verbose=false) noexcept |
Variables | |
constexpr const auto | mask = 0x000000FF00000000UL |
constexpr const auto | from = 32 |
constexpr const auto | name = "pa4" |
|
inline |
Definition at line 988 of file vmcs_intel_x64_64bit_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 991 of file vmcs_intel_x64_64bit_guest_state_fields.h.
void intel_x64::vmcs::guest_ia32_pat::pa4::set | ( | T | val | ) |
Definition at line 995 of file vmcs_intel_x64_64bit_guest_state_fields.h.
|
noexcept |
Definition at line 1002 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa4::mask = 0x000000FF00000000UL |
Definition at line 984 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa4::from = 32 |
Definition at line 985 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa4::name = "pa4" |
Definition at line 986 of file vmcs_intel_x64_64bit_guest_state_fields.h.