Home
last modified time | relevance | path

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

/openbmc/linux/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 Delfcore-compat.h21 (!test_thread_flag(TIF_32BIT_REGS) \
25 (*(!test_thread_flag(TIF_32BIT_REGS) \
H A Dthread_info.h123 #define TIF_32BIT_REGS 22 /* 32-bit general purpose registers */ macro
146 #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.h362 set_thread_flag(TIF_32BIT_REGS); \
393 clear_thread_flag(TIF_32BIT_REGS); \
/openbmc/linux/arch/loongarch/include/asm/
H A Dthread_info.h81 #define TIF_32BIT_REGS 13 /* 32-bit general purpose registers */ macro
100 #define _TIF_32BIT_REGS (1<<TIF_32BIT_REGS)
H A Delf.h256 clear_thread_flag(TIF_32BIT_REGS); \
/openbmc/linux/arch/loongarch/kernel/
H A Dperf_regs.c21 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
/openbmc/linux/arch/mips/kernel/
H A Dperf_regs.c24 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
H A Dprocess.c799 if (IS_ENABLED(CONFIG_64BIT) && !test_thread_flag(TIF_32BIT_REGS)) in mips_set_process_fp_mode()
H A Dptrace.c1071 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in task_user_regset_view()