Functions | Variables
intel_x64::vmcs::host_cr3 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 = 0x0000000000006C02UL
 
constexpr const auto name = "host_cr3"
 

Function Documentation

◆ exists()

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

◆ get()

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

◆ get_if_exists()

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

◆ set_if_exists()

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

Variable Documentation

◆ addr

constexpr const auto intel_x64::vmcs::host_cr3::addr = 0x0000000000006C02UL

◆ name

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