Searched refs:SZL (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/powerpc/kernel/ |
D | misc.S | 68 PPC_STL r1,SZL(r3) 69 PPC_STL r2,2*SZL(r3) 71 PPC_STL r0,3*SZL(r3) 72 PPC_STL r13,4*SZL(r3) 73 PPC_STL r14,5*SZL(r3) 74 PPC_STL r15,6*SZL(r3) 75 PPC_STL r16,7*SZL(r3) 76 PPC_STL r17,8*SZL(r3) 77 PPC_STL r18,9*SZL(r3) 78 PPC_STL r19,10*SZL(r3) [all …]
|
D | ppc_save_regs.S | 27 PPC_STL r0,0*SZL(r3) 28 PPC_STL r2,2*SZL(r3) 29 PPC_STL r3,3*SZL(r3) 30 PPC_STL r4,4*SZL(r3) 31 PPC_STL r5,5*SZL(r3) 32 PPC_STL r6,6*SZL(r3) 33 PPC_STL r7,7*SZL(r3) 34 PPC_STL r8,8*SZL(r3) 35 PPC_STL r9,9*SZL(r3) 36 PPC_STL r10,10*SZL(r3) [all …]
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | ppc_asm.h | 18 #define SZL (BITS_PER_LONG/8) macro
|