Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h56 SHADOW_FIELD_RW(GUEST_INTERRUPTIBILITY_INFO, guest_interruptibility_info)
H A Dvmcs12.h163 u32 guest_interruptibility_info; member
337 CHECK_OFFSET(guest_interruptibility_info, 912); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c111 FIELD(GUEST_INTERRUPTIBILITY_INFO, guest_interruptibility_info),
H A Dhyperv_evmcs.c185 EVMCS1_FIELD(GUEST_INTERRUPTIBILITY_INFO, guest_interruptibility_info,
H A Dnested.c1648 vmcs12->guest_interruptibility_info = in copy_enlightened_to_vmcs12()
1649 evmcs->guest_interruptibility_info; in copy_enlightened_to_vmcs12()
2033 evmcs->guest_interruptibility_info = in copy_vmcs12_to_enlightened()
2034 vmcs12->guest_interruptibility_info; in copy_vmcs12_to_enlightened()
2458 vmcs12->guest_interruptibility_info); in prepare_vmcs02_early()
2460 !(vmcs12->guest_interruptibility_info & GUEST_INTR_STATE_NMI); in prepare_vmcs02_early()
4417 vmcs12->guest_interruptibility_info = in sync_vmcs02_to_vmcs12()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h180 u32 guest_interruptibility_info; member
478 *value = current_evmcs->guest_interruptibility_info; in evmcs_vmread()
942 current_evmcs->guest_interruptibility_info = value; in evmcs_vmwrite()
/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h587 u32 guest_interruptibility_info; member
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst199 u32 guest_interruptibility_info;