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

/linux-4.4.14/arch/sparc/include/asm/
H A Dswitch_to_64.h59 "i" (TI_WSTATE), "i" (TI_KSP), "i" (TI_NEW_CHILD), \
H A Dswitch_to_32.h94 "i" (TI_KSP), \
H A Dthread_info_32.h93 #define TI_KSP 0x20 /* ksp */ macro
H A Dthread_info_64.h78 #define TI_KSP 0x00000018 macro
/linux-4.4.14/arch/openrisc/kernel/
H A Dasm-offsets.c56 DEFINE(TI_KSP, offsetof(struct thread_info, ksp)); main()
H A Dentry.S1018 l.lwz r29,TI_KSP(r10)
1022 l.sw TI_KSP(r10),r1 /* Save old stack pointer */
1024 l.lwz r1,TI_KSP(r10) /* Load new stack pointer */
1028 l.sw TI_KSP(r10),r29
H A Dhead.S170 l.lwz r1,(TI_KSP)(r30) ;\
492 l.sw TI_KSP(r31), r1
/linux-4.4.14/arch/sparc/kernel/
H A Dtraps_32.c441 TI_KSP != offsetof(struct thread_info, ksp) || trap_init()
H A Dtraps_64.c2689 TI_KSP != offsetof(struct thread_info, ksp) || trap_init()

Completed in 216 milliseconds