Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c43 static int pi_try_set_control(struct pi_desc *pi_desc, u64 *pold, u64 new) in pi_try_set_control()
59 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in vmx_vcpu_pi_load() local
164 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in pi_enable_wakeup_handler() local
225 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in vmx_vcpu_pi_put() local
285 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu); in pi_has_pending_interrupt() local
H A Dposted_intr.h22 static inline int pi_find_highest_vector(struct pi_desc *pi_desc) in pi_find_highest_vector()
H A Dcommon.h35 struct pi_desc pi_desc; member
160 struct pi_desc *pi_desc, int vector) in __vmx_deliver_posted_interrupt()
H A Dvmx.h163 struct pi_desc *pi_desc; member