Home
last modified time | relevance | path

Searched full:__reg_ (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dfpu.S57 #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 Dtm.S41 __SAVE_32FPRS_VSRS(n,__REG_##c,__REG_##base)
43 __REST_32FPRS_VSRS(n,__REG_##c,__REG_##base)
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h330 #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 Dppc_asm.h179 #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 Dppc_asm.h179 #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 Dbooke_interrupts.S26 #define HOST_NV_GPR(n) __HOST_NV_GPR(__REG_##n)
H A Dbookehv_interrupts.S45 #define HOST_NV_GPR(n) __HOST_NV_GPR(__REG_##n)