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 |
| void | dump () noexcept |
Variables | |
| constexpr const auto | addr = 0x0000000000006804UL |
| constexpr const auto | name = "guest_cr4" |
|
inlinenoexcept |
Definition at line 608 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
|
inline |
Definition at line 611 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 614 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
| void intel_x64::vmcs::guest_cr4::set | ( | T | val | ) |
Definition at line 618 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
|
noexcept |
Definition at line 621 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 1441 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_cr4::addr = 0x0000000000006804UL |
Definition at line 605 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_cr4::name = "guest_cr4" |
Definition at line 606 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
1.8.14