Home
last modified time | relevance | path

Searched refs:_TLF_RUNLATCH (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Drunlatch.h21 test_thread_local_flags(_TLF_RUNLATCH)) { \
33 !test_thread_local_flags(_TLF_RUNLATCH)) { \
H A Dthread_info.h161 #define _TLF_RUNLATCH (1 << TLF_RUNLATCH) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Drunlatch.h21 test_thread_local_flags(_TLF_RUNLATCH)) { \
32 !test_thread_local_flags(_TLF_RUNLATCH)) { \
H A Dthread_info.h160 #define _TLF_RUNLATCH (1 << TLF_RUNLATCH) macro
H A Dinterrupt.h235 !test_thread_local_flags(_TLF_RUNLATCH)) in interrupt_async_enter_prepare()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprocess.c2231 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
2239 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
H A Dexceptions-64s.S712 andi. r0,r4,_TLF_RUNLATCH; \
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprocess.c2383 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
2391 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()

Completed in 11 milliseconds