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 |
Variables | |
| constexpr const auto | addr = 0x0000000000002006UL |
| constexpr const auto | name = "vm_exit_msr_store_address" |
|
inlinenoexcept |
Definition at line 176 of file vmcs_intel_x64_64bit_control_fields.h.
|
inline |
Definition at line 179 of file vmcs_intel_x64_64bit_control_fields.h.
|
inlinenoexcept |
Definition at line 182 of file vmcs_intel_x64_64bit_control_fields.h.
| void intel_x64::vmcs::vm_exit_msr_store_address::set | ( | T | val | ) |
Definition at line 186 of file vmcs_intel_x64_64bit_control_fields.h.
|
noexcept |
Definition at line 189 of file vmcs_intel_x64_64bit_control_fields.h.
| constexpr const auto intel_x64::vmcs::vm_exit_msr_store_address::addr = 0x0000000000002006UL |
Definition at line 173 of file vmcs_intel_x64_64bit_control_fields.h.
| constexpr const auto intel_x64::vmcs::vm_exit_msr_store_address::name = "vm_exit_msr_store_address" |
Definition at line 174 of file vmcs_intel_x64_64bit_control_fields.h.
1.8.14