Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c177 if (pi_test_on(&new)) in pi_enable_wakeup_handler()
228 if (pi_test_on(&vmx->pi_desc)) in pi_wakeup_handler()
244 return pi_test_on(pi_desc) || in pi_has_pending_interrupt()
H A Dnested.c4009 pi_test_on(vmx->nested.pi_desc)) { in vmx_has_nested_events()
H A Dvmx.c6885 if (pi_test_on(&vmx->pi_desc)) { in vmx_sync_pir_to_irr()
/openbmc/linux/arch/x86/include/asm/
H A Dposted_intr.h78 static inline bool pi_test_on(struct pi_desc *pi_desc) in pi_test_on() function