Searched refs:k1 (Results 1 – 5 of 5) sorted by relevance
| /libcpu/mips/common/ |
| A D | context_gcc.S | 101 LONG_L k1, 0(k0) 102 beqz k1, spurious_interrupt 111 LONG_L k1, 0(k0) 113 LONG_S sp, 0(k1) /* store sp in preempted task TCB */ 116 LONG_L k1, 0(k0) 118 LONG_L sp, 0(k1) /* get new task stack pointer */
|
| A D | mips.inc | 42 #define k1 $27
|
| A D | stackframe.h | 93 move k1, sp 95 PTR_SUBU sp, k1, PT_SIZE
|
| A D | mips_regs.h | 53 #define k1 $27 macro 94 #define k1 $27 macro
|
| /libcpu/mips/pic32/ |
| A D | context_gcc.S | 125 lw k1, 0(k0) 127 sw sp, 0(k1) /* store sp in preempted tasks's TCB */ 130 lw k1, 0(k0) 132 lw sp, 0(k1) /* get new task's stack pointer */
|
Completed in 8 milliseconds