Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.h48 struct pi_desc { struct
49 u32 pir[8]; /* Posted interrupt requested */
50 union {
67 u32 rsvd[6];
159 struct pi_desc *pi_desc; member
253 struct pi_desc pi_desc; member
341 static inline bool pi_test_and_set_on(struct pi_desc *pi_desc) in pi_test_and_set_on()
347 static inline bool pi_test_and_clear_on(struct pi_desc *pi_desc) in pi_test_and_clear_on()
353 static inline int pi_test_and_set_pir(int vector, struct pi_desc *pi_desc) in pi_test_and_set_pir()
358 static inline bool pi_is_pir_empty(struct pi_desc *pi_desc) in pi_is_pir_empty()
[all …]
Dvmx.c1258 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in vmx_vcpu_pi_load() local
1393 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in vmx_vcpu_pi_put() local
5327 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in wakeup_handler() local
6184 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in vmx_dy_apicv_has_pending_interrupt() local
7286 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in __pi_post_block() local
7332 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in pi_pre_block() local