Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c205 if (pi_test_on(&new)) in pi_enable_wakeup_handler()
263 if (pi_test_on(&vt->pi_desc)) in pi_wakeup_handler()
287 return pi_test_on(pi_desc) || in pi_has_pending_interrupt()
H A Dtdx.c1090 if (pi_test_on(&vt->pi_desc)) { in tdx_vcpu_run()
H A Dnested.c4190 pi_test_on(vmx->nested.pi_desc)) { in vmx_has_nested_events()
H A Dvmx.c7147 if (pi_test_on(&vt->pi_desc)) { in vmx_sync_pir_to_irr()
/linux/arch/x86/include/asm/
H A Dposted_intr.h138 static inline bool pi_test_on(struct pi_desc *pi_desc) in pi_test_on() function