Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/lib/
Dmemset.S15 #if LONGSIZE == 4
24 #define STORSIZE (LONGSIZE * 2)
31 #define STORSIZE LONGSIZE
62 #if ((defined(CONFIG_CPU_MICROMIPS) && (LONGSIZE == 4)) || !defined(CONFIG_CPU_MICROMIPS))
68 #if (!defined(CONFIG_CPU_MICROMIPS) && (LONGSIZE == 4))
134 #if LONGSIZE == 4
167 #if LONGSIZE == 4
200 #if LONGSIZE == 4
278 #if LONGSIZE == 8
/linux-4.4.14/arch/mips/kernel/
Dhead.S115 PTR_LA t1, __bss_stop - LONGSIZE
117 PTR_ADDIU t0, LONGSIZE
Docteon_switch.S48 LONG_L t9, LONGSIZE(t1)/* Load from CVMSEG */
49 LONG_ADDU t1, LONGSIZE*2 /* Increment loc in CVMSEG */
51 LONG_ADDU t2, LONGSIZE*2 /* Increment loc in thread storage */
53 LONG_S t9, -LONGSIZE(t2)/* Store CVMSEG to thread storage */
Dgenex.S304 .fill LONGSIZE
/linux-4.4.14/arch/mips/include/asm/
Dasm.h317 #define LONGSIZE 4 macro
340 #define LONGSIZE 8 macro