Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dvmcs12.c55 FIELD64(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl),
Devmcs.c78 EVMCS1_FIELD(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl,
Dnested.c2546 vmcs_write64(GUEST_IA32_DEBUGCTL, vmcs12->guest_ia32_debugctl); in prepare_vmcs02()
2549 vmcs_write64(GUEST_IA32_DEBUGCTL, vmx->nested.vmcs01_debugctl); in prepare_vmcs02()
3364 vmx->nested.vmcs01_debugctl = vmcs_read64(GUEST_IA32_DEBUGCTL); in nested_vmx_enter_non_root_mode()
4338 vmcs_write64(GUEST_IA32_DEBUGCTL, 0); in load_vmcs12_host_state()
Dvmx.c4559 vmcs_write64(GUEST_IA32_DEBUGCTL, 0); in vmx_vcpu_reset()
5984 vmcs_read64(GUEST_IA32_DEBUGCTL), in dump_vmcs()
/arch/x86/include/asm/
Dvmx.h226 GUEST_IA32_DEBUGCTL = 0x00002802, enumerator