Namespaces | Functions | Variables
intel_x64::vmcs::host_fs_selector Namespace Reference

Namespaces

 index
 
 rpl
 
 ti
 

Functions

bool exists () noexcept
 
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 addr = 0x0000000000000C08UL
 
constexpr const auto name = "host_fs_selector"
 

Function Documentation

◆ exists()

bool intel_x64::vmcs::host_fs_selector::exists ( )
inlinenoexcept

Definition at line 451 of file vmcs_intel_x64_16bit_host_state_fields.h.

◆ get()

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

Definition at line 454 of file vmcs_intel_x64_16bit_host_state_fields.h.

◆ get_if_exists()

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

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

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

Definition at line 464 of file vmcs_intel_x64_16bit_host_state_fields.h.

Variable Documentation

◆ addr

constexpr const auto intel_x64::vmcs::host_fs_selector::addr = 0x0000000000000C08UL

Definition at line 448 of file vmcs_intel_x64_16bit_host_state_fields.h.

◆ name

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

Definition at line 449 of file vmcs_intel_x64_16bit_host_state_fields.h.