Functions | Variables
intel_x64::vmcs::host_fs_selector::rpl 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 = 0x00000003U
 
constexpr const auto from = 0
 
constexpr const auto name = "rpl"
 

Function Documentation

◆ get()

auto intel_x64::vmcs::host_fs_selector::rpl::get ( )
inline

Definition at line 473 of file vmcs_intel_x64_16bit_host_state_fields.h.

◆ get_if_exists()

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

Definition at line 476 of file vmcs_intel_x64_16bit_host_state_fields.h.

◆ set()

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

Definition at line 480 of file vmcs_intel_x64_16bit_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_fs_selector::rpl::set_if_exists ( val,
bool  verbose = false 
)
noexcept

Definition at line 487 of file vmcs_intel_x64_16bit_host_state_fields.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::vmcs::host_fs_selector::rpl::mask = 0x00000003U

Definition at line 469 of file vmcs_intel_x64_16bit_host_state_fields.h.

◆ from

constexpr const auto intel_x64::vmcs::host_fs_selector::rpl::from = 0

Definition at line 470 of file vmcs_intel_x64_16bit_host_state_fields.h.

◆ name

constexpr const auto intel_x64::vmcs::host_fs_selector::rpl::name = "rpl"

Definition at line 471 of file vmcs_intel_x64_16bit_host_state_fields.h.