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

Namespaces

 b0
 
 b1
 
 b2
 
 b3
 
 bs
 
 enabled_breakpoint
 
 reserved
 
 rtm
 

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 = 0x0000000000006822UL
 
constexpr const auto name = "guest_pending_debug_exceptions"
 

Function Documentation

◆ exists()

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

◆ get()

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

◆ get_if_exists()

auto intel_x64::vmcs::guest_pending_debug_exceptions::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_pending_debug_exceptions::set ( val)

◆ set_if_exists()

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

Variable Documentation

◆ addr

constexpr const auto intel_x64::vmcs::guest_pending_debug_exceptions::addr = 0x0000000000006822UL

◆ name

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