Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h56 SHADOW_FIELD_RW(GUEST_INTERRUPTIBILITY_INFO, guest_interruptibility_info)
H A Dvmcs12.h161 u32 guest_interruptibility_info; member
340 CHECK_OFFSET(guest_interruptibility_info, 912); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c109 FIELD(GUEST_INTERRUPTIBILITY_INFO, guest_interruptibility_info),
H A Devmcs.c168 EVMCS1_FIELD(GUEST_INTERRUPTIBILITY_INFO, guest_interruptibility_info,
H A Dnested.c1629 vmcs12->guest_interruptibility_info = in copy_enlightened_to_vmcs12()
1630 evmcs->guest_interruptibility_info; in copy_enlightened_to_vmcs12()
1979 evmcs->guest_interruptibility_info = in copy_vmcs12_to_enlightened()
1980 vmcs12->guest_interruptibility_info; in copy_vmcs12_to_enlightened()
2390 vmcs12->guest_interruptibility_info); in prepare_vmcs02_early()
2392 !(vmcs12->guest_interruptibility_info & GUEST_INTR_STATE_NMI); in prepare_vmcs02_early()
4105 vmcs12->guest_interruptibility_info = in sync_vmcs02_to_vmcs12()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/
H A Devmcs.h186 u32 guest_interruptibility_info; member
458 *value = current_evmcs->guest_interruptibility_info; in evmcs_vmread()
845 current_evmcs->guest_interruptibility_info = value; in evmcs_vmwrite()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dhyperv-tlfs.h465 u32 guest_interruptibility_info; member
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dnested-vmx.rst197 u32 guest_interruptibility_info;