Searched refs:TI_KSP (Results 1 – 8 of 8) sorted by relevance
/linux/arch/sparc/include/asm/ |
H A D | switch_to_64.h | 58 "i" (TI_WSTATE), "i" (TI_KSP), "i" (TI_NEW_CHILD), \
|
H A D | switch_to_32.h | 95 "i" (TI_KSP), \
|
H A D | thread_info_32.h | 91 #define TI_KSP 0x20 /* ksp */ macro
|
H A D | thread_info_64.h | 79 #define TI_KSP 0x00000018 macro
|
/linux/arch/openrisc/kernel/ |
H A D | asm-offsets.c | 50 DEFINE(TI_KSP, offsetof(struct thread_info, ksp)); in main()
|
H A D | entry.S | 1114 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 D | head.S | 232 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 D | traps_32.c | 379 TI_KSP != offsetof(struct thread_info, ksp) ||
|