Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dswitch_to_64.h59 "i" (TI_WSTATE), "i" (TI_KSP), "i" (TI_NEW_CHILD), \
Dswitch_to_32.h94 "i" (TI_KSP), \
Dthread_info_32.h94 #define TI_KSP 0x20 /* ksp */ macro
Dthread_info_64.h80 #define TI_KSP 0x00000018 macro
/arch/openrisc/kernel/
Dasm-offsets.c56 DEFINE(TI_KSP, offsetof(struct thread_info, ksp)); in main()
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
Dhead.S170 l.lwz r1,(TI_KSP)(r30) ;\
492 l.sw TI_KSP(r31), r1
/arch/sparc/kernel/
Dtraps_32.c442 TI_KSP != offsetof(struct thread_info, ksp) ||
Dtraps_64.c2715 TI_KSP != offsetof(struct thread_info, ksp) || in trap_init()