Functions | Variables
intel_x64::vmcs::guest_ia32_pat::pa2::memory_type Namespace Reference

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 = 0x0000000000070000UL
 
constexpr const auto from = 16
 
constexpr const auto name = "memory_type"
 

Function Documentation

◆ get()

auto intel_x64::vmcs::guest_ia32_pat::pa2::memory_type::get ( )
inline

Definition at line 852 of file vmcs_intel_x64_64bit_guest_state_fields.h.

◆ get_if_exists()

auto intel_x64::vmcs::guest_ia32_pat::pa2::memory_type::get_if_exists ( bool  verbose = false)
inlinenoexcept

Definition at line 855 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_ia32_pat::pa2::memory_type::set ( val)

Definition at line 859 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_ia32_pat::pa2::memory_type::set_if_exists ( val,
bool  verbose = false 
)
noexcept

Definition at line 866 of file vmcs_intel_x64_64bit_guest_state_fields.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa2::memory_type::mask = 0x0000000000070000UL

Definition at line 848 of file vmcs_intel_x64_64bit_guest_state_fields.h.

◆ from

constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa2::memory_type::from = 16

Definition at line 849 of file vmcs_intel_x64_64bit_guest_state_fields.h.

◆ name

constexpr const auto intel_x64::vmcs::guest_ia32_pat::pa2::memory_type::name = "memory_type"

Definition at line 850 of file vmcs_intel_x64_64bit_guest_state_fields.h.