Searched refs:GUEST_INTERRUPTIBILITY_INFO (Results 1 – 6 of 6) sorted by relevance
/xen/xen/arch/x86/hvm/vmx/ |
A D | intr.c | 99 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_shadow); in vmx_enable_intr_window() 105 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, intr_shadow); in vmx_enable_intr_window()
|
A D | realmode.c | 93 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, hvmemul_ctxt->intr_shadow); in realmode_deliver_exception()
|
A D | vmx.c | 1303 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_shadow); in vmx_get_interrupt_shadow() 1310 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, intr_shadow); in vmx_set_interrupt_shadow() 1884 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_shadow); in vmx_set_info_guest() 1890 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, intr_shadow); in vmx_set_info_guest() 2587 __vmread(GUEST_INTERRUPTIBILITY_INFO, &x); in update_guest_eip() 2591 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, x); in update_guest_eip() 3608 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_info); in vmx_idtv_reinject() 3609 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, in vmx_idtv_reinject() 3850 __vmread(GUEST_INTERRUPTIBILITY_INFO, &guest_info); in vmx_vmexit_handler() 3851 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, in vmx_vmexit_handler() [all …]
|
A D | vvmx.c | 911 GUEST_INTERRUPTIBILITY_INFO, 1704 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_shadow); in nvmx_handle_vmresume() 1740 __vmread(GUEST_INTERRUPTIBILITY_INFO, &intr_shadow); in nvmx_handle_vmlaunch()
|
A D | vmcs.c | 1285 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, 0); in construct_vmcs() 2026 vmr32(GUEST_INTERRUPTIBILITY_INFO), vmr32(GUEST_ACTIVITY_STATE)); in vmcs_dump_vcpu()
|
/xen/xen/include/asm-x86/hvm/vmx/ |
A D | vmcs.h | 480 GUEST_INTERRUPTIBILITY_INFO = 0x00004824, enumerator
|
Completed in 22 milliseconds