Lines Matching full:interrupt

1006 			report_fail("VMEXIT not due to pending interrupt. Exit reason 0x%x",  in pending_event_finished()
1022 report_fail("Pending interrupt not dispatched after IRQ enabled\n"); in pending_event_finished()
1029 report_fail("Guest did not resume when no interrupt\n"); in pending_event_finished()
1077 * Now VINTR_MASKING=1, but no interrupt is pending so in pending_event_cli_test()
1106 report_fail("Interrupt triggered by guest"); in pending_event_cli_finished()
1113 report_fail("Interrupt not triggered by host"); in pending_event_cli_finished()
1163 "direct interrupt while running guest"); in interrupt_test()
1175 "intercepted interrupt while running guest"); in interrupt_test()
1186 report_svm_guest(timer_fired, test, "direct interrupt + hlt"); in interrupt_test()
1198 report_svm_guest(timer_fired, test, "intercepted interrupt + hlt"); in interrupt_test()
1707 report_fail("Unexpected RIP for interrupt handler"); in virq_inject_within_shadow_finished()
1711 report_fail("Interrupt shadow not cleared"); in virq_inject_within_shadow_finished()
1733 * If the interrupt happens on the insb instruction, L0 will VMexit, emulate
1734 * the insb instruction and then it will inject the interrupt to L1 through
1770 /* this is endless loop, which is interrupted by the timer interrupt */ in reg_corruption_test()
3045 // but doesn't enable virtual interrupt masking works
3073 report(!*counter, "No interrupt expected"); in svm_intr_intercept_mix_run_guest()
3078 report(*counter == 1, "Interrupt is expected"); in svm_intr_intercept_mix_run_guest()
3086 // subtest: test that enabling EFLAGS.IF is enough to trigger an interrupt
3090 report(!dummy_isr_recevied, "No interrupt expected"); in svm_intr_intercept_mix_if_guest()
3097 // make a physical interrupt to be pending in svm_intr_intercept_mix_if()
3111 // subtest: test that a clever guest can trigger an interrupt by setting GIF
3117 report(!dummy_isr_recevied, "No interrupt expected"); in svm_intr_intercept_mix_gif_guest()
3123 report(!dummy_isr_recevied, "No interrupt expected"); in svm_intr_intercept_mix_gif_guest()
3143 // subtest: test that a clever guest can trigger an interrupt by setting GIF
3144 // if GIF is not intercepted and interrupt comes after guest
3149 report(!dummy_isr_recevied, "No interrupt expected"); in svm_intr_intercept_mix_gif_guest2()
3153 report(!dummy_isr_recevied, "No interrupt expected"); in svm_intr_intercept_mix_gif_guest2()
3382 { "interrupt", default_supported, interrupt_prepare,