Lines Matching full:interrupt
146 report(got_interrupt, "interrupt on NULL dereference"); in test_dseg_nommu()
239 report(got_interrupt, "interrupt on decrementer underflow"); in test_dec()
266 report(got_interrupt, "interrupt on hdecrementer underflow"); in test_dec()
296 * HEAI interrupt with the HEIR SPR set to the instruction image. pseries
297 * (guest) should take a program interrupt. CPUs which support prefix
311 report(got_interrupt, "interrupt on invalid instruction"); in test_illegal()
319 report(got_interrupt, "interrupt on invalid prefix instruction"); in test_illegal()
351 report(got_interrupt, "interrupt on privileged instruction"); in test_privileged()
373 report(got_interrupt, "interrupt on sc 0 instruction"); in test_sc()
380 report(got_interrupt, "interrupt on sc 1 instruction"); in test_sc()
426 report(got_interrupt, "interrupt on single step"); in test_trace()
429 "single step interrupt at the correct address"); in test_trace()
444 report(got_interrupt, "interrupt on single step branch"); in test_trace()
447 "single step interrupt at the correct address"); in test_trace()
463 report(got_interrupt, "interrupt on branch trace"); in test_trace()
466 "branch trace interrupt at the correct address"); in test_trace()
478 report(!got_interrupt, "no interrupt on single step trap"); in test_trace()
492 report(!got_interrupt, "no interrupt on single step rfid"); in test_trace()