Functions | |
auto | exists () |
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 | addr = 0x0000000000004826UL |
constexpr const auto | name = "guest_activity_state" |
constexpr const auto | active = 0U |
constexpr const auto | hlt = 1U |
constexpr const auto | shutdown = 2U |
constexpr const auto | wait_for_sipi = 3U |
|
inline |
Definition at line 2800 of file vmcs_intel_x64_32bit_guest_state_fields.h.
|
inline |
Definition at line 2803 of file vmcs_intel_x64_32bit_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 2806 of file vmcs_intel_x64_32bit_guest_state_fields.h.
void intel_x64::vmcs::guest_activity_state::set | ( | T | val | ) |
Definition at line 2810 of file vmcs_intel_x64_32bit_guest_state_fields.h.
|
noexcept |
Definition at line 2813 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_activity_state::addr = 0x0000000000004826UL |
Definition at line 2792 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_activity_state::name = "guest_activity_state" |
Definition at line 2793 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_activity_state::active = 0U |
Definition at line 2795 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_activity_state::hlt = 1U |
Definition at line 2796 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_activity_state::shutdown = 2U |
Definition at line 2797 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_activity_state::wait_for_sipi = 3U |
Definition at line 2798 of file vmcs_intel_x64_32bit_guest_state_fields.h.