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 = 0x00FF000000000000UL |
constexpr const auto | from = 48 |
constexpr const auto | name = "pa6" |
|
inline |
Definition at line 1150 of file vmcs_intel_x64_64bit_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 1153 of file vmcs_intel_x64_64bit_guest_state_fields.h.
void intel_x64::vmcs::guest_ia32_pat::pa6::set | ( | T | val | ) |
Definition at line 1157 of file vmcs_intel_x64_64bit_guest_state_fields.h.
|
noexcept |
Definition at line 1164 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa6::mask = 0x00FF000000000000UL |
Definition at line 1146 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa6::from = 48 |
Definition at line 1147 of file vmcs_intel_x64_64bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa6::name = "pa6" |
Definition at line 1148 of file vmcs_intel_x64_64bit_guest_state_fields.h.