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 = 0x0000000000000080UL |
| constexpr const auto | from = 7 |
| constexpr const auto | name = "present" |
|
inline |
Definition at line 1838 of file vmcs_intel_x64_32bit_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 1841 of file vmcs_intel_x64_32bit_guest_state_fields.h.
| void intel_x64::vmcs::guest_gs_access_rights::present::set | ( | T | val | ) |
Definition at line 1845 of file vmcs_intel_x64_32bit_guest_state_fields.h.
|
noexcept |
Definition at line 1852 of file vmcs_intel_x64_32bit_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_gs_access_rights::present::mask = 0x0000000000000080UL |
Definition at line 1834 of file vmcs_intel_x64_32bit_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_gs_access_rights::present::from = 7 |
Definition at line 1835 of file vmcs_intel_x64_32bit_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_gs_access_rights::present::name = "present" |
Definition at line 1836 of file vmcs_intel_x64_32bit_guest_state_fields.h.
1.8.14