Searched refs:local_flags (Results 1 – 4 of 4) sorted by relevance
39 unsigned long local_flags; /* private flags for thread */ member149 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
1161 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()1213 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()1214 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()2002 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()2010 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
636 ti->local_flags = 0; in emerg_stack_init_thread_info()
157 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags); in main()