Lines Matching refs:got_interrupt
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()
163 report(got_interrupt, "interrupt on decrementer write MSB"); in test_dec()
164 got_interrupt = false; in test_dec()
172 report(got_interrupt, "interrupt on decrementer write MSB with irqs on"); in test_dec()
173 got_interrupt = false; in test_dec()
180 report_kfail(host_is_tcg, !got_interrupt, in test_dec()
182 got_interrupt = false; in test_dec()
219 report(!got_interrupt, "no interrupt on decrementer positive"); in test_hdec()
221 got_interrupt = false; in test_hdec()
231 report(got_interrupt, "interrupt on hdecrementer underflow"); in test_hdec()
232 got_interrupt = false; in test_hdec()
238 report(!got_interrupt, "no interrupt on hdecrementer still underflown"); in test_hdec()
239 got_interrupt = false; in test_hdec()
246 report(got_interrupt, "no interrupt on hdecrementer underflown write MSB"); in test_hdec()
247 got_interrupt = false; in test_hdec()
257 report(got_interrupt, "HDEC deal with set to 0"); in test_hdec()
258 got_interrupt = false; in test_hdec()
266 report(got_interrupt, "interrupt on hdecrementer write MSB with irqs on"); in test_hdec()
267 got_interrupt = false; in test_hdec()
270 got_interrupt = false; in test_hdec()
277 report(got_interrupt, "got interrupt after wrap to positive"); in test_hdec()
278 got_interrupt = false; in test_hdec()
283 got_interrupt = false; in test_hdec()
291 report(got_interrupt, "edge re-armed after wrap to positive"); in test_hdec()
292 got_interrupt = false; in test_hdec()