Home
last modified time | relevance | path

Searched refs:_TLF_LAZY_MMU (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dthread_info.h142 #define _TLF_LAZY_MMU (1 << TLF_LAZY_MMU) macro
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c1185 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()
1237 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()
1238 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()