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

/linux-master/include/linux/
H A Dthread_info.h136 #define test_and_set_thread_flag(flag) \ macro
/linux-master/arch/alpha/kernel/
H A Dtraps.c189 if (test_and_set_thread_flag (TIF_DIE_IF_KERNEL)) {
629 if (test_and_set_thread_flag (TIF_DIE_IF_KERNEL)) {
/linux-master/arch/x86/kernel/
H A Dprocess.c286 if (!test_and_set_thread_flag(TIF_NOTSC))
347 if (!test_and_set_thread_flag(TIF_NOCPUID)) {
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c374 !WARN_ON_ONCE(!test_and_set_thread_flag(TIF_SVE)))
1400 if (test_and_set_thread_flag(TIF_SVE))
1453 if (test_and_set_thread_flag(TIF_SME))
/linux-master/arch/mips/kernel/
H A Dtraps.c1358 prior_msa = test_and_set_thread_flag(TIF_MSA_CTX_LIVE);

Completed in 138 milliseconds