Home
last modified time | relevance | path

Searched refs:local_flags (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dthread_info.h33 unsigned long local_flags; /* private flags for thread */ member
144 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
/arch/powerpc/kernel/
Dprocess.c1139 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()
1191 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()
1192 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()
2123 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
2131 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
Dasm-offsets.c168 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags); in main()