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

/linux-master/arch/mips/include/asm/
H A Delfcore-compat.h21 (!test_thread_flag(TIF_32BIT_REGS) \
25 (*(!test_thread_flag(TIF_32BIT_REGS) \
H A Dseccomp.h20 if (IS_ENABLED(CONFIG_MIPS32_O32) && test_thread_flag(TIF_32BIT_REGS))
H A Dsyscall.h34 test_tsk_thread_flag(task, TIF_32BIT_REGS)) &&
77 if (test_tsk_thread_flag(task, TIF_32BIT_REGS))
147 if (!test_tsk_thread_flag(task, 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 Delf.h362 set_thread_flag(TIF_32BIT_REGS); \
393 clear_thread_flag(TIF_32BIT_REGS); \
/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h81 #define TIF_32BIT_REGS 13 /* 32-bit general purpose registers */ macro
101 #define _TIF_32BIT_REGS (1<<TIF_32BIT_REGS)
H A Delf.h256 clear_thread_flag(TIF_32BIT_REGS); \
/linux-master/arch/mips/kernel/
H A Dperf_regs.c24 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS))
H A Dprocess.c799 if (IS_ENABLED(CONFIG_64BIT) && !test_thread_flag(TIF_32BIT_REGS))
H A Dptrace.c1071 if (test_tsk_thread_flag(task, TIF_32BIT_REGS))
/linux-master/arch/loongarch/kernel/
H A Dperf_regs.c21 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS))

Completed in 197 milliseconds