Searched refs:LONGSIZE (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/lib/ |
H A D | memset.S | 16 #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
|
/kernel/linux/linux-6.6/arch/mips/lib/ |
H A D | memset.S | 16 #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
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | head.S | 125 PTR_LA t1, __bss_stop - LONGSIZE 127 PTR_ADDIU t0, LONGSIZE
|
H A D | octeon_switch.S | 49 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 */
|
H A D | genex.S | 418 .fill LONGSIZE 421 .fill LONGSIZE 423 .fill LONGSIZE * NR_CPUS
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | asm.h | 116 #define LONGSIZE 4 macro 137 #define LONGSIZE 8 macro
|
H A D | stacktrace.h | 37 #define STR_LONGSIZE __stringify(LONGSIZE)
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | head.S | 65 la.pcrel t1, __bss_stop - LONGSIZE 67 addi.d t0, t0, LONGSIZE
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | asm.h | 116 #define LONGSIZE 4 macro 137 #define LONGSIZE 8 macro
|
H A D | stacktrace.h | 35 #define STR_LONGSIZE __stringify(LONGSIZE)
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | asm.h | 226 #define LONGSIZE 4 macro 251 #define LONGSIZE 8 macro
|
H A D | stacktrace.h | 29 #define STR_LONGSIZE __stringify(LONGSIZE)
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | asm.h | 231 #define LONGSIZE 4 macro 260 #define LONGSIZE 8 macro
|
H A D | stacktrace.h | 29 #define STR_LONGSIZE __stringify(LONGSIZE)
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | octeon_switch.S | 48 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 D | genex.S | 417 .fill LONGSIZE 420 .fill LONGSIZE 422 .fill LONGSIZE * NR_CPUS
|
Completed in 7 milliseconds