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 = 0x00000000FF000000UL |
constexpr const auto | from = 24 |
constexpr const auto | name = "pa3" |
|
inline |
Definition at line 907 of file vmcs_intel_x64_64bit_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 910 of file vmcs_intel_x64_64bit_guest_state_fields.h.
void intel_x64::vmcs::guest_ia32_pat::pa3::set | ( | T | val | ) |
Definition at line 914 of file vmcs_intel_x64_64bit_guest_state_fields.h.
|
noexcept |
Definition at line 921 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa3::mask = 0x00000000FF000000UL |
Definition at line 903 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa3::from = 24 |
Definition at line 904 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa3::name = "pa3" |
Definition at line 905 of file vmcs_intel_x64_64bit_guest_state_fields.h.