Home
last modified time | relevance | path

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

/arch/mips/lib/
Dmemset.S16 #if LONGSIZE == 4
25 #define STORSIZE (LONGSIZE * 2)
32 #define STORSIZE LONGSIZE
63 #if ((defined(CONFIG_CPU_MICROMIPS) && (LONGSIZE == 4)) || !defined(CONFIG_CPU_MICROMIPS))
69 #if (!defined(CONFIG_CPU_MICROMIPS) && (LONGSIZE == 4))
140 #if LONGSIZE == 4
171 #if LONGSIZE == 4
204 #if LONGSIZE == 4
308 #if LONGSIZE == 8
/arch/mips/kernel/
Dhead.S98 PTR_LA t1, __bss_stop - LONGSIZE
100 PTR_ADDIU t0, LONGSIZE
Docteon_switch.S49 LONG_L t9, LONGSIZE(t1)/* Load from CVMSEG */
50 LONG_ADDU t1, LONGSIZE*2 /* Increment loc in CVMSEG */
52 LONG_ADDU t2, LONGSIZE*2 /* Increment loc in thread storage */
54 LONG_S t9, -LONGSIZE(t2)/* Store CVMSEG to thread storage */
Dgenex.S418 .fill LONGSIZE
421 .fill LONGSIZE
423 .fill LONGSIZE * NR_CPUS
/arch/mips/include/asm/
Dstacktrace.h29 #define STR_LONGSIZE __stringify(LONGSIZE)
Dasm.h226 #define LONGSIZE 4 macro
251 #define LONGSIZE 8 macro