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

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 = 0x0000000000002004UL
 
constexpr const auto name = "address_of_msr_bitmap"
 

Function Documentation

◆ exists()

bool intel_x64::vmcs::address_of_msr_bitmap::exists ( )
inlinenoexcept

Definition at line 154 of file vmcs_intel_x64_64bit_control_fields.h.

◆ get()

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

Definition at line 157 of file vmcs_intel_x64_64bit_control_fields.h.

◆ get_if_exists()

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

Definition at line 160 of file vmcs_intel_x64_64bit_control_fields.h.

◆ set()

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

Definition at line 164 of file vmcs_intel_x64_64bit_control_fields.h.

◆ set_if_exists()

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

Definition at line 167 of file vmcs_intel_x64_64bit_control_fields.h.

Variable Documentation

◆ addr

constexpr const auto intel_x64::vmcs::address_of_msr_bitmap::addr = 0x0000000000002004UL

Definition at line 151 of file vmcs_intel_x64_64bit_control_fields.h.

◆ name

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

Definition at line 152 of file vmcs_intel_x64_64bit_control_fields.h.