Searched refs:LONGSIZE (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/mips/lib/ |
D | memset.S | 14 #if LONGSIZE == 4 29 EX(LONG_S, \val, (\offset + 0 * LONGSIZE)(\dst), \fixup) 30 EX(LONG_S, \val, (\offset + 1 * LONGSIZE)(\dst), \fixup) 31 EX(LONG_S, \val, (\offset + 2 * LONGSIZE)(\dst), \fixup) 32 EX(LONG_S, \val, (\offset + 3 * LONGSIZE)(\dst), \fixup) 33 EX(LONG_S, \val, (\offset + 4 * LONGSIZE)(\dst), \fixup) 34 EX(LONG_S, \val, (\offset + 5 * LONGSIZE)(\dst), \fixup) 35 EX(LONG_S, \val, (\offset + 6 * LONGSIZE)(\dst), \fixup) 36 EX(LONG_S, \val, (\offset + 7 * LONGSIZE)(\dst), \fixup) 37 #if LONGSIZE == 4 [all …]
|
/linux-2.6.39/arch/mips/kernel/ |
D | head.S | 178 PTR_LA t1, __bss_stop - LONGSIZE 180 PTR_ADDIU t0, LONGSIZE
|
D | octeon_switch.S | 88 LONG_L t9, LONGSIZE(t1)/* Load from CVMSEG */ 89 LONG_ADDU t1, LONGSIZE*2 /* Increment loc in CVMSEG */ 91 LONG_ADDU t2, LONGSIZE*2 /* Increment loc in thread storage */ 93 LONG_S t9, -LONGSIZE(t2)/* Store CVMSEG to thread storage */
|
D | genex.S | 345 .fill LONGSIZE
|
/linux-2.6.39/arch/mips/include/asm/ |
D | asm.h | 307 #define LONGSIZE 4 macro 329 #define LONGSIZE 8 macro
|