Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/vmx/
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()
39 static inline bool pi_test_and_clear_on(struct pi_desc *pi_desc) in pi_test_and_clear_on()
45 static inline bool pi_test_and_clear_sn(struct pi_desc *pi_desc) in pi_test_and_clear_sn()
56 static inline bool pi_is_pir_empty(struct pi_desc *pi_desc) in pi_is_pir_empty()
61 static inline void pi_set_sn(struct pi_desc *pi_desc) in pi_set_sn()
67 static inline void pi_set_on(struct pi_desc *pi_desc) in pi_set_on()
73 static inline void pi_clear_on(struct pi_desc *pi_desc) in pi_clear_on()
79 static inline void pi_clear_sn(struct pi_desc *pi_desc) in pi_clear_sn()
85 static inline bool pi_test_on(struct pi_desc *pi_desc) in pi_test_on()
[all …]
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
A Dvmx.h218 struct pi_desc *pi_desc; member
333 struct pi_desc pi_desc; member

Completed in 7 milliseconds