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 2422 of file vmcs_intel_x64_32bit_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 2425 of file vmcs_intel_x64_32bit_guest_state_fields.h.
| void intel_x64::vmcs::guest_tr_access_rights::present::set | ( | T | val | ) |
Definition at line 2429 of file vmcs_intel_x64_32bit_guest_state_fields.h.
|
noexcept |
Definition at line 2436 of file vmcs_intel_x64_32bit_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_tr_access_rights::present::mask = 0x0000000000000080UL |
Definition at line 2418 of file vmcs_intel_x64_32bit_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_tr_access_rights::present::from = 7 |
Definition at line 2419 of file vmcs_intel_x64_32bit_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_tr_access_rights::present::name = "present" |
Definition at line 2420 of file vmcs_intel_x64_32bit_guest_state_fields.h.
1.8.14