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

Namespaces

 pa0
 
 pa1
 
 pa2
 
 pa3
 
 pa4
 
 pa5
 
 pa6
 
 pa7
 

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 = 0x0000000000002C00UL
 
constexpr const auto name = "host_ia32_pat"
 

Function Documentation

◆ exists()

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

Definition at line 47 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ get()

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

Definition at line 50 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ get_if_exists()

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

Definition at line 53 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ set()

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

Definition at line 57 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ set_if_exists()

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

Definition at line 60 of file vmcs_intel_x64_64bit_host_state_fields.h.

Variable Documentation

◆ addr

constexpr const auto intel_x64::vmcs::host_ia32_pat::addr = 0x0000000000002C00UL

Definition at line 44 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ name

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

Definition at line 45 of file vmcs_intel_x64_64bit_host_state_fields.h.