Searched refs:test_thread_flag (Results 1 - 25 of 110) sorted by relevance

12345

/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 Dfpu.h110 return test_thread_flag(TIF_USEDFPU);
123 if (test_thread_flag(TIF_HYBRID_FPREGS))
126 mode = !test_thread_flag(TIF_32BIT_FPREGS);
/linux-master/arch/x86/include/asm/
H A Dpage_64_types.h73 #define TASK_SIZE_LOW (test_thread_flag(TIF_ADDR32) ? \
75 #define TASK_SIZE (test_thread_flag(TIF_ADDR32) ? \
/linux-master/arch/loongarch/include/asm/
H A Dlbt.h30 return test_thread_flag(TIF_USEDLBT);
106 return test_thread_flag(TIF_LBT_CTX_LIVE);
H A Dfpu.h98 return test_thread_flag(TIF_USEDFPU);
204 return test_thread_flag(TIF_USEDSIMD);
307 return test_thread_flag(TIF_LSX_CTX_LIVE);
315 return test_thread_flag(TIF_LASX_CTX_LIVE);
H A Dprocessor.h35 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
42 #define TASK_IS_32BIT_ADDR test_thread_flag(TIF_32BIT_ADDR)
/linux-master/arch/microblaze/kernel/
H A Dptrace.c141 if (test_thread_flag(TIF_SYSCALL_TRACE) &&
161 step = test_thread_flag(TIF_SINGLESTEP);
162 if (step || test_thread_flag(TIF_SYSCALL_TRACE))
H A Dsignal.c268 signal_setup_done(ret, ksig, test_thread_flag(TIF_SINGLESTEP));
310 if (test_thread_flag(TIF_SIGPENDING) ||
311 test_thread_flag(TIF_NOTIFY_SIGNAL))
314 if (test_thread_flag(TIF_NOTIFY_RESUME))
/linux-master/arch/um/kernel/
H A Dptrace.c132 if (!test_thread_flag(TIF_SYSCALL_TRACE))
145 if (test_thread_flag(TIF_SINGLESTEP))
148 if (!test_thread_flag(TIF_SYSCALL_TRACE))
H A Dprocess.c104 if (test_thread_flag(TIF_SIGPENDING) ||
105 test_thread_flag(TIF_NOTIFY_SIGNAL))
107 if (test_thread_flag(TIF_NOTIFY_RESUME))
337 return test_thread_flag(TIF_SINGLESTEP);
H A Dsignal.c56 if (test_thread_flag(TIF_SINGLESTEP) && (current->ptrace & PT_PTRACED))
/linux-master/arch/openrisc/kernel/
H A Dptrace.c199 if (test_thread_flag(TIF_SYSCALL_TRACE) &&
220 step = test_thread_flag(TIF_SINGLESTEP);
221 if (step || test_thread_flag(TIF_SYSCALL_TRACE))
/linux-master/arch/sparc/include/asm/
H A Dprocessor_64.h34 (test_thread_flag(TIF_32BIT) ? \
41 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
H A Dthread_info_64.h219 #define is_32bit_task() (test_thread_flag(TIF_32BIT))
235 ((test_thread_flag(TIF_32BIT) && !thread32_stack_is_64bit(__SP)) ? \
/linux-master/arch/parisc/include/asm/
H A Dthread_info.h77 # define is_32bit_task() (test_thread_flag(TIF_32BIT))
/linux-master/arch/arm64/include/asm/
H A Dcompat.h91 return test_thread_flag(TIF_32BIT);
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace.c201 if (!test_thread_flag(TIF_SECCOMP))
297 if (unlikely(test_thread_flag(TIF_SYSCALL_TRACEPOINT)))
328 if (unlikely(test_thread_flag(TIF_SYSCALL_TRACEPOINT)))
331 step = test_thread_flag(TIF_SINGLESTEP);
332 if (step || test_thread_flag(TIF_SYSCALL_TRACE))
/linux-master/arch/x86/kernel/fpu/
H A Dsignal.c77 if (!test_thread_flag(TIF_NEED_FPU_LOAD))
227 if (test_thread_flag(TIF_NEED_FPU_LOAD))
305 if (test_thread_flag(TIF_NEED_FPU_LOAD))
327 if (test_thread_flag(TIF_NEED_FPU_LOAD) && xfeatures_mask_supervisor())
377 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) {
/linux-master/arch/nios2/kernel/
H A Dptrace.c135 if (test_thread_flag(TIF_SYSCALL_TRACE))
143 if (test_thread_flag(TIF_SYSCALL_TRACE))
/linux-master/arch/powerpc/include/asm/
H A Dthread_info.h177 #define is_32bit_task() (test_thread_flag(TIF_32BIT))
187 #define is_elf2_task() (test_thread_flag(TIF_ELF2ABI))
/linux-master/arch/x86/include/asm/trace/
H A Dfpu.h23 __entry->load_fpu = test_thread_flag(TIF_NEED_FPU_LOAD);
/linux-master/arch/s390/include/asm/
H A Dprocessor.h107 #define TASK_SIZE (test_thread_flag(TIF_31BIT) ? \
109 #define TASK_UNMAPPED_BASE (test_thread_flag(TIF_31BIT) ? \
114 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c360 WARN_ON(test_thread_flag(TIF_KERNEL_FPSTATE));
377 if (test_thread_flag(TIF_SVE))
403 if (test_thread_flag(TIF_SME))
449 if (test_thread_flag(TIF_FOREIGN_FPSTATE))
460 if ((last->to_save == FP_STATE_CURRENT && test_thread_flag(TIF_SVE) &&
942 if (test_thread_flag(vec_vl_inherit_flag(type)))
1361 if (!test_thread_flag(TIF_FOREIGN_FPSTATE)) {
1456 if (!test_thread_flag(TIF_FOREIGN_FPSTATE)) {
1548 if (test_thread_flag(TIF_KERNEL_FPSTATE))
1603 if (!test_thread_flag(vec_vl_inherit_fla
[all...]
/linux-master/arch/sh/kernel/
H A Dptrace_32.c457 if (test_thread_flag(TIF_SYSCALL_TRACE) &&
466 if (unlikely(test_thread_flag(TIF_SYSCALL_TRACEPOINT)))
481 if (unlikely(test_thread_flag(TIF_SYSCALL_TRACEPOINT)))
484 step = test_thread_flag(TIF_SINGLESTEP);
485 if (step || test_thread_flag(TIF_SYSCALL_TRACE))

Completed in 210 milliseconds

12345