Home
last modified time | relevance | path

Searched refs:TIF_FIXADE (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/loongarch/include/asm/
Dthread_info.h79 #define TIF_FIXADE 11 /* Fix address errors in software */ macro
99 #define _TIF_FIXADE (1<<TIF_FIXADE)
/linux-6.12.1/arch/mips/include/asm/
Dthread_info.h121 #define TIF_FIXADE 20 /* Fix address errors in software */ macro
144 #define _TIF_FIXADE (1<<TIF_FIXADE)
/linux-6.12.1/arch/mips/kernel/
Dsyscall.c219 set_thread_flag(TIF_FIXADE); in SYSCALL_DEFINE3()
221 clear_thread_flag(TIF_FIXADE); in SYSCALL_DEFINE3()
Dunaligned.c1548 if (user_mode(regs) && !test_thread_flag(TIF_FIXADE)) in do_ade()
/linux-6.12.1/arch/loongarch/kernel/
Dtraps.c568 if (user_mode(regs) && !test_thread_flag(TIF_FIXADE)) in do_ale()