GLUE              225 arch/powerpc/include/asm/ppc_asm.h 	.globl GLUE(.,name); \
GLUE              228 arch/powerpc/include/asm/ppc_asm.h 	.quad GLUE(.,name); \
GLUE              232 arch/powerpc/include/asm/ppc_asm.h 	.type GLUE(.,name),@function; \
GLUE              233 arch/powerpc/include/asm/ppc_asm.h GLUE(.,name):
GLUE              237 arch/powerpc/include/asm/ppc_asm.h #define DOTSYM(a)	GLUE(.,a)
GLUE               57 arch/powerpc/kvm/book3s_xive_template.c static u8 GLUE(X_PFX,esb_load)(struct xive_irq_data *xd, u32 offset)
GLUE               72 arch/powerpc/kvm/book3s_xive_template.c static void GLUE(X_PFX,source_eoi)(u32 hw_irq, struct xive_irq_data *xd)
GLUE               98 arch/powerpc/kvm/book3s_xive_template.c 		eoi_val = GLUE(X_PFX,esb_load)(xd, XIVE_ESB_SET_PQ_00);
GLUE              112 arch/powerpc/kvm/book3s_xive_template.c static u32 GLUE(X_PFX,scan_interrupts)(struct kvmppc_xive_vcpu *xc,
GLUE              175 arch/powerpc/kvm/book3s_xive_template.c 				GLUE(X_PFX,source_eoi)(xc->vp_ipi,
GLUE              277 arch/powerpc/kvm/book3s_xive_template.c 	xc->GLUE(X_STAT_PFX,h_xirr)++;
GLUE              280 arch/powerpc/kvm/book3s_xive_template.c 	GLUE(X_PFX,ack_pending)(xc);
GLUE              289 arch/powerpc/kvm/book3s_xive_template.c 	hirq = GLUE(X_PFX,scan_interrupts)(xc, xc->pending, scan_fetch);
GLUE              320 arch/powerpc/kvm/book3s_xive_template.c X_STATIC unsigned long GLUE(X_PFX,h_ipoll)(struct kvm_vcpu *vcpu, unsigned long server)
GLUE              328 arch/powerpc/kvm/book3s_xive_template.c 	xc->GLUE(X_STAT_PFX,h_ipoll)++;
GLUE              347 arch/powerpc/kvm/book3s_xive_template.c 	hirq = GLUE(X_PFX,scan_interrupts)(xc, pending, scan_poll);
GLUE              373 arch/powerpc/kvm/book3s_xive_template.c static void GLUE(X_PFX,scan_for_rerouted_irqs)(struct kvmppc_xive *xive,
GLUE              426 arch/powerpc/kvm/book3s_xive_template.c 				GLUE(X_PFX,esb_load)(xd, XIVE_ESB_SET_PQ_11);
GLUE              429 arch/powerpc/kvm/book3s_xive_template.c 			GLUE(X_PFX,source_eoi)(hw_num, xd);
GLUE              439 arch/powerpc/kvm/book3s_xive_template.c X_STATIC int GLUE(X_PFX,h_cppr)(struct kvm_vcpu *vcpu, unsigned long cppr)
GLUE              447 arch/powerpc/kvm/book3s_xive_template.c 	xc->GLUE(X_STAT_PFX,h_cppr)++;
GLUE              469 arch/powerpc/kvm/book3s_xive_template.c 		GLUE(X_PFX,push_pending_to_hw)(xc);
GLUE              488 arch/powerpc/kvm/book3s_xive_template.c 		GLUE(X_PFX,scan_for_rerouted_irqs)(xive, xc);
GLUE              498 arch/powerpc/kvm/book3s_xive_template.c X_STATIC int GLUE(X_PFX,h_eoi)(struct kvm_vcpu *vcpu, unsigned long xirr)
GLUE              512 arch/powerpc/kvm/book3s_xive_template.c 	xc->GLUE(X_STAT_PFX,h_eoi)++;
GLUE              571 arch/powerpc/kvm/book3s_xive_template.c 		GLUE(X_PFX,source_eoi)(hw_num, xd);
GLUE              592 arch/powerpc/kvm/book3s_xive_template.c 	GLUE(X_PFX,scan_interrupts)(xc, xc->pending, scan_eoi);
GLUE              593 arch/powerpc/kvm/book3s_xive_template.c 	GLUE(X_PFX,push_pending_to_hw)(xc);
GLUE              603 arch/powerpc/kvm/book3s_xive_template.c X_STATIC int GLUE(X_PFX,h_ipi)(struct kvm_vcpu *vcpu, unsigned long server,
GLUE              610 arch/powerpc/kvm/book3s_xive_template.c 	xc->GLUE(X_STAT_PFX,h_ipi)++;
GLUE              225 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h 	.globl GLUE(.,name); \
GLUE              228 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h 	.quad GLUE(.,name); \
GLUE              232 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h 	.type GLUE(.,name),@function; \
GLUE              233 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h GLUE(.,name):
GLUE              237 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h #define DOTSYM(a)	GLUE(.,a)