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

Function Documentation

◆ get()

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

Definition at line 525 of file vmcs_intel_x64_16bit_host_state_fields.h.

◆ get_if_exists()

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

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

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

Definition at line 539 of file vmcs_intel_x64_16bit_host_state_fields.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::vmcs::host_fs_selector::index::mask = 0x0000FFF8U

Definition at line 521 of file vmcs_intel_x64_16bit_host_state_fields.h.

◆ from

constexpr const auto intel_x64::vmcs::host_fs_selector::index::from = 3

Definition at line 522 of file vmcs_intel_x64_16bit_host_state_fields.h.

◆ name

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

Definition at line 523 of file vmcs_intel_x64_16bit_host_state_fields.h.