Searched refs:PTR_SUBU (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/mips/kernel/ |
D | mcount.S | 22 PTR_SUBU sp, PT_SIZE 82 PTR_SUBU a0, ra, 8 /* arg1: self address */ 91 PTR_SUBU a0, a0, 16 /* arg1: adjust to module's recorded callsite */ 93 PTR_SUBU a0, a0, 12 204 PTR_SUBU sp, PT_SIZE
|
D | head.S | 117 PTR_SUBU sp, 4 * SZREG # init stack pointer
|
/linux-4.1.27/arch/mips/lib/ |
D | memset.S | 105 PTR_SUBU t0, STORSIZE /* alignment in bytes */ 110 PTR_SUBU t0, AT /* alignment in bytes */ 121 PTR_SUBU a0, t0 /* long align ptr */ 168 PTR_SUBU t1, FILLPTRG 172 PTR_SUBU t1, AT 196 PTR_SUBU t0, $0, a2 232 PTR_SUBU a2, $0, t0
|
D | strlen_user.S | 39 PTR_SUBU v0, a0
|
D | strnlen_user.S | 58 PTR_SUBU v0, a0
|
/linux-4.1.27/arch/mips/include/asm/ |
D | asm.h | 354 #define PTR_SUBU subu macro 379 #define PTR_SUBU dsubu macro
|
D | stackframe.h | 185 PTR_SUBU sp, k1, PT_SIZE 188 8: PTR_SUBU k1, PT_SIZE
|