Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Drunlatch.h20 test_thread_local_flags(_TLF_RUNLATCH)) { \
32 !test_thread_local_flags(_TLF_RUNLATCH)) { \
Dthread_info.h143 #define _TLF_RUNLATCH (1 << TLF_RUNLATCH) macro
Dexception-64s.h632 andi. r0,r4,_TLF_RUNLATCH; \
/arch/powerpc/kernel/
Dprocess.c1625 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
1634 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()