Searched refs:tsk_stk (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/riscv/kernel/
H A Dtraps.c415 unsigned long tsk_stk = (unsigned long)current->stack; local
422 tsk_stk, tsk_stk + THREAD_SIZE);
/linux-master/arch/arm/kernel/
H A Dtraps.c926 unsigned long tsk_stk = (unsigned long)current->stack; local
936 tsk_stk, tsk_stk + THREAD_SIZE);
/linux-master/arch/arm64/kernel/
H A Dtraps.c880 unsigned long tsk_stk = (unsigned long)current->stack; local
891 tsk_stk, tsk_stk + THREAD_SIZE);

Completed in 121 milliseconds