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 = 0x0000000000000010UL |
constexpr const auto | from = 4 |
constexpr const auto | name = "enclave_interruption" |
|
inline |
Definition at line 2741 of file vmcs_intel_x64_32bit_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 2744 of file vmcs_intel_x64_32bit_guest_state_fields.h.
void intel_x64::vmcs::guest_interruptibility_state::enclave_interruption::set | ( | T | val | ) |
Definition at line 2748 of file vmcs_intel_x64_32bit_guest_state_fields.h.
|
noexcept |
Definition at line 2755 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_interruptibility_state::enclave_interruption::mask = 0x0000000000000010UL |
Definition at line 2737 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_interruptibility_state::enclave_interruption::from = 4 |
Definition at line 2738 of file vmcs_intel_x64_32bit_guest_state_fields.h.
constexpr const auto intel_x64::vmcs::guest_interruptibility_state::enclave_interruption::name = "enclave_interruption" |
Definition at line 2739 of file vmcs_intel_x64_32bit_guest_state_fields.h.