Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dposted_intr.h11 struct pi_desc { struct
33 static inline bool pi_test_and_set_on(struct pi_desc *pi_desc) in pi_test_and_set_on()
38 static inline bool pi_test_and_clear_on(struct pi_desc *pi_desc) in pi_test_and_clear_on()
43 static inline bool pi_test_and_clear_sn(struct pi_desc *pi_desc) in pi_test_and_clear_sn()
48 static inline bool pi_test_and_set_pir(int vector, struct pi_desc *pi_desc) in pi_test_and_set_pir()
53 static inline bool pi_is_pir_empty(struct pi_desc *pi_desc) in pi_is_pir_empty()
58 static inline void pi_set_sn(struct pi_desc *pi_desc) in pi_set_sn()
63 static inline void pi_set_on(struct pi_desc *pi_desc) in pi_set_on()
68 static inline void pi_clear_on(struct pi_desc *pi_desc) in pi_clear_on()
73 static inline void pi_clear_sn(struct pi_desc *pi_desc) in pi_clear_sn()
[all …]
/openbmc/linux/arch/x86/kvm/vmx/
H A 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
H A Dposted_intr.h17 static inline int pi_find_highest_vector(struct pi_desc *pi_desc) in pi_find_highest_vector()
H A Dvmx.h206 struct pi_desc *pi_desc; member
321 struct pi_desc pi_desc; member