Searched refs:TI_KSP (Results 1 – 9 of 9) sorted by relevance
/arch/sparc/include/asm/ |
D | switch_to_64.h | 59 "i" (TI_WSTATE), "i" (TI_KSP), "i" (TI_NEW_CHILD), \
|
D | switch_to_32.h | 94 "i" (TI_KSP), \
|
D | thread_info_32.h | 94 #define TI_KSP 0x20 /* ksp */ macro
|
D | thread_info_64.h | 80 #define TI_KSP 0x00000018 macro
|
/arch/openrisc/kernel/ |
D | asm-offsets.c | 56 DEFINE(TI_KSP, offsetof(struct thread_info, ksp)); in main()
|
D | entry.S | 1018 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
|
D | head.S | 170 l.lwz r1,(TI_KSP)(r30) ;\ 492 l.sw TI_KSP(r31), r1
|
/arch/sparc/kernel/ |
D | traps_32.c | 442 TI_KSP != offsetof(struct thread_info, ksp) ||
|
D | traps_64.c | 2715 TI_KSP != offsetof(struct thread_info, ksp) || in trap_init()
|