Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dvmcs12.h106 natural_width guest_pending_dbg_exceptions; member
289 CHECK_OFFSET(guest_pending_dbg_exceptions, 560); in vmx_check_vmcs12_offsets()
Dvmcs12.c141 FIELD(GUEST_PENDING_DBG_EXCEPTIONS, guest_pending_dbg_exceptions),
Devmcs.c90 EVMCS1_FIELD(GUEST_PENDING_DBG_EXCEPTIONS, guest_pending_dbg_exceptions,
Dnested.c1595 vmcs12->guest_pending_dbg_exceptions = in copy_enlightened_to_vmcs12()
1596 evmcs->guest_pending_dbg_exceptions; in copy_enlightened_to_vmcs12()
1768 evmcs->guest_pending_dbg_exceptions = in copy_vmcs12_to_enlightened()
1769 vmcs12->guest_pending_dbg_exceptions; in copy_vmcs12_to_enlightened()
2239 vmcs12->guest_pending_dbg_exceptions); in prepare_vmcs02_rare()
3611 vmcs12->guest_pending_dbg_exceptions = in sync_vmcs02_to_vmcs12_rare()
/Linux-v5.4/tools/testing/selftests/kvm/include/
Devmcs.h134 u64 guest_pending_dbg_exceptions; member
363 *value = current_evmcs->guest_pending_dbg_exceptions; in evmcs_vmread()
750 current_evmcs->guest_pending_dbg_exceptions = value; in evmcs_vmwrite()
/Linux-v5.4/arch/x86/include/asm/
Dhyperv-tlfs.h662 u64 guest_pending_dbg_exceptions; member
/Linux-v5.4/Documentation/virt/kvm/
Dnested-vmx.txt137 natural_width guest_pending_dbg_exceptions;