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 = 0x0000000000000000UL |
constexpr const auto | name = "virtual_processor_identifier" |
|
inlinenoexcept |
Definition at line 48 of file vmcs_intel_x64_16bit_control_fields.h.
|
inline |
Definition at line 54 of file vmcs_intel_x64_16bit_control_fields.h.
|
inlinenoexcept |
Definition at line 57 of file vmcs_intel_x64_16bit_control_fields.h.
void intel_x64::vmcs::virtual_processor_identifier::set | ( | T | val | ) |
Definition at line 61 of file vmcs_intel_x64_16bit_control_fields.h.
|
noexcept |
Definition at line 64 of file vmcs_intel_x64_16bit_control_fields.h.
constexpr const auto intel_x64::vmcs::virtual_processor_identifier::addr = 0x0000000000000000UL |
Definition at line 45 of file vmcs_intel_x64_16bit_control_fields.h.
constexpr const auto intel_x64::vmcs::virtual_processor_identifier::name = "virtual_processor_identifier" |
Definition at line 46 of file vmcs_intel_x64_16bit_control_fields.h.