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

Namespaces

 alignment_mask
 
 cache_disable
 
 emulation
 
 extension_type
 
 monitor_coprocessor
 
 not_write_through
 
 numeric_error
 
 paging
 
 protection_enable
 
 task_switched
 
 write_protect
 

Functions

auto exists ()
 
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)
 
void dump () noexcept
 

Variables

constexpr const auto addr = 0x0000000000006800UL
 
constexpr const auto name = "guest_cr0"
 

Function Documentation

◆ exists()

auto intel_x64::vmcs::guest_cr0::exists ( )
inline

◆ get()

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

◆ get_if_exists()

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

◆ set()

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

◆ set_if_exists()

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

◆ dump()

void intel_x64::vmcs::guest_cr0::dump ( )
inlinenoexcept

Variable Documentation

◆ addr

constexpr const auto intel_x64::vmcs::guest_cr0::addr = 0x0000000000006800UL

◆ name

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