Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dasyncpf.c71 uint32_t apf_token = apf_reason.token; in handle_interrupt() local
76 if (apf_token == 0xffffffff) { in handle_interrupt()
77 report_pass("Wakeup all, got token 0x%" PRIx32, apf_token); in handle_interrupt()
78 } else if (apf_token == saved_token) { in handle_interrupt()
83 report_fail("unexpected async pf int token 0x%" PRIx32, apf_token); in handle_interrupt()