Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dthread_info.h159 #define _TLF_LAZY_MMU (1 << TLF_LAZY_MMU) macro
/linux/arch/powerpc/kernel/
H A Dprocess.c1296 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()
1379 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()
1380 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()