Home
last modified time | relevance | path

Searched refs:TI_KSP (Results 1 – 8 of 8) sorted by relevance

/linux/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/arch/openrisc/kernel/
H A Dasm-offsets.c50 DEFINE(TI_KSP, offsetof(struct thread_info, ksp)); in main()
H A Dentry.S1114 l.lwz r29,TI_KSP(r10)
1118 l.sw TI_KSP(r10),r1 /* Save old stack pointer */
1120 l.lwz r1,TI_KSP(r10) /* Load new stack pointer */
1124 l.sw TI_KSP(r10),r29
H A Dhead.S232 l.lwz r1,(TI_KSP)(r30) ;\
583 l.sw TI_KSP(r31), r1
784 l.sw TI_KSP(r30),r1
/linux/arch/sparc/kernel/
H A Dtraps_32.c379 TI_KSP != offsetof(struct thread_info, ksp) ||