Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dthread_info.h39 unsigned long local_flags; /* private flags for thread */ member
149 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
/arch/powerpc/kernel/
Dprocess.c1161 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()
Dsetup_64.c636 ti->local_flags = 0; in emerg_stack_init_thread_info()
Dasm-offsets.c157 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags); in main()