Home
last modified time | relevance | path

Searched refs:guest_ia32_debugctl (Results 1 – 6 of 6) sorted by relevance

/arch/x86/kvm/vmx/
Dvmcs12.h55 u64 guest_ia32_debugctl; member
238 CHECK_OFFSET(guest_ia32_debugctl, 184); in vmx_check_vmcs12_offsets()
Dvmcs12.c56 FIELD64(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl),
Devmcs.c77 EVMCS1_FIELD(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl,
Dnested.c1749 vmcs12->guest_ia32_debugctl = evmcs->guest_ia32_debugctl; in copy_enlightened_to_vmcs12()
2514 vmcs_write64(GUEST_IA32_DEBUGCTL, vmcs12->guest_ia32_debugctl); in prepare_vmcs02()
Dvmx.c2086 get_vmcs12(vcpu)->guest_ia32_debugctl = data; in vmx_set_msr()
/arch/x86/include/asm/
Dhyperv-tlfs.h461 u64 guest_ia32_debugctl; member