Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dthread_info.h79 #define TIF_FIXADE 11 /* Fix address errors in software */ macro
98 #define _TIF_FIXADE (1<<TIF_FIXADE)
/openbmc/linux/arch/mips/include/asm/
H A Dthread_info.h121 #define TIF_FIXADE 20 /* Fix address errors in software */ macro
144 #define _TIF_FIXADE (1<<TIF_FIXADE)
/openbmc/linux/arch/mips/kernel/
H A Dsyscall.c218 set_thread_flag(TIF_FIXADE); in SYSCALL_DEFINE3()
220 clear_thread_flag(TIF_FIXADE); in SYSCALL_DEFINE3()
H A Dunaligned.c1547 if (user_mode(regs) && !test_thread_flag(TIF_FIXADE)) in do_ade()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c539 if (user_mode(regs) && !test_thread_flag(TIF_FIXADE)) in do_ale()