Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds