Searched refs:GUEST_INTERRUPTIBILITY_INFO (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | intr.c | 98 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_shadow); in vmx_enable_intr_window() 104 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, intr_shadow); in vmx_enable_intr_window()
|
A D | realmode.c | 92 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, hvmemul_ctxt->intr_shadow); in realmode_deliver_exception()
|
A D | vmx.c | 1456 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_shadow); in vmx_get_interrupt_shadow() 1463 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, intr_shadow); in vmx_set_interrupt_shadow() 1933 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_shadow); in vmx_set_info_guest() 1939 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, intr_shadow); in vmx_set_info_guest() 2544 __vmread(GUEST_INTERRUPTIBILITY_INFO, &x); in update_guest_eip() 2548 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, x); in update_guest_eip() 3451 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_info); in vmx_idtv_reinject() 3452 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, in vmx_idtv_reinject() 3681 __vmread(GUEST_INTERRUPTIBILITY_INFO, &guest_info); in vmx_vmexit_handler() 3682 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, in vmx_vmexit_handler()
|
A D | vvmx.c | 878 GUEST_INTERRUPTIBILITY_INFO, 1628 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_shadow); in nvmx_handle_vmresume() 1662 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_shadow); in nvmx_handle_vmlaunch()
|
A D | vmcs.c | 1223 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, 0); in construct_vmcs() 1835 vmr32(GUEST_INTERRUPTIBILITY_INFO), vmr32(GUEST_ACTIVITY_STATE)); in vmcs_dump_vcpu()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/ |
A D | vmcs.h | 463 GUEST_INTERRUPTIBILITY_INFO = 0x00004824, enumerator
|
Completed in 20 milliseconds