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

Namespaces

 avl
 
 db
 
 dpl
 
 granularity
 
 l
 
 present
 
 reserved
 
 s
 
 type
 
 unusable
 

Functions

auto exists ()
 
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 = 0x000000000000481CUL
 
constexpr const auto name = "guest_fs_access_rights"
 

Function Documentation

◆ exists()

auto intel_x64::vmcs::guest_fs_access_rights::exists ( )
inline

Definition at line 1443 of file vmcs_intel_x64_32bit_guest_state_fields.h.

◆ get()

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

Definition at line 1446 of file vmcs_intel_x64_32bit_guest_state_fields.h.

◆ get_if_exists()

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

Definition at line 1449 of file vmcs_intel_x64_32bit_guest_state_fields.h.

◆ set()

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

Definition at line 1453 of file vmcs_intel_x64_32bit_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_fs_access_rights::set_if_exists ( val,
bool  verbose = false 
)
noexcept

Definition at line 1456 of file vmcs_intel_x64_32bit_guest_state_fields.h.

Variable Documentation

◆ addr

constexpr const auto intel_x64::vmcs::guest_fs_access_rights::addr = 0x000000000000481CUL

Definition at line 1440 of file vmcs_intel_x64_32bit_guest_state_fields.h.

◆ name

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

Definition at line 1441 of file vmcs_intel_x64_32bit_guest_state_fields.h.