Namespaces | |
| alignment_mask | |
| cache_disable | |
| emulation | |
| extension_type | |
| monitor_coprocessor | |
| not_write_through | |
| numeric_error | |
| paging | |
| protection_enable | |
| task_switched | |
| write_protect | |
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) |
| void | dump () noexcept |
Variables | |
| constexpr const auto | addr = 0x0000000000006800UL |
| constexpr const auto | name = "guest_cr0" |
|
inline |
Definition at line 53 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
|
inline |
Definition at line 56 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 59 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
| void intel_x64::vmcs::guest_cr0::set | ( | T | val | ) |
Definition at line 63 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
| void intel_x64::vmcs::guest_cr0::set_if_exists | ( | T | val, |
| bool | verbose = false |
||
| ) |
Definition at line 66 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 542 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_cr0::addr = 0x0000000000006800UL |
Definition at line 50 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_cr0::name = "guest_cr0" |
Definition at line 51 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
1.8.14