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 = 0x0000000000FF0000UL |
| constexpr const auto | from = 16 |
| constexpr const auto | name = "pa2" |
|
inline |
Definition at line 231 of file vmcs_intel_x64_64bit_host_state_fields.h.
|
inlinenoexcept |
Definition at line 234 of file vmcs_intel_x64_64bit_host_state_fields.h.
| void intel_x64::vmcs::host_ia32_pat::pa2::set | ( | T | val | ) |
Definition at line 238 of file vmcs_intel_x64_64bit_host_state_fields.h.
|
noexcept |
Definition at line 245 of file vmcs_intel_x64_64bit_host_state_fields.h.
| constexpr const auto intel_x64::vmcs::host_ia32_pat::pa2::mask = 0x0000000000FF0000UL |
Definition at line 227 of file vmcs_intel_x64_64bit_host_state_fields.h.
| constexpr const auto intel_x64::vmcs::host_ia32_pat::pa2::from = 16 |
Definition at line 228 of file vmcs_intel_x64_64bit_host_state_fields.h.
| constexpr const auto intel_x64::vmcs::host_ia32_pat::pa2::name = "pa2" |
Definition at line 229 of file vmcs_intel_x64_64bit_host_state_fields.h.
1.8.14