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 = 0x000000000000681EUL |
| constexpr const auto | name = "guest_rip" |
|
inlinenoexcept |
Definition at line 1776 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
|
inline |
Definition at line 1779 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
|
inlinenoexcept |
Definition at line 1782 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
| void intel_x64::vmcs::guest_rip::set | ( | T | val | ) |
Definition at line 1786 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
|
noexcept |
Definition at line 1789 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_rip::addr = 0x000000000000681EUL |
Definition at line 1773 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
| constexpr const auto intel_x64::vmcs::guest_rip::name = "guest_rip" |
Definition at line 1774 of file vmcs_intel_x64_natural_width_guest_state_fields.h.
1.8.14