Searched refs:got_interrupt (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/powerpc/ |
H A D | interrupts.c | 21 static volatile bool got_interrupt; variable 28 got_interrupt = true; in mce_handler() 83 report_kfail(host_is_kvm, got_interrupt, "MCE on access to invalid real address"); in test_mce() 84 if (got_interrupt) { in test_mce() 88 got_interrupt = false; in test_mce() 94 report_kfail(host_is_kvm, got_interrupt, "MCE on fetch from invalid real address"); in test_mce() 95 if (got_interrupt) { in test_mce() 99 got_interrupt = false; in test_mce() 116 got_interrupt = true; in dside_handler() 123 got_interrupt = true; in iside_handler() [all …]
|
H A D | timebase.c | 57 static volatile bool got_interrupt; variable 91 got_interrupt = true; in dec_handler() 127 report(!got_interrupt, in test_dec() 130 got_interrupt = false; in test_dec() 138 report(got_interrupt, "interrupt on decrementer underflow"); in test_dec() 139 got_interrupt = false; in test_dec() 145 report(got_interrupt, "interrupt on decrementer still underflown"); in test_dec() 146 got_interrupt = false; in test_dec() 154 report(got_interrupt, "DEC deal with set to 0"); in test_dec() 155 got_interrupt = false; in test_dec() [all …]
|
H A D | atomics.c | 45 static volatile bool got_interrupt; variable 50 assert(!got_interrupt); in interrupt_handler() 51 got_interrupt = true; in interrupt_handler() 106 report(old == 10 && got_interrupt && recorded_regs.trap == 0x600, in test_lwarx_stwcx() 108 got_interrupt = false; in test_lwarx_stwcx() 128 got_interrupt && recorded_regs.trap == 0x600, in test_lwarx_stwcx() 130 got_interrupt = false; in test_lwarx_stwcx()
|