Lines Matching full:interrupt
128 "no interrupt on decrementer positive"); in test_dec()
138 report(got_interrupt, "interrupt on decrementer underflow"); in test_dec()
145 report(got_interrupt, "interrupt on decrementer still underflown"); in test_dec()
163 report(got_interrupt, "interrupt on decrementer write MSB"); in test_dec()
172 report(got_interrupt, "interrupt on decrementer write MSB with irqs on"); in test_dec()
181 "no interrupt after wrap to positive"); in test_dec()
219 report(!got_interrupt, "no interrupt on decrementer positive"); in test_hdec()
231 report(got_interrupt, "interrupt on hdecrementer underflow"); in test_hdec()
238 report(!got_interrupt, "no interrupt on hdecrementer still underflown"); in test_hdec()
246 report(got_interrupt, "no interrupt on hdecrementer underflown write MSB"); in test_hdec()
266 report(got_interrupt, "interrupt on hdecrementer write MSB with irqs on"); in test_hdec()
277 report(got_interrupt, "got interrupt after wrap to positive"); in test_hdec()