Home
last modified time | relevance | path

Searched refs:GUEST_IA32_DEBUGCTL (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h219 GUEST_IA32_DEBUGCTL = 0x00002802, enumerator
/Linux-v4.19/arch/x86/include/asm/
Dvmx.h225 GUEST_IA32_DEBUGCTL = 0x00002802, enumerator
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dvmx.c223 vmwrite(GUEST_IA32_DEBUGCTL, 0); in init_vmcs_guest_state()
/Linux-v4.19/arch/x86/kvm/
Dvmx_evmcs.h73 EVMCS1_FIELD(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl,
Dvmx.c1137 FIELD64(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl),
6726 vmcs_write64(GUEST_IA32_DEBUGCTL, 0); in vmx_vcpu_reset()
9946 vmcs_read64(GUEST_IA32_DEBUGCTL), in dump_vmcs()
12127 vmcs_write64(GUEST_IA32_DEBUGCTL, vmcs12->guest_ia32_debugctl); in prepare_vmcs02()
12130 vmcs_write64(GUEST_IA32_DEBUGCTL, vmx->nested.vmcs01_debugctl); in prepare_vmcs02()
12624 vmx->nested.vmcs01_debugctl = vmcs_read64(GUEST_IA32_DEBUGCTL); in enter_vmx_non_root_mode()
13058 vmcs12->guest_ia32_debugctl = vmcs_read64(GUEST_IA32_DEBUGCTL); in sync_vmcs12()
13268 vmcs_write64(GUEST_IA32_DEBUGCTL, 0); in load_vmcs12_host_state()