Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c135 static volatile bool guest_saw_irq; variable
142 guest_saw_irq = true; in evtchn_handler()
149 while (!guest_saw_irq) in guest_wait_for_irq()
151 guest_saw_irq = false; in guest_wait_for_irq()
359 for (i = 0; i < 100 && !guest_saw_irq; i++) in guest_code()
371 if (!guest_saw_irq) { in guest_code()
375 guest_saw_irq = false; in guest_code()