TIF_32BIT_REGS    378 arch/mips/include/asm/elf.h 		set_thread_flag(TIF_32BIT_REGS);			\
TIF_32BIT_REGS    409 arch/mips/include/asm/elf.h 	clear_thread_flag(TIF_32BIT_REGS);				\
TIF_32BIT_REGS     20 arch/mips/include/asm/seccomp.h 	if (IS_ENABLED(CONFIG_MIPS32_O32) && test_thread_flag(TIF_32BIT_REGS))
TIF_32BIT_REGS     34 arch/mips/include/asm/syscall.h 		test_tsk_thread_flag(task, TIF_32BIT_REGS)) &&
TIF_32BIT_REGS     77 arch/mips/include/asm/syscall.h 		if (test_tsk_thread_flag(task, TIF_32BIT_REGS))
TIF_32BIT_REGS    147 arch/mips/include/asm/syscall.h 	if (!test_tsk_thread_flag(task, TIF_32BIT_REGS)) {
TIF_32BIT_REGS    146 arch/mips/include/asm/thread_info.h #define _TIF_32BIT_REGS		(1<<TIF_32BIT_REGS)
TIF_32BIT_REGS    762 arch/mips/kernel/process.c 	if (IS_ENABLED(CONFIG_64BIT) && !test_thread_flag(TIF_32BIT_REGS))
TIF_32BIT_REGS   1153 arch/mips/kernel/ptrace.c 	if (test_tsk_thread_flag(task, TIF_32BIT_REGS))