Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.c57 FIELD64(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl),
H A Dhyperv_evmcs.c71 EVMCS1_FIELD(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl,
H A Dnested.c2656 vmcs_write64(GUEST_IA32_DEBUGCTL, vmcs12->guest_ia32_debugctl); in prepare_vmcs02()
2659 vmcs_write64(GUEST_IA32_DEBUGCTL, vmx->nested.pre_vmenter_debugctl); in prepare_vmcs02()
3523 vmx->nested.pre_vmenter_debugctl = vmcs_read64(GUEST_IA32_DEBUGCTL); in nested_vmx_enter_non_root_mode()
4791 vmcs_write64(GUEST_IA32_DEBUGCTL, 0); in load_vmcs12_host_state()
H A Dvmx.c2154 msr_info->data = vmcs_read64(GUEST_IA32_DEBUGCTL); in vmx_get_msr()
2279 vmcs_write64(GUEST_IA32_DEBUGCTL, data); in vmx_set_msr()
4838 vmcs_write64(GUEST_IA32_DEBUGCTL, 0); in init_vmcs()
6359 vmcs_read64(GUEST_IA32_DEBUGCTL), in dump_vmcs()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h
H A Devmcs.h
/linux/arch/x86/include/asm/
H A Dvmx.h265 GUEST_IA32_DEBUGCTL = 0x00002802, enumerator