Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
H A Dpage.S16 LONG_S zero, a0, (LONGSIZE * 0)
17 LONG_S zero, a0, (LONGSIZE * 1)
18 LONG_S zero, a0, (LONGSIZE * 2)
19 LONG_S zero, a0, (LONGSIZE * 3)
20 LONG_S zero, a0, (LONGSIZE * 4)
21 LONG_S zero, a0, (LONGSIZE * 5)
22 LONG_S zero, a0, (LONGSIZE * 6)
23 LONG_S zero, a0, (LONGSIZE * 7)
24 PTR_ADDI a0, a0, (LONGSIZE * 16)
25 LONG_S zero, a0, -(LONGSIZE * 8)
[all …]
/linux/arch/mips/lib/
H A 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
/linux/arch/loongarch/kernel/
H A Dhead.S54 la.pcrel t1, __bss_stop - LONGSIZE
56 PTR_ADDI t0, t0, LONGSIZE
/linux/arch/loongarch/include/asm/
H A Dasm.h124 #define LONGSIZE 4 macro
153 #define LONGSIZE 8 macro
H A Dstacktrace.h41 #define STR_LONGSIZE __stringify(LONGSIZE)
/linux/arch/mips/kernel/
H A 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 */
H A Dgenex.S428 .fill LONGSIZE
431 .fill LONGSIZE
433 .fill LONGSIZE * NR_CPUS
/linux/arch/mips/include/asm/
H A Dasm.h234 #define LONGSIZE 4 macro
263 #define LONGSIZE 8 macro
H A Dstacktrace.h29 #define STR_LONGSIZE __stringify(LONGSIZE)