Searched refs:GLUE (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/include/asm/ |
D | ppc_asm.h | 223 #define GLUE(a,b) XGLUE(a,b) macro 228 .globl GLUE(.,name); \ 231 .quad GLUE(.,name); \ 235 .type GLUE(.,name),@function; \ 236 GLUE(.,name): 240 #define DOTSYM(a) GLUE(.,a)
|
/arch/powerpc/kvm/ |
D | book3s_rmhandlers.S | 42 #define FUNC(name) GLUE(.,name)
|
D | book3s_interrupts.S | 31 #define FUNC(name) GLUE(.,name)
|