Namespaces | Functions | Variables
intel_x64::vmcs::host_ia32_efer Namespace Reference

Namespaces

 lma
 
 lme
 
 nxe
 
 reserved
 
 sce
 

Functions

auto 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 = 0x0000000000002C02UL
 
constexpr const auto name = "host_ia32_efer"
 

Function Documentation

◆ exists()

auto intel_x64::vmcs::host_ia32_efer::exists ( )
inlinenoexcept

Definition at line 717 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ get()

auto intel_x64::vmcs::host_ia32_efer::get ( )
inline

Definition at line 720 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ get_if_exists()

auto intel_x64::vmcs::host_ia32_efer::get_if_exists ( bool  verbose = false)
inlinenoexcept

Definition at line 723 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ set()

template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
void intel_x64::vmcs::host_ia32_efer::set ( val)

Definition at line 727 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ set_if_exists()

template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
void intel_x64::vmcs::host_ia32_efer::set_if_exists ( val,
bool  verbose = false 
)
noexcept

Definition at line 730 of file vmcs_intel_x64_64bit_host_state_fields.h.

Variable Documentation

◆ addr

constexpr const auto intel_x64::vmcs::host_ia32_efer::addr = 0x0000000000002C02UL

Definition at line 714 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ name

constexpr const auto intel_x64::vmcs::host_ia32_efer::name = "host_ia32_efer"

Definition at line 715 of file vmcs_intel_x64_64bit_host_state_fields.h.