Home
last modified time | relevance | path

Searched refs:guest_saw_irq (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c168 static volatile bool guest_saw_irq; variable
175 guest_saw_irq = true; in evtchn_handler()
182 while (!guest_saw_irq) in guest_wait_for_irq()
184 guest_saw_irq = false; in guest_wait_for_irq()
362 for (i = 0; i < 100 && !guest_saw_irq; i++) in guest_code()
369 if (!guest_saw_irq) { in guest_code()
373 guest_saw_irq = false; in guest_code()