Searched refs:t_kstack (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/sparc/kernel/ |
D | etrap_32.S | 24 #define t_kstack l5 /* Set right before pt_regs frame is built */ macro 89 sub %fp, (STACKFRAME_SZ + TRACEREG_SZ), %t_kstack 90 STORE_PT_ALL(t_kstack, t_psr, t_pc, t_npc, g2) 101 mov %t_kstack, %sp ! jump onto new stack 128 mov %t_kstack, %sp ! and onto new kernel stack 134 LOAD_CURRENT(t_kstack, t_twinmask) 138 add %t_kstack, %t_twinmask, %t_kstack 144 STORE_PT_ALL(t_kstack, t_psr, t_pc, t_npc, g2) 151 sub %t_kstack, %curptr, %curptr 154 and %t_kstack, %curptr, %curptr [all …]
|