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 = 0x0000000000002010UL |
constexpr const auto | name = "tsc_offset" |
|
inlinenoexcept |
Definition at line 289 of file vmcs_intel_x64_64bit_control_fields.h.
|
inline |
Definition at line 292 of file vmcs_intel_x64_64bit_control_fields.h.
|
inlinenoexcept |
Definition at line 295 of file vmcs_intel_x64_64bit_control_fields.h.
void intel_x64::vmcs::tsc_offset::set | ( | T | val | ) |
Definition at line 299 of file vmcs_intel_x64_64bit_control_fields.h.
|
noexcept |
Definition at line 302 of file vmcs_intel_x64_64bit_control_fields.h.
constexpr const auto intel_x64::vmcs::tsc_offset::addr = 0x0000000000002010UL |
Definition at line 286 of file vmcs_intel_x64_64bit_control_fields.h.
constexpr const auto intel_x64::vmcs::tsc_offset::name = "tsc_offset" |
Definition at line 287 of file vmcs_intel_x64_64bit_control_fields.h.