Lines Matching +full:local +full:- +full:pid
1 /* SPDX-License-Identifier: GPL-2.0 */
8 * - flush_tlb_mm(mm) flushes the specified mm context TLB's
9 * - flush_tlb_page(vma, vmaddr) flushes one page
10 * - local_flush_tlb_mm(mm, full) flushes the specified mm context on
11 * the local processor
12 * - local_flush_tlb_page(vma, vmaddr) flushes one page on the local processor
13 * - flush_tlb_range(vma, start, end) flushes a range of pages
14 * - flush_tlb_kernel_range(start, end) flushes a range of kernel pages
29 #define MMU_NO_CONTEXT ((unsigned int)-1)
37 unsigned int pid = READ_ONCE(mm->context.id); in local_flush_tlb_mm() local
39 if (pid != MMU_NO_CONTEXT) in local_flush_tlb_mm()
52 if (end - start <= PAGE_SIZE) in flush_tlb_kernel_range()