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 = 0x00000000FFFFFFE0UL |
constexpr const auto | from = 5 |
constexpr const auto | name = "reserved" |
|
inline |
Definition at line 2768 of file vmcs_intel_x64_32bit_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 2771 of file vmcs_intel_x64_32bit_guest_state_fields.h.
void intel_x64::vmcs::guest_interruptibility_state::reserved::set | ( | T | val | ) |
Definition at line 2775 of file vmcs_intel_x64_32bit_guest_state_fields.h.
|
noexcept |
Definition at line 2782 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_interruptibility_state::reserved::mask = 0x00000000FFFFFFE0UL |
Definition at line 2764 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_interruptibility_state::reserved::from = 5 |
Definition at line 2765 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_interruptibility_state::reserved::name = "reserved" |
Definition at line 2766 of file vmcs_intel_x64_32bit_guest_state_fields.h.