Home
last modified time | relevance | path

Searched refs:VM_ENTRY_INTR_INFO_FIELD (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dvmx_shadow_fields.h47 SHADOW_FIELD_RW(VM_ENTRY_INTR_INFO_FIELD)
Dvmx_evmcs.h179 EVMCS1_FIELD(VM_ENTRY_INTR_INFO_FIELD, vm_entry_intr_info_field,
Dvmx.c1160 FIELD(VM_ENTRY_INTR_INFO_FIELD, vm_entry_intr_info_field),
3352 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, intr_info); in vmx_queue_exception()
6746 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); /* 22.2.1 */ in vmx_vcpu_reset()
6841 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, intr); in vmx_inject_irq()
6872 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in vmx_inject_nmi()
9999 vmcs_read32(VM_ENTRY_INTR_INFO_FIELD), in dump_vmcs()
10595 vmcs_read32(VM_ENTRY_INTR_INFO_FIELD), in vmx_cancel_injection()
10599 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); in vmx_cancel_injection()
12133 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in prepare_vmcs02()
12144 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); in prepare_vmcs02()
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h254 VM_ENTRY_INTR_INFO_FIELD = 0x00004016, enumerator
/Linux-v4.19/arch/x86/include/asm/
Dvmx.h260 VM_ENTRY_INTR_INFO_FIELD = 0x00004016, enumerator
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dvmx.c151 vmwrite(VM_ENTRY_INTR_INFO_FIELD, 0); in init_vmcs_control_fields()