Home
last modified time | relevance | path

Searched refs:test_and_set_thread_flag (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/include/linux/
Dthread_info.h144 #define test_and_set_thread_flag(flag) \ macro
/linux-6.14.4/arch/alpha/kernel/
Dtraps.c156 if (test_and_set_thread_flag (TIF_DIE_IF_KERNEL)) { in die_if_kernel()
570 if (test_and_set_thread_flag (TIF_DIE_IF_KERNEL)) { in do_entUna()
/linux-6.14.4/arch/x86/kernel/
Dprocess.c292 if (!test_and_set_thread_flag(TIF_NOTSC)) in disable_TSC()
353 if (!test_and_set_thread_flag(TIF_NOCPUID)) { in disable_cpuid()
/linux-6.14.4/arch/arm64/kernel/
Dfpsimd.c374 !WARN_ON_ONCE(!test_and_set_thread_flag(TIF_SVE))) in task_fpsimd_load()
1401 if (test_and_set_thread_flag(TIF_SVE)) in do_sve_acc()
1454 if (test_and_set_thread_flag(TIF_SME)) in do_sme_acc()
/linux-6.14.4/arch/mips/kernel/
Dtraps.c1359 prior_msa = test_and_set_thread_flag(TIF_MSA_CTX_LIVE); in enable_restore_fp_context()