/linux-4.1.27/arch/sh/include/asm/ |
D | tlb.h | 23 unsigned int fullmm; member 32 if (tlb->fullmm) { in init_tlb_gather() 44 tlb->fullmm = !(start | (end+1)); in tlb_gather_mmu() 52 if (tlb->fullmm) in tlb_finish_mmu() 76 if (!tlb->fullmm) in tlb_start_vma() 83 if (!tlb->fullmm && tlb->end) { in tlb_end_vma()
|
/linux-4.1.27/arch/arc/include/asm/ |
D | tlb.h | 14 if (tlb->fullmm) \ 31 if (!tlb->fullmm) \ 38 if (!tlb->fullmm) \
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | tlb.h | 5 do { if ((tlb)->fullmm) \ 10 do { if (!(tlb)->fullmm) \ 15 do { if (!(tlb)->fullmm) \
|
/linux-4.1.27/arch/arm/include/asm/ |
D | tlb.h | 71 unsigned int fullmm; member 99 if (tlb->fullmm || !tlb->vma) in tlb_flush() 110 if (!tlb->fullmm) { in tlb_add_flush() 154 tlb->fullmm = !(start | (end+1)); in tlb_gather_mmu() 197 if (!tlb->fullmm) { in tlb_start_vma() 208 if (!tlb->fullmm) in tlb_end_vma()
|
/linux-4.1.27/arch/metag/include/asm/ |
D | tlb.h | 13 if (!tlb->fullmm) \ 19 if (!tlb->fullmm) \
|
/linux-4.1.27/arch/um/include/asm/ |
D | tlb.h | 22 unsigned int fullmm; /* non-zero means full mm flush */ member 41 if (tlb->fullmm) { in init_tlb_gather() 53 tlb->fullmm = !(start | (end+1)); in tlb_gather_mmu()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | tlb.h | 28 if (!tlb->fullmm) \ 34 if (!tlb->fullmm) \
|
/linux-4.1.27/include/asm-generic/ |
D | tlb.h | 101 unsigned int fullmm : 1, member 139 if (tlb->fullmm) { in __tlb_reset_range() 158 if (!tlb->fullmm && tlb->end) { \
|
/linux-4.1.27/arch/s390/include/asm/ |
D | tlb.h | 34 unsigned int fullmm; member 58 tlb->fullmm = !(start | (end+1)); in tlb_gather_mmu()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | tlb.h | 59 unsigned char fullmm; /* non-zero means full mm flush */ member 99 if (tlb->fullmm) { in ia64_tlb_flush_mmu_tlbonly() 177 tlb->fullmm = !(start | (end+1)); in tlb_gather_mmu()
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | tlb.h | 24 if (!tlb->fullmm) \
|
/linux-4.1.27/arch/x86/include/asm/ |
D | tlb.h | 10 if (!tlb->fullmm && !tlb->need_flush_all) \
|
/linux-4.1.27/arch/mips/include/asm/ |
D | tlb.h | 10 if (!tlb->fullmm) \
|
/linux-4.1.27/arch/sparc/mm/ |
D | tlb.c | 105 pte_t *ptep, pte_t orig, int fullmm) in tlb_batch_add() argument 131 if (!fullmm) in tlb_batch_add()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | tlb.h | 40 if (tlb->fullmm) { in tlb_flush()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_64.h | 866 pte_t *ptep, pte_t orig, int fullmm); 879 pte_t *ptep, pte_t pte, int fullmm) in __set_pte_at() argument 892 tlb_batch_add(mm, addr, ptep, orig, fullmm); in __set_pte_at() 902 #define pte_clear_not_present_full(mm,addr,ptep,fullmm) \ argument 903 __set_pte_at((mm), (addr), (ptep), __pte(0UL), (fullmm))
|
/linux-4.1.27/mm/ |
D | memory.c | 221 tlb->fullmm = !(start | (end+1)); in tlb_gather_mmu() 1111 tlb->fullmm); in zap_pte_range() 1156 pte_clear_not_present_full(mm, addr, pte, tlb->fullmm); in zap_pte_range()
|
D | huge_memory.c | 1404 tlb->fullmm); in zap_huge_pmd()
|