Searched refs:TI_KSP (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/sparc/include/asm/ |
D | switch_to_64.h | 58 "i" (TI_WSTATE), "i" (TI_KSP), "i" (TI_NEW_CHILD), \
|
D | switch_to_32.h | 95 "i" (TI_KSP), \
|
D | thread_info_32.h | 91 #define TI_KSP 0x20 /* ksp */ macro
|
D | thread_info_64.h | 79 #define TI_KSP 0x00000018 macro
|
/linux-6.1.9/arch/openrisc/kernel/ |
D | asm-offsets.c | 50 DEFINE(TI_KSP, offsetof(struct thread_info, ksp)); in main()
|
D | entry.S | 1102 l.lwz r29,TI_KSP(r10) 1106 l.sw TI_KSP(r10),r1 /* Save old stack pointer */ 1108 l.lwz r1,TI_KSP(r10) /* Load new stack pointer */ 1112 l.sw TI_KSP(r10),r29
|
D | head.S | 232 l.lwz r1,(TI_KSP)(r30) ;\ 581 l.sw TI_KSP(r31), r1 782 l.sw TI_KSP(r30),r1
|
/linux-6.1.9/arch/sparc/kernel/ |
D | traps_32.c | 378 TI_KSP != offsetof(struct thread_info, ksp) ||
|
D | traps_64.c | 2846 TI_KSP != offsetof(struct thread_info, ksp) || in trap_init()
|