Functions | |
bool | exists () noexcept |
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 = 0x0000000000004C00UL |
constexpr const auto | name = "host_ia32_sysenter_cs" |
|
inlinenoexcept |
Definition at line 46 of file vmcs_intel_x64_32bit_host_state_field.h.
|
inline |
Definition at line 49 of file vmcs_intel_x64_32bit_host_state_field.h.
|
inlinenoexcept |
Definition at line 52 of file vmcs_intel_x64_32bit_host_state_field.h.
void intel_x64::vmcs::host_ia32_sysenter_cs::set | ( | T | val | ) |
Definition at line 56 of file vmcs_intel_x64_32bit_host_state_field.h.
|
noexcept |
Definition at line 59 of file vmcs_intel_x64_32bit_host_state_field.h.
constexpr const auto intel_x64::vmcs::host_ia32_sysenter_cs::addr = 0x0000000000004C00UL |
Definition at line 43 of file vmcs_intel_x64_32bit_host_state_field.h.
constexpr const auto intel_x64::vmcs::host_ia32_sysenter_cs::name = "host_ia32_sysenter_cs" |
Definition at line 44 of file vmcs_intel_x64_32bit_host_state_field.h.