Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
A Dthread_info.h60 unsigned long local_flags; /* private flags for thread */ member
170 ti->local_flags &= ~flags; in clear_thread_local_flags()
176 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
/arch/powerpc/kernel/
A Dprocess.c1296 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()
1379 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()
1380 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()
2414 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
2422 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
A Dasm-offsets.c174 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags); in main()

Completed in 9 milliseconds