Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h105 natural_width guest_pending_dbg_exceptions; member
280 CHECK_OFFSET(guest_pending_dbg_exceptions, 560); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c139 FIELD(GUEST_PENDING_DBG_EXCEPTIONS, guest_pending_dbg_exceptions),
H A Dhyperv.c94 EVMCS1_FIELD(GUEST_PENDING_DBG_EXCEPTIONS, guest_pending_dbg_exceptions,
H A Dnested.c1772 vmcs12->guest_pending_dbg_exceptions = in copy_enlightened_to_vmcs12()
1773 evmcs->guest_pending_dbg_exceptions; in copy_enlightened_to_vmcs12()
1955 evmcs->guest_pending_dbg_exceptions = in copy_vmcs12_to_enlightened()
1956 vmcs12->guest_pending_dbg_exceptions; in copy_vmcs12_to_enlightened()
2469 vmcs12->guest_pending_dbg_exceptions); in prepare_vmcs02_rare()
4340 vmcs12->guest_pending_dbg_exceptions = in sync_vmcs02_to_vmcs12_rare()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h130 u64 guest_pending_dbg_exceptions; member
385 *value = current_evmcs->guest_pending_dbg_exceptions; in evmcs_vmread()
818 current_evmcs->guest_pending_dbg_exceptions = value; in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h530 u64 guest_pending_dbg_exceptions; member
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst141 natural_width guest_pending_dbg_exceptions;