Home
last modified time | relevance | path

Searched refs:TIF_32BIT_REGS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dsyscall.h34 test_tsk_thread_flag(task, TIF_32BIT_REGS)) && in mips_syscall_is_indirect()
77 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in mips_get_syscall_arg()
147 if (!test_tsk_thread_flag(task, TIF_32BIT_REGS)) { in syscall_get_arch()
H A Dthread_info.h125 #define TIF_32BIT_REGS 22 /* 32-bit general purpose registers */ macro
148 #define _TIF_32BIT_REGS (1<<TIF_32BIT_REGS)
H A Dseccomp.h20 if (IS_ENABLED(CONFIG_MIPS32_O32) && test_thread_flag(TIF_32BIT_REGS)) in get_compat_mode1_syscalls()
H A Delf.h378 set_thread_flag(TIF_32BIT_REGS); \
409 clear_thread_flag(TIF_32BIT_REGS); \
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dprocess.c783 if (IS_ENABLED(CONFIG_64BIT) && !test_thread_flag(TIF_32BIT_REGS)) in mips_set_process_fp_mode()
H A Dptrace.c1064 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in task_user_regset_view()