Lines Matching refs:got_interrupt
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()
146 report(got_interrupt, "interrupt on NULL dereference"); in test_dseg_nommu()
147 got_interrupt = false; in test_dseg_nommu()
171 report(got_interrupt, "dsi on out of range dereference"); in test_mmu()
174 got_interrupt = false; in test_mmu()
182 report(got_interrupt, "dseg on out of range dereference"); in test_mmu()
184 got_interrupt = false; in test_mmu()
192 report(got_interrupt, "isi on out of range fetch"); in test_mmu()
195 got_interrupt = false; in test_mmu()
203 report(got_interrupt, "isi on out of range fetch"); in test_mmu()
205 got_interrupt = false; in test_mmu()
212 got_interrupt = true; in dec_handler()
234 while (!got_interrupt) { in test_dec()
239 report(got_interrupt, "interrupt on decrementer underflow"); in test_dec()
240 got_interrupt = false; in test_dec()
259 while (!got_interrupt) { in test_dec()
266 report(got_interrupt, "interrupt on hdecrementer underflow"); in test_dec()
267 got_interrupt = false; in test_dec()
280 got_interrupt = true; in heai_handler()
289 got_interrupt = true; in program_handler()
311 report(got_interrupt, "interrupt on invalid instruction"); in test_illegal()
312 got_interrupt = false; in test_illegal()
319 report(got_interrupt, "interrupt on invalid prefix instruction"); in test_illegal()
320 got_interrupt = false; in test_illegal()
351 report(got_interrupt, "interrupt on privileged instruction"); in test_privileged()
352 got_interrupt = false; in test_privileged()
361 got_interrupt = true; in sc_handler()
373 report(got_interrupt, "interrupt on sc 0 instruction"); in test_sc()
374 got_interrupt = false; in test_sc()
380 report(got_interrupt, "interrupt on sc 1 instruction"); in test_sc()
381 got_interrupt = false; in test_sc()
394 got_interrupt = true; in trace_handler()
426 report(got_interrupt, "interrupt on single step"); in test_trace()
427 got_interrupt = false; in test_trace()
444 report(got_interrupt, "interrupt on single step branch"); in test_trace()
445 got_interrupt = false; in test_trace()
463 report(got_interrupt, "interrupt on branch trace"); in test_trace()
464 got_interrupt = false; in test_trace()
478 report(!got_interrupt, "no interrupt on single step trap"); in test_trace()
479 got_interrupt = false; in test_trace()
492 report(!got_interrupt, "no interrupt on single step rfid"); in test_trace()
493 got_interrupt = false; in test_trace()