Searched refs:k0 (Results 1 – 6 of 6) sorted by relevance
| /libcpu/mips/common/ |
| A D | context_gcc.S | 80 move k0, sp 87 move a0, k0 94 move sp, k0 100 PTR_LA k0, rt_thread_switch_interrupt_flag 101 LONG_L k1, 0(k0) 104 LONG_S zero, 0(k0) /* clear flag */ 110 PTR_LA k0, rt_interrupt_from_thread 111 LONG_L k1, 0(k0) 115 PTR_LA k0, rt_interrupt_to_thread 116 LONG_L k1, 0(k0)
|
| A D | exception_gcc.S | 59 PTR_LA k0, mips_irq_handle 60 jr k0 67 PTR_LA k0, mips_irq_handle 68 jr k0
|
| A D | mips.inc | 41 #define k0 $26 /* kernel scratch */
|
| A D | stackframe.h | 94 move k0, sp 96 LONG_S k0, PT_R29(sp)
|
| A D | mips_regs.h | 52 #define k0 $26 /* kernel scratch */ macro 93 #define k0 $26 /* kernel temporary */ macro
|
| /libcpu/mips/pic32/ |
| A D | context_gcc.S | 118 la k0, rt_thread_switch_interrupt_flag 119 sw zero, 0(k0) /* clear flag */ 124 la k0, rt_interrupt_from_thread 125 lw k1, 0(k0) 129 la k0, rt_interrupt_to_thread 130 lw k1, 0(k0)
|
Completed in 9 milliseconds