Namespaces | |
| deactivate_dual_monitor_treatment | |
| entry_to_smm | |
| ia_32e_mode_guest | |
| load_debug_controls | |
| load_ia32_bndcfgs | |
| load_ia32_efer | |
| load_ia32_pat | |
| load_ia32_perf_global_ctrl | |
Functions | |
| auto | 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 |
Variables | |
| constexpr const auto | addr = 0x0000000000004012UL |
| constexpr const auto | name = "vm_entry_controls" |
| constexpr const auto | msr_addr = msrs::ia32_vmx_true_entry_ctls::addr |
|
inlinenoexcept |
Definition at line 1366 of file vmcs_intel_x64_32bit_control_fields.h.
|
inline |
Definition at line 1369 of file vmcs_intel_x64_32bit_control_fields.h.
|
inlinenoexcept |
Definition at line 1372 of file vmcs_intel_x64_32bit_control_fields.h.
| void intel_x64::vmcs::vm_entry_controls::set | ( | T | val | ) |
Definition at line 1376 of file vmcs_intel_x64_32bit_control_fields.h.
|
noexcept |
Definition at line 1379 of file vmcs_intel_x64_32bit_control_fields.h.
| constexpr const auto intel_x64::vmcs::vm_entry_controls::addr = 0x0000000000004012UL |
Definition at line 1362 of file vmcs_intel_x64_32bit_control_fields.h.
| constexpr const auto intel_x64::vmcs::vm_entry_controls::name = "vm_entry_controls" |
Definition at line 1363 of file vmcs_intel_x64_32bit_control_fields.h.
| constexpr const auto intel_x64::vmcs::vm_entry_controls::msr_addr = msrs::ia32_vmx_true_entry_ctls::addr |
Definition at line 1364 of file vmcs_intel_x64_32bit_control_fields.h.
1.8.14