Searched refs:_TLF_LAZY_MMU (Results 1 – 2 of 2) sorted by relevance
152 #define _TLF_LAZY_MMU (1 << TLF_LAZY_MMU) macro
1221 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()1303 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()1304 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()
Completed in 7 milliseconds