Home
last modified time | relevance | path

Searched refs:_TLF_RUNLATCH (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/powerpc/include/asm/
Drunlatch.h21 test_thread_local_flags(_TLF_RUNLATCH)) { \
33 !test_thread_local_flags(_TLF_RUNLATCH)) { \
Dthread_info.h159 #define _TLF_RUNLATCH (1 << TLF_RUNLATCH) macro
Dinterrupt.h245 !test_thread_local_flags(_TLF_RUNLATCH)) in interrupt_async_enter_prepare()
/linux-5.19.10/arch/powerpc/kernel/
Dprocess.c2286 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
2294 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()