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

Namespaces

 page_directory_addr
 
 pcd
 
 present
 
 pwt
 
 reserved
 

Functions

auto 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 = 0x000000000000280CUL
 
constexpr const auto name = "guest_pdpte1"
 

Function Documentation

◆ exists()

auto intel_x64::vmcs::guest_pdpte1::exists ( )
inlinenoexcept

Definition at line 1804 of file vmcs_intel_x64_64bit_guest_state_fields.h.

◆ get()

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

Definition at line 1810 of file vmcs_intel_x64_64bit_guest_state_fields.h.

◆ get_if_exists()

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

Definition at line 1813 of file vmcs_intel_x64_64bit_guest_state_fields.h.

◆ set()

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

Definition at line 1817 of file vmcs_intel_x64_64bit_guest_state_fields.h.

◆ set_if_exists()

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

Definition at line 1820 of file vmcs_intel_x64_64bit_guest_state_fields.h.

Variable Documentation

◆ addr

constexpr const auto intel_x64::vmcs::guest_pdpte1::addr = 0x000000000000280CUL

Definition at line 1801 of file vmcs_intel_x64_64bit_guest_state_fields.h.

◆ name

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

Definition at line 1802 of file vmcs_intel_x64_64bit_guest_state_fields.h.