Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/vmx/
Dposted_intr.h9 struct pi_desc { struct
31 static inline bool pi_test_and_set_on(struct pi_desc *pi_desc) in pi_test_and_set_on()
37 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()
49 static inline bool pi_test_and_set_pir(int vector, struct pi_desc *pi_desc) in pi_test_and_set_pir()
54 static inline bool pi_is_pir_empty(struct pi_desc *pi_desc) in pi_is_pir_empty()
59 static inline void pi_set_sn(struct pi_desc *pi_desc) in pi_set_sn()
65 static inline void pi_set_on(struct pi_desc *pi_desc) in pi_set_on()
71 static inline void pi_clear_on(struct pi_desc *pi_desc) in pi_clear_on()
77 static inline void pi_clear_sn(struct pi_desc *pi_desc) in pi_clear_sn()
[all …]
Dposted_intr.c37 static int pi_try_set_control(struct pi_desc *pi_desc, u64 old, u64 new) in pi_try_set_control()
53 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in vmx_vcpu_pi_load() local
145 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in pi_enable_wakeup_handler() local
182 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in vmx_vcpu_pi_put() local
226 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in pi_has_pending_interrupt() local
Dvmx.h226 struct pi_desc *pi_desc; member
332 struct pi_desc pi_desc; member