Home
last modified time | relevance | path

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

/linux/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/arch/m68k/coldfire/
A Dentry.S186 movel %sp,%a0@(TASK_THREAD+THREAD_KSP) /* save kernel stack pointer */
194 movel %a1@(TASK_THREAD+THREAD_KSP),%sp /* restore new kernel stack */
/linux/arch/m68k/68000/
A Dentry.S230 movel %sp,%a0@(TASK_THREAD+THREAD_KSP) /* save kernel stack */
236 movel %a1@(TASK_THREAD+THREAD_KSP),%sp /* restore new thread stack */
/linux/arch/csky/kernel/
A Dentry.S267 stw sp, (a3, THREAD_KSP)
273 ldw sp, (a3, THREAD_KSP) /* Set next kernel sp */
A Dasm-offsets.c20 DEFINE(THREAD_KSP, offsetof(struct thread_struct, sp)); in main()
/linux/arch/microblaze/include/asm/
A Dprocessor.h46 # define THREAD_KSP 0 macro
/linux/arch/h8300/kernel/
A Dasm-offsets.c37 OFFSET(THREAD_KSP, thread_struct, ksp); in main()
A Dentry.S369 mov.l sp,@(THREAD_KSP:16,er0)
376 mov.l @(THREAD_KSP:16,er1),sp
/linux/arch/nios2/kernel/
A Dasm-offsets.c21 OFFSET(THREAD_KSP, thread_struct, ksp); in main()
A Dentry.S483 stw sp, TASK_THREAD + THREAD_KSP(r4)/* save kernel stack pointer */
484 ldw sp, TASK_THREAD + THREAD_KSP(r5)/* restore new thread stack */
/linux/arch/m68k/kernel/
A Dasm-offsets.c31 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main()
A Dentry.S350 movel %sp,%a0@(TASK_THREAD+THREAD_KSP)
415 movel %a1@(TASK_THREAD+THREAD_KSP),%sp
/linux/arch/microblaze/kernel/
A Dasm-offsets.c80 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main()

Completed in 60 milliseconds