Searched refs:VM_ENTRY_INTR_INFO_FIELD (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | vmx.h | 212 VM_ENTRY_INTR_INFO_FIELD = 0x00004016, enumerator
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 675 VM_ENTRY_INTR_INFO_FIELD, 746 FIELD(VM_ENTRY_INTR_INFO_FIELD, vm_entry_intr_info_field), 2304 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, intr_info); in vmx_queue_exception() 4938 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); /* 22.2.1 */ in vmx_vcpu_reset() 5041 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, intr); in vmx_inject_irq() 5071 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in vmx_inject_nmi() 8032 vmcs_read32(VM_ENTRY_INTR_INFO_FIELD), in dump_vmcs() 8502 vmcs_read32(VM_ENTRY_INTR_INFO_FIELD), in vmx_cancel_injection() 8506 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); in vmx_cancel_injection() 9517 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in prepare_vmcs02()
|