Home
last modified time | relevance | path

Searched refs:LONGSIZE (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/mips/lib/
Dmemset.S14 #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/
Dhead.S178 PTR_LA t1, __bss_stop - LONGSIZE
180 PTR_ADDIU t0, LONGSIZE
Docteon_switch.S88 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 */
Dgenex.S345 .fill LONGSIZE
/linux-2.6.39/arch/mips/include/asm/
Dasm.h307 #define LONGSIZE 4 macro
329 #define LONGSIZE 8 macro