Lines Matching refs:GLUE

12 #define GLUE(a,b) XGLUE(a,b)  macro
17 static void GLUE(X_PFX,ack_pending)(struct kvmppc_xive_vcpu *xc) in GLUE() function
60 static u8 GLUE(X_PFX,esb_load)(struct xive_irq_data *xd, u32 offset) in GLUE() function
75 static void GLUE(X_PFX,source_eoi)(u32 hw_irq, struct xive_irq_data *xd) in GLUE() function
101 eoi_val = GLUE(X_PFX,esb_load)(xd, XIVE_ESB_SET_PQ_00); in GLUE()
115 static u32 GLUE(X_PFX,scan_interrupts)(struct kvmppc_xive_vcpu *xc, in GLUE() function
188 GLUE(X_PFX,source_eoi)(xc->vp_ipi, in GLUE()
270 X_STATIC unsigned long GLUE(X_PFX,h_xirr)(struct kvm_vcpu *vcpu) in GLUE() function
278 xc->GLUE(X_STAT_PFX,h_xirr)++; in GLUE()
281 GLUE(X_PFX,ack_pending)(xc); in GLUE()
298 hirq = GLUE(X_PFX,scan_interrupts)(xc, xc->pending, scan_fetch); in GLUE()
329 X_STATIC unsigned long GLUE(X_PFX,h_ipoll)(struct kvm_vcpu *vcpu, unsigned long server) in GLUE() function
337 xc->GLUE(X_STAT_PFX,h_ipoll)++; in GLUE()
356 hirq = GLUE(X_PFX,scan_interrupts)(xc, pending, scan_poll); in GLUE()
364 static void GLUE(X_PFX,push_pending_to_hw)(struct kvmppc_xive_vcpu *xc) in GLUE() function
382 static void GLUE(X_PFX,scan_for_rerouted_irqs)(struct kvmppc_xive *xive, in GLUE() function
435 GLUE(X_PFX,esb_load)(xd, XIVE_ESB_SET_PQ_11); in GLUE()
438 GLUE(X_PFX,source_eoi)(hw_num, xd); in GLUE()
448 X_STATIC int GLUE(X_PFX,h_cppr)(struct kvm_vcpu *vcpu, unsigned long cppr) in GLUE() function
456 xc->GLUE(X_STAT_PFX,h_cppr)++; in GLUE()
478 GLUE(X_PFX,push_pending_to_hw)(xc); in GLUE()
497 GLUE(X_PFX,scan_for_rerouted_irqs)(xive, xc); in GLUE()
507 X_STATIC int GLUE(X_PFX,h_eoi)(struct kvm_vcpu *vcpu, unsigned long xirr) in GLUE() function
521 xc->GLUE(X_STAT_PFX,h_eoi)++; in GLUE()
580 GLUE(X_PFX,source_eoi)(hw_num, xd); in GLUE()
601 GLUE(X_PFX,scan_interrupts)(xc, xc->pending, scan_eoi); in GLUE()
602 GLUE(X_PFX,push_pending_to_hw)(xc); in GLUE()
612 X_STATIC int GLUE(X_PFX,h_ipi)(struct kvm_vcpu *vcpu, unsigned long server, in GLUE() function
619 xc->GLUE(X_STAT_PFX,h_ipi)++; in GLUE()