Searched refs:THREAD_KSP (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/microblaze/include/asm/
H A Dprocessor.h46 # define THREAD_KSP 0 macro
/linux-master/arch/m68k/coldfire/
H A Dentry.S185 movel %sp,%a0@(TASK_THREAD+THREAD_KSP) /* save kernel stack pointer */
193 movel %a1@(TASK_THREAD+THREAD_KSP),%sp /* restore new kernel stack */
/linux-master/arch/nios2/kernel/
H A Dasm-offsets.c21 OFFSET(THREAD_KSP, thread_struct, ksp);
H 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-master/arch/csky/kernel/
H A Dentry.S258 stw sp, (a3, THREAD_KSP)
264 ldw sp, (a3, THREAD_KSP) /* Set next kernel sp */
H A Dasm-offsets.c20 DEFINE(THREAD_KSP, offsetof(struct thread_struct, sp));
/linux-master/arch/m68k/68000/
H A Dentry.S229 movel %sp,%a0@(TASK_THREAD+THREAD_KSP) /* save kernel stack */
235 movel %a1@(TASK_THREAD+THREAD_KSP),%sp /* restore new thread stack */
/linux-master/arch/m68k/kernel/
H A Dasm-offsets.c31 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
H A Dentry.S353 movel %sp,%a0@(TASK_THREAD+THREAD_KSP)
418 movel %a1@(TASK_THREAD+THREAD_KSP),%sp
/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c80 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));

Completed in 155 milliseconds