Functions | Variables
intel_x64::vmcs::ept_pointer::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 = 0x0000000000000007UL
 
constexpr const auto from = 0
 
constexpr const auto name = "memory_type"
 
constexpr const auto uncacheable = 0U
 
constexpr const auto write_back = 6U
 

Function Documentation

◆ get()

auto intel_x64::vmcs::ept_pointer::memory_type::get ( )
inline

Definition at line 492 of file vmcs_intel_x64_64bit_control_fields.h.

◆ get_if_exists()

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

Definition at line 495 of file vmcs_intel_x64_64bit_control_fields.h.

◆ set()

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

Definition at line 499 of file vmcs_intel_x64_64bit_control_fields.h.

◆ set_if_exists()

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

Definition at line 506 of file vmcs_intel_x64_64bit_control_fields.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::vmcs::ept_pointer::memory_type::mask = 0x0000000000000007UL

Definition at line 485 of file vmcs_intel_x64_64bit_control_fields.h.

◆ from

constexpr const auto intel_x64::vmcs::ept_pointer::memory_type::from = 0

Definition at line 486 of file vmcs_intel_x64_64bit_control_fields.h.

◆ name

constexpr const auto intel_x64::vmcs::ept_pointer::memory_type::name = "memory_type"

Definition at line 487 of file vmcs_intel_x64_64bit_control_fields.h.

◆ uncacheable

constexpr const auto intel_x64::vmcs::ept_pointer::memory_type::uncacheable = 0U

Definition at line 489 of file vmcs_intel_x64_64bit_control_fields.h.

◆ write_back

constexpr const auto intel_x64::vmcs::ept_pointer::memory_type::write_back = 6U

Definition at line 490 of file vmcs_intel_x64_64bit_control_fields.h.