Searched full:__reg_ (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | fpu.S | 57 #define REST_1FPVSR(n,c,base) __REST_1FPVSR(n,__REG_##c,__REG_##base) 58 #define REST_32FPVSRS(n,c,base) __REST_32FPVSRS(n,__REG_##c,__REG_##base) 59 #define SAVE_32FPVSRS(n,c,base) __SAVE_32FPVSRS(n,__REG_##c,__REG_##base)
|
| H A D | tm.S | 41 __SAVE_32FPRS_VSRS(n,__REG_##c,__REG_##base) 43 __REST_32FPRS_VSRS(n,__REG_##c,__REG_##base)
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 330 #define __PPC_RA(a) ___PPC_RA(__REG_##a) 332 #define __PPC_RB(b) ___PPC_RB(__REG_##b) 333 #define __PPC_RS(s) ___PPC_RS(__REG_##s) 334 #define __PPC_RT(t) ___PPC_RT(__REG_##t)
|
| H A D | ppc_asm.h | 179 #define VCPU_GPR(n) __VCPU_GPR(__REG_##n) 200 #define STK_REG(i) __STK_REG(__REG_##i) 211 #define STK_PARAM(i) __STK_PARAM(__REG_##i)
|
| /linux/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | ppc_asm.h | 179 #define VCPU_GPR(n) __VCPU_GPR(__REG_##n) 200 #define STK_REG(i) __STK_REG(__REG_##i) 211 #define STK_PARAM(i) __STK_PARAM(__REG_##i)
|
| /linux/arch/powerpc/kvm/ |
| H A D | booke_interrupts.S | 26 #define HOST_NV_GPR(n) __HOST_NV_GPR(__REG_##n)
|
| H A D | bookehv_interrupts.S | 45 #define HOST_NV_GPR(n) __HOST_NV_GPR(__REG_##n)
|