Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dposted_intr.c37 if (!pi_test_sn(pi_desc) && vcpu->cpu == cpu) in vmx_vcpu_pi_load()
240 (pi_test_sn(pi_desc) && !pi_is_pir_empty(pi_desc)); in pi_has_pending_interrupt()
Dposted_intr.h83 static inline int pi_test_sn(struct pi_desc *pi_desc) in pi_test_sn() function