Searched refs:GUEST_INTR_STATUS (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | intr.c | 372 __vmread(GUEST_INTR_STATUS, &status); in vmx_intr_assist() 376 __vmwrite(GUEST_INTR_STATUS, status); in vmx_intr_assist()
|
A D | vmx.c | 1969 __vmread(GUEST_INTR_STATUS, &status); in vmx_process_isr() 1975 __vmwrite(GUEST_INTR_STATUS, status); in vmx_process_isr() 2133 __vmread(GUEST_INTR_STATUS, &status); in vmx_handle_eoi() 2135 __vmwrite(GUEST_INTR_STATUS, status); in vmx_handle_eoi()
|
A D | vmcs.c | 1124 __vmwrite(GUEST_INTR_STATUS, 0); in construct_vmcs() 1838 printk("InterruptStatus = %04x\n", vmr16(GUEST_INTR_STATUS)); in vmcs_dump_vcpu()
|
A D | vvmx.c | 1354 __vmwrite(GUEST_INTR_STATUS, status); in nvmx_update_apicv()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/ |
A D | vmcs.h | 375 GUEST_INTR_STATUS = 0x00000810, enumerator
|
Completed in 18 milliseconds