Searched refs:TI_KSP (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dswitch_to_64.h58 "i" (TI_WSTATE), "i" (TI_KSP), "i" (TI_NEW_CHILD), \
H A Dswitch_to_32.h95 "i" (TI_KSP), \
H A Dthread_info_32.h91 #define TI_KSP 0x20 /* ksp */ macro
H A Dthread_info_64.h79 #define TI_KSP 0x00000018 macro
/linux-master/arch/openrisc/kernel/
H A Dasm-offsets.c50 DEFINE(TI_KSP, offsetof(struct thread_info, ksp));
H A Dentry.S1117 l.lwz r29,TI_KSP(r10)
1121 l.sw TI_KSP(r10),r1 /* Save old stack pointer */
1123 l.lwz r1,TI_KSP(r10) /* Load new stack pointer */
1127 l.sw TI_KSP(r10),r29
H A Dhead.S232 l.lwz r1,(TI_KSP)(r30) ;\
581 l.sw TI_KSP(r31), r1
782 l.sw TI_KSP(r30),r1
/linux-master/arch/sparc/kernel/
H A Dtraps_32.c379 TI_KSP != offsetof(struct thread_info, ksp) ||
H A Dtraps_64.c2847 TI_KSP != offsetof(struct thread_info, ksp) ||

Completed in 128 milliseconds