Functions | Variables
intel_x64::vmcs::vm_entry_exception_error_code Namespace Reference

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 = 0x0000000000004018UL
 
constexpr const auto name = "vm_entry_exception_error_code"
 

Function Documentation

◆ exists()

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

Definition at line 1855 of file vmcs_intel_x64_32bit_control_fields.h.

◆ get()

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

Definition at line 1858 of file vmcs_intel_x64_32bit_control_fields.h.

◆ get_if_exists()

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

Definition at line 1861 of file vmcs_intel_x64_32bit_control_fields.h.

◆ set()

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

Definition at line 1865 of file vmcs_intel_x64_32bit_control_fields.h.

◆ set_if_exists()

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

Definition at line 1868 of file vmcs_intel_x64_32bit_control_fields.h.

Variable Documentation

◆ addr

constexpr const auto intel_x64::vmcs::vm_entry_exception_error_code::addr = 0x0000000000004018UL

Definition at line 1852 of file vmcs_intel_x64_32bit_control_fields.h.

◆ name

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

Definition at line 1853 of file vmcs_intel_x64_32bit_control_fields.h.