/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_xive_template.c | 9 #define GLUE(a,b) XGLUE(a,b) macro 14 static void GLUE(X_PFX,ack_pending)(struct kvmppc_xive_vcpu *xc) in GLUE() function 57 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 178 GLUE(X_PFX,source_eoi)(xc->vp_ipi, in GLUE() 272 X_STATIC unsigned long GLUE(X_PFX,h_xirr)(struct kvm_vcpu *vcpu) in GLUE() function 280 xc->GLUE(X_STAT_PFX,h_xirr)++; in GLUE() 283 GLUE(X_PF in GLUE() 323 X_STATIC unsigned long GLUE(X_PFX,h_ipoll)(struct kvm_vcpu *vcpu, unsigned long server) GLUE() function 358 static void GLUE(X_PFX,push_pending_to_hw)(struct kvmppc_xive_vcpu *xc) GLUE() function 376 static void GLUE(X_PFX,scan_for_rerouted_irqs)(struct kvmppc_xive *xive, GLUE() function 442 X_STATIC int GLUE(X_PFX,h_cppr)(struct kvm_vcpu *vcpu, unsigned long cppr) GLUE() function 501 X_STATIC int GLUE(X_PFX,h_eoi)(struct kvm_vcpu *vcpu, unsigned long xirr) GLUE() function 606 X_STATIC int GLUE(X_PFX,h_ipi)(struct kvm_vcpu *vcpu, unsigned long server, GLUE() function [all...] |
H A D | book3s_rmhandlers.S | 32 #define FUNC(name) GLUE(.,name)
|
H A D | book3s_interrupts.S | 21 #define FUNC(name) GLUE(.,name)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 220 #define GLUE(a,b) XGLUE(a,b) macro 225 .globl GLUE(.,name); \ 228 .quad GLUE(.,name); \ 232 .type GLUE(.,name),@function; \ 233 GLUE(.,name): 237 #define DOTSYM(a) GLUE(.,a)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 237 #define GLUE(a,b) XGLUE(a,b) 242 .globl GLUE(.,name); \ 245 .quad GLUE(.,name); \ 249 .type GLUE(.,name),@function; \ 250 GLUE(.,name): 254 #define DOTSYM(a) GLUE(.,a)
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 220 #define GLUE(a,b) XGLUE(a,b) macro 225 .globl GLUE(.,name); \ 228 .quad GLUE(.,name); \ 232 .type GLUE(.,name),@function; \ 233 GLUE(.,name): 237 #define DOTSYM(a) GLUE(.,a)
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 237 #define GLUE(a,b) XGLUE(a,b) 242 .globl GLUE(.,name); \ 245 .quad GLUE(.,name); \ 249 .type GLUE(.,name),@function; \ 250 GLUE(.,name): 254 #define DOTSYM(a) GLUE(.,a)
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_rmhandlers.S | 32 #define FUNC(name) GLUE(.,name)
|
H A D | book3s_interrupts.S | 21 #define FUNC(name) GLUE(.,name)
|