Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/
Delfcore-compat.h21 (!test_thread_flag(TIF_32BIT_REGS) \
25 (*(!test_thread_flag(TIF_32BIT_REGS) \
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()
Dthread_info.h123 #define TIF_32BIT_REGS 22 /* 32-bit general purpose registers */ macro
146 #define _TIF_32BIT_REGS (1<<TIF_32BIT_REGS)
Dseccomp.h20 if (IS_ENABLED(CONFIG_MIPS32_O32) && test_thread_flag(TIF_32BIT_REGS)) in get_compat_mode1_syscalls()
Delf.h362 set_thread_flag(TIF_32BIT_REGS); \
393 clear_thread_flag(TIF_32BIT_REGS); \
/linux-5.19.10/arch/loongarch/include/asm/
Dthread_info.h81 #define TIF_32BIT_REGS 13 /* 32-bit general purpose registers */ macro
98 #define _TIF_32BIT_REGS (1<<TIF_32BIT_REGS)
Delf.h212 clear_thread_flag(TIF_32BIT_REGS); \
/linux-5.19.10/arch/mips/kernel/
Dperf_regs.c24 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
Dprocess.c798 if (IS_ENABLED(CONFIG_64BIT) && !test_thread_flag(TIF_32BIT_REGS)) in mips_set_process_fp_mode()
Dptrace.c1063 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in task_user_regset_view()