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

Namespaces

 memory_type
 
 reserved
 

Functions

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 mask = 0x0000FF0000000000UL
 
constexpr const auto from = 40
 
constexpr const auto name = "pa5"
 

Function Documentation

◆ get()

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

Definition at line 474 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ get_if_exists()

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

Definition at line 477 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::pa5::set ( val)

Definition at line 481 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::pa5::set_if_exists ( val,
bool  verbose = false 
)
noexcept

Definition at line 488 of file vmcs_intel_x64_64bit_host_state_fields.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::vmcs::host_ia32_pat::pa5::mask = 0x0000FF0000000000UL

Definition at line 470 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ from

constexpr const auto intel_x64::vmcs::host_ia32_pat::pa5::from = 40

Definition at line 471 of file vmcs_intel_x64_64bit_host_state_fields.h.

◆ name

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

Definition at line 472 of file vmcs_intel_x64_64bit_host_state_fields.h.