Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arc/kernel/
A Dctx_sw_asm.S14 #define KSP_WORD_OFF ((TASK_THREAD + THREAD_KSP) / 4)
52 ld.as sp, [r1, (TASK_THREAD + THREAD_KSP)/4]
A Dctx_sw.c18 #define KSP_WORD_OFF ((TASK_THREAD + THREAD_KSP) / 4)
A Dasm-offsets.c23 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main()
/linux-6.3-rc2/arch/m68k/coldfire/
A Dentry.S188 movel %sp,%a0@(TASK_THREAD+THREAD_KSP) /* save kernel stack pointer */
196 movel %a1@(TASK_THREAD+THREAD_KSP),%sp /* restore new kernel stack */
/linux-6.3-rc2/arch/m68k/68000/
A Dentry.S232 movel %sp,%a0@(TASK_THREAD+THREAD_KSP) /* save kernel stack */
238 movel %a1@(TASK_THREAD+THREAD_KSP),%sp /* restore new thread stack */
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dprocessor.h46 # define THREAD_KSP 0 macro
/linux-6.3-rc2/arch/csky/kernel/
A Dentry.S258 stw sp, (a3, THREAD_KSP)
264 ldw sp, (a3, THREAD_KSP) /* Set next kernel sp */
A Dasm-offsets.c20 DEFINE(THREAD_KSP, offsetof(struct thread_struct, sp)); in main()
/linux-6.3-rc2/arch/nios2/kernel/
A Dasm-offsets.c21 OFFSET(THREAD_KSP, thread_struct, ksp); in main()
A Dentry.S491 stw sp, TASK_THREAD + THREAD_KSP(r4)/* save kernel stack pointer */
492 ldw sp, TASK_THREAD + THREAD_KSP(r5)/* restore new thread stack */
/linux-6.3-rc2/arch/m68k/kernel/
A Dasm-offsets.c31 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main()
A Dentry.S356 movel %sp,%a0@(TASK_THREAD+THREAD_KSP)
421 movel %a1@(TASK_THREAD+THREAD_KSP),%sp
/linux-6.3-rc2/arch/microblaze/kernel/
A Dasm-offsets.c80 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main()

Completed in 14 milliseconds