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 = 0x00000000000000FFUL |
constexpr const auto | from = 0 |
constexpr const auto | name = "pa0" |
|
inline |
Definition at line 663 of file vmcs_intel_x64_64bit_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 666 of file vmcs_intel_x64_64bit_guest_state_fields.h.
void intel_x64::vmcs::guest_ia32_pat::pa0::set | ( | T | val | ) |
Definition at line 670 of file vmcs_intel_x64_64bit_guest_state_fields.h.
|
noexcept |
Definition at line 677 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa0::mask = 0x00000000000000FFUL |
Definition at line 659 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa0::from = 0 |
Definition at line 660 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa0::name = "pa0" |
Definition at line 661 of file vmcs_intel_x64_64bit_guest_state_fields.h.