Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmcs12.h55 u64 guest_ia32_debugctl; member
242 CHECK_OFFSET(guest_ia32_debugctl, 184); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c55 FIELD64(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl),
H A Devmcs.c78 EVMCS1_FIELD(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl,
H A Dnested.c1777 vmcs12->guest_ia32_debugctl = evmcs->guest_ia32_debugctl; in copy_enlightened_to_vmcs12()
2546 vmcs_write64(GUEST_IA32_DEBUGCTL, vmcs12->guest_ia32_debugctl); in prepare_vmcs02()
H A Dvmx.c2093 get_vmcs12(vcpu)->guest_ia32_debugctl = data; in vmx_set_msr()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/
H A Devmcs.h127 u64 guest_ia32_debugctl; member
344 *value = current_evmcs->guest_ia32_debugctl; in evmcs_vmread()
731 current_evmcs->guest_ia32_debugctl = value; in evmcs_vmwrite()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dhyperv-tlfs.h406 u64 guest_ia32_debugctl; member
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dnested-vmx.rst105 u64 guest_ia32_debugctl;