Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/lib/
H A Dcache_init.S18 LONG_S \val, (\offset + 0 * LONGSIZE)(\dst)
19 LONG_S \val, (\offset + 1 * LONGSIZE)(\dst)
20 LONG_S \val, (\offset + 2 * LONGSIZE)(\dst)
21 LONG_S \val, (\offset + 3 * LONGSIZE)(\dst)
22 LONG_S \val, (\offset + 4 * LONGSIZE)(\dst)
23 LONG_S \val, (\offset + 5 * LONGSIZE)(\dst)
24 LONG_S \val, (\offset + 6 * LONGSIZE)(\dst)
25 LONG_S \val, (\offset + 7 * LONGSIZE)(\dst)
26 #if LONGSIZE == 4
27 LONG_S \val, (\offset + 8 * LONGSIZE)(\dst)
[all …]
/openbmc/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
/openbmc/linux/arch/mips/kernel/
H A Dhead.S98 PTR_LA t1, __bss_stop - LONGSIZE
100 PTR_ADDIU t0, LONGSIZE
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.S417 .fill LONGSIZE
420 .fill LONGSIZE
422 .fill LONGSIZE * NR_CPUS
/openbmc/linux/arch/loongarch/kernel/
H A Dhead.S64 la.pcrel t1, __bss_stop - LONGSIZE
66 addi.d t0, t0, LONGSIZE
/openbmc/linux/arch/loongarch/include/asm/
H A Dasm.h116 #define LONGSIZE 4 macro
137 #define LONGSIZE 8 macro
H A Dstacktrace.h35 #define STR_LONGSIZE __stringify(LONGSIZE)
/openbmc/linux/arch/mips/include/asm/
H A Dstacktrace.h29 #define STR_LONGSIZE __stringify(LONGSIZE)
H A Dasm.h231 #define LONGSIZE 4 macro
260 #define LONGSIZE 8 macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dasm.h321 #define LONGSIZE 4 macro
344 #define LONGSIZE 8 macro