Searched refs:local_flags (Results 1 – 3 of 3) sorted by relevance
33 unsigned long local_flags; /* private flags for thread */ member144 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
1139 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()
168 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags); in main()