Lines Matching full:on

82 	/* KVM does not MCE on access outside partition scope */  in test_mce()
83 report_kfail(host_is_kvm, got_interrupt, "MCE on access to invalid real address"); in test_mce()
93 /* KVM does not MCE on access outside partition scope */ in test_mce()
94 report_kfail(host_is_kvm, got_interrupt, "MCE on fetch from invalid real address"); in test_mce()
146 report(got_interrupt, "interrupt on NULL dereference"); in test_dseg_nommu()
171 report(got_interrupt, "dsi on out of range dereference"); in test_mmu()
182 report(got_interrupt, "dseg on out of range dereference"); in test_mmu()
192 report(got_interrupt, "isi on out of range fetch"); in test_mmu()
203 report(got_interrupt, "isi on out of range fetch"); in test_mmu()
239 report(got_interrupt, "interrupt on decrementer underflow"); in test_dec()
266 report(got_interrupt, "interrupt on hdecrementer underflow"); in test_dec()
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()
444 report(got_interrupt, "interrupt on single step branch"); in test_trace()
463 report(got_interrupt, "interrupt on branch trace"); 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()