Functions | Variables
intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting Namespace Reference

Functions

auto is_enabled ()
 
auto is_enabled_if_exists (bool verbose=false) noexcept
 
auto is_disabled ()
 
auto is_disabled_if_exists (bool verbose=false) noexcept
 
void enable ()
 
void enable_if_allowed (bool verbose=false) noexcept
 
void disable ()
 
void disable_if_allowed (bool verbose=false) noexcept
 

Variables

constexpr const auto mask = 0x0000000000800000UL
 
constexpr const auto from = 23
 
constexpr const auto name = "mov_dr_exiting"
 

Function Documentation

◆ is_enabled()

auto intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting::is_enabled ( )
inline

Definition at line 652 of file vmcs_intel_x64_32bit_control_fields.h.

◆ is_enabled_if_exists()

auto intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting::is_enabled_if_exists ( bool  verbose = false)
inlinenoexcept

Definition at line 655 of file vmcs_intel_x64_32bit_control_fields.h.

◆ is_disabled()

auto intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting::is_disabled ( )
inline

Definition at line 658 of file vmcs_intel_x64_32bit_control_fields.h.

◆ is_disabled_if_exists()

auto intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting::is_disabled_if_exists ( bool  verbose = false)
inlinenoexcept

Definition at line 661 of file vmcs_intel_x64_32bit_control_fields.h.

◆ enable()

void intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting::enable ( )
inline

Definition at line 664 of file vmcs_intel_x64_32bit_control_fields.h.

◆ enable_if_allowed()

void intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting::enable_if_allowed ( bool  verbose = false)
inlinenoexcept

Definition at line 667 of file vmcs_intel_x64_32bit_control_fields.h.

◆ disable()

void intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting::disable ( )
inline

Definition at line 670 of file vmcs_intel_x64_32bit_control_fields.h.

◆ disable_if_allowed()

void intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting::disable_if_allowed ( bool  verbose = false)
inlinenoexcept

Definition at line 673 of file vmcs_intel_x64_32bit_control_fields.h.

Variable Documentation

◆ mask

constexpr const auto intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting::mask = 0x0000000000800000UL

Definition at line 648 of file vmcs_intel_x64_32bit_control_fields.h.

◆ from

constexpr const auto intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting::from = 23

Definition at line 649 of file vmcs_intel_x64_32bit_control_fields.h.

◆ name

constexpr const auto intel_x64::vmcs::primary_processor_based_vm_execution_controls::mov_dr_exiting::name = "mov_dr_exiting"

Definition at line 650 of file vmcs_intel_x64_32bit_control_fields.h.