Searched refs:LONGSIZE (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/mips/lib/ |
| H A D | cache_init.S | 25 LONG_S \val, (\offset + 0 * LONGSIZE)(\dst) 26 LONG_S \val, (\offset + 1 * LONGSIZE)(\dst) 27 LONG_S \val, (\offset + 2 * LONGSIZE)(\dst) 28 LONG_S \val, (\offset + 3 * LONGSIZE)(\dst) 29 LONG_S \val, (\offset + 4 * LONGSIZE)(\dst) 30 LONG_S \val, (\offset + 5 * LONGSIZE)(\dst) 31 LONG_S \val, (\offset + 6 * LONGSIZE)(\dst) 32 LONG_S \val, (\offset + 7 * LONGSIZE)(\dst) 33 #if LONGSIZE == 4 34 LONG_S \val, (\offset + 8 * LONGSIZE)(\dst) [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | asm.h | 322 #define LONGSIZE 4 macro 345 #define LONGSIZE 8 macro
|