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 = 0xFFFF000000000F80UL |
constexpr const auto | from = 0 |
constexpr const auto | name = "reserved" |
|
inline |
Definition at line 616 of file vmcs_intel_x64_64bit_control_fields.h.
|
inlinenoexcept |
Definition at line 619 of file vmcs_intel_x64_64bit_control_fields.h.
void intel_x64::vmcs::ept_pointer::reserved::set | ( | T | val | ) |
Definition at line 623 of file vmcs_intel_x64_64bit_control_fields.h.
|
noexcept |
Definition at line 630 of file vmcs_intel_x64_64bit_control_fields.h.
constexpr const auto intel_x64::vmcs::ept_pointer::reserved::mask = 0xFFFF000000000F80UL |
Definition at line 612 of file vmcs_intel_x64_64bit_control_fields.h.
constexpr const auto intel_x64::vmcs::ept_pointer::reserved::from = 0 |
Definition at line 613 of file vmcs_intel_x64_64bit_control_fields.h.
constexpr const auto intel_x64::vmcs::ept_pointer::reserved::name = "reserved" |
Definition at line 614 of file vmcs_intel_x64_64bit_control_fields.h.