Functions | Variables
intel_x64::vmcs::vm_entry_interruption_information_field::reserved Namespace Reference

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 = 0x7FFFF000UL
 
constexpr const auto from = 12
 
constexpr const auto name = "reserved"
 

Function Documentation

◆ get()

auto intel_x64::vmcs::vm_entry_interruption_information_field::reserved::get ( )
inline

Definition at line 1786 of file vmcs_intel_x64_32bit_control_fields.h.

◆ get_if_exists()

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

Definition at line 1789 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_interruption_information_field::reserved::set ( val)

Definition at line 1793 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_interruption_information_field::reserved::set_if_exists ( val,
bool  verbose = false 
)
noexcept

Definition at line 1800 of file vmcs_intel_x64_32bit_control_fields.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::vmcs::vm_entry_interruption_information_field::reserved::mask = 0x7FFFF000UL

Definition at line 1782 of file vmcs_intel_x64_32bit_control_fields.h.

◆ from

constexpr const auto intel_x64::vmcs::vm_entry_interruption_information_field::reserved::from = 12

Definition at line 1783 of file vmcs_intel_x64_32bit_control_fields.h.

◆ name

constexpr const auto intel_x64::vmcs::vm_entry_interruption_information_field::reserved::name = "reserved"

Definition at line 1784 of file vmcs_intel_x64_32bit_control_fields.h.