Home
last modified time | relevance | path

Searched defs:pi_desc (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dposted_intr.h12 struct pi_desc { struct
29 static inline bool pi_test_and_set_on(struct pi_desc *pi_desc) in pi_test_and_set_on()
34 static inline bool pi_test_and_clear_on(struct pi_desc *pi_desc) in pi_test_and_clear_on()
39 static inline bool pi_test_and_clear_sn(struct pi_desc *pi_desc) in pi_test_and_clear_sn()
44 static inline bool pi_test_and_set_pir(int vector, struct pi_desc *pi_desc) in pi_test_and_set_pir()
49 static inline bool pi_is_pir_empty(struct pi_desc *pi_desc) in pi_is_pir_empty()
54 static inline void pi_set_sn(struct pi_desc *pi_desc) in pi_set_sn()
59 static inline void pi_set_on(struct pi_desc *pi_desc) in pi_set_on()
64 static inline void pi_clear_on(struct pi_desc *pi_desc) in pi_clear_on()
69 static inline void pi_clear_sn(struct pi_desc *pi_desc) in pi_clear_sn()
[all …]
/linux-6.12.1/arch/x86/kvm/vmx/
Dposted_intr.c39 static int pi_try_set_control(struct pi_desc *pi_desc, u64 *pold, u64 new) in pi_try_set_control()
55 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in vmx_vcpu_pi_load() local
148 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in pi_enable_wakeup_handler() local
198 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in vmx_vcpu_pi_put() local
242 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in pi_has_pending_interrupt() local
Dposted_intr.h17 static inline int pi_find_highest_vector(struct pi_desc *pi_desc) in pi_find_highest_vector()
Dvmx.h205 struct pi_desc *pi_desc; member
322 struct pi_desc pi_desc; member