Searched refs:TI_FPSAVED (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/arch/sparc/lib/ |
D | VISsave.S | 31 stb %g0, [%g6 + TI_FPSAVED] 38 vis1: ldub [%g6 + TI_FPSAVED], %g3 41 stb %g3, [%g6 + TI_FPSAVED] 50 stb %o5, [%g3 + TI_FPSAVED]
|
/linux-6.6.21/arch/sparc/kernel/ |
D | fpu_traps.S | 24 ldub [%g6 + TI_FPSAVED], %g5 337 ldub [%g6 + TI_FPSAVED], %g3 340 stb %g3, [%g6 + TI_FPSAVED]
|
D | etrap_64.S | 198 add %l6, TI_FPSAVED + 1, %l4
|
D | rtrap_64.S | 330 add %g6, TI_FPSAVED, %l6
|
D | traps_64.c | 2845 TI_FPSAVED != offsetof(struct thread_info, fpsaved) || in trap_init()
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | thread_info_64.h | 78 #define TI_FPSAVED 0x00000010 macro
|