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 = 0x000000000000FF00UL |
constexpr const auto | from = 8 |
constexpr const auto | name = "pa1" |
|
inline |
Definition at line 150 of file vmcs_intel_x64_64bit_host_state_fields.h.
|
inlinenoexcept |
Definition at line 153 of file vmcs_intel_x64_64bit_host_state_fields.h.
void intel_x64::vmcs::host_ia32_pat::pa1::set | ( | T | val | ) |
Definition at line 157 of file vmcs_intel_x64_64bit_host_state_fields.h.
|
noexcept |
Definition at line 164 of file vmcs_intel_x64_64bit_host_state_fields.h.
constexpr const auto intel_x64::vmcs::host_ia32_pat::pa1::mask = 0x000000000000FF00UL |
Definition at line 146 of file vmcs_intel_x64_64bit_host_state_fields.h.
constexpr const auto intel_x64::vmcs::host_ia32_pat::pa1::from = 8 |
Definition at line 147 of file vmcs_intel_x64_64bit_host_state_fields.h.
constexpr const auto intel_x64::vmcs::host_ia32_pat::pa1::name = "pa1" |
Definition at line 148 of file vmcs_intel_x64_64bit_host_state_fields.h.