Searched refs:fullmm (Results 1 – 10 of 10) sorted by relevance
/arch/s390/include/asm/ |
D | tlb.h | 34 unsigned int fullmm; member 54 tlb->fullmm = full_mm_flush; in tlb_gather_mmu() 56 if (tlb->fullmm) in tlb_gather_mmu() 94 if (!tlb->fullmm) in pte_free_tlb() 112 if (!tlb->fullmm) in pmd_free_tlb() 131 if (!tlb->fullmm) in pud_free_tlb()
|
/arch/sh/include/asm/ |
D | tlb.h | 23 unsigned int fullmm; member 32 if (tlb->fullmm) { in init_tlb_gather() 42 tlb->fullmm = full_mm_flush; in tlb_gather_mmu() 50 if (tlb->fullmm) in tlb_finish_mmu() 74 if (!tlb->fullmm) in tlb_start_vma() 81 if (!tlb->fullmm && tlb->end) { in tlb_end_vma()
|
/arch/arm/include/asm/ |
D | tlb.h | 56 unsigned int fullmm; member 83 if (tlb->fullmm || !tlb->vma) in tlb_flush() 94 if (!tlb->fullmm) { in tlb_add_flush() 124 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned int fullmm) in tlb_gather_mmu() argument 127 tlb->fullmm = fullmm; in tlb_gather_mmu() 164 if (!tlb->fullmm) { in tlb_start_vma() 175 if (!tlb->fullmm) in tlb_end_vma()
|
/arch/parisc/include/asm/ |
D | tlb.h | 5 do { if ((tlb)->fullmm) \ 10 do { if (!(tlb)->fullmm) \ 15 do { if (!(tlb)->fullmm) \
|
/arch/xtensa/include/asm/ |
D | tlb.h | 28 if (!tlb->fullmm) \ 34 if (!tlb->fullmm) \
|
/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() 51 tlb->fullmm = full_mm_flush; in tlb_gather_mmu()
|
/arch/mips/include/asm/ |
D | tlb.h | 10 if (!tlb->fullmm) \
|
/arch/sparc/mm/ |
D | tlb.c | 71 pte_t *ptep, pte_t orig, int fullmm) in tlb_batch_add() argument 105 if (fullmm) { in tlb_batch_add()
|
/arch/ia64/include/asm/ |
D | tlb.h | 65 unsigned char fullmm; /* non-zero means full mm flush */ member 112 if (tlb->fullmm) { in ia64_tlb_flush_mmu() 184 tlb->fullmm = full_mm_flush; in tlb_gather_mmu()
|
/arch/sparc/include/asm/ |
D | pgtable_64.h | 665 pte_t *ptep, pte_t orig, int fullmm); 668 pte_t *ptep, pte_t pte, int fullmm) in __set_pte_at() argument 681 tlb_batch_add(mm, addr, ptep, orig, fullmm); in __set_pte_at() 691 #define pte_clear_not_present_full(mm,addr,ptep,fullmm) \ argument 692 __set_pte_at((mm), (addr), (ptep), __pte(0UL), (fullmm))
|