Home
last modified time | relevance | path

Searched refs:_TLF_LAZY_MMU (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dthread_info.h160 #define _TLF_LAZY_MMU (1 << TLF_LAZY_MMU) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dthread_info.h159 #define _TLF_LAZY_MMU (1 << TLF_LAZY_MMU) macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprocess.c1225 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()
1302 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()
1303 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprocess.c1291 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()
1374 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()
1375 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()

Completed in 7 milliseconds