Searched refs:t_kstack (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | etrap_32.S | 91 STORE_PT_ALL(t_kstack, t_psr, t_pc, t_npc, g2) 102 mov %t_kstack, %sp ! jump onto new stack 129 mov %t_kstack, %sp ! and onto new kernel stack 135 LOAD_CURRENT(t_kstack, t_twinmask) 139 add %t_kstack, %t_twinmask, %t_kstack 145 STORE_PT_ALL(t_kstack, t_psr, t_pc, t_npc, g2) 152 sub %t_kstack, %curptr, %curptr 155 and %t_kstack, %curptr, %curptr 193 mov %t_kstack, %sp ! and onto kernel stack 249 mov %t_kstack, %sp [all …]
|