Home
last modified time | relevance | path

Searched refs:t_kstack (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/sparc/kernel/
Detrap.S24 #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
133 LOAD_CURRENT(t_kstack, t_twinmask)
137 add %t_kstack, %t_twinmask, %t_kstack
143 STORE_PT_ALL(t_kstack, t_psr, t_pc, t_npc, g2)
150 sub %t_kstack, %curptr, %curptr
153 and %t_kstack, %curptr, %curptr
[all …]