Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dsignal.c124 if (current_thread_info()->local_flags & _TLF_RESTORE_SIGMASK) in do_signal()
137 if (ti->local_flags & _TLF_RESTORE_SIGMASK) { in do_signal()
138 ti->local_flags &= ~_TLF_RESTORE_SIGMASK; in do_signal()
176 current_thread_info()->local_flags &= ~_TLF_RESTORE_SIGMASK; in do_signal()
Dprocess.c508 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()
529 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()
530 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()
1230 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()
1239 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
Dasm-offsets.c122 DEFINE(TI_LOCAL_FLAGS, offsetof(struct thread_info, local_flags)); in main()
/arch/powerpc/include/asm/
Dthread_info.h41 unsigned long local_flags; /* private flags for thread */ member
156 ti->local_flags |= _TLF_RESTORE_SIGMASK; in set_restore_sigmask()
163 return (ti->local_flags & flags) != 0; in test_thread_local_flags()