/arch/arm/include/asm/ |
D | tlb.h | 26 #define tlb_flush(tlb) ((void) tlb) argument 43 #define tlb_fast_mode(tlb) 0 argument 45 #define tlb_fast_mode(tlb) 1 argument 81 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() 92 static inline void tlb_add_flush(struct mmu_gather *tlb, unsigned long addr) in tlb_add_flush() 102 static inline void __tlb_alloc_page(struct mmu_gather *tlb) in __tlb_alloc_page() 112 static inline void tlb_flush_mmu(struct mmu_gather *tlb) in tlb_flush_mmu() 124 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned int fullmm) in tlb_gather_mmu() 136 tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu() 151 tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, unsigned long addr) in tlb_remove_tlb_entry() [all …]
|
/arch/sh/include/asm/ |
D | tlb.h | 27 static inline void init_tlb_gather(struct mmu_gather *tlb) in init_tlb_gather() 39 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned int full_mm_flush) in tlb_gather_mmu() 48 tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu() 58 tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, unsigned long address) in tlb_remove_tlb_entry() 72 tlb_start_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_start_vma() 79 tlb_end_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_end_vma() 87 static inline void tlb_flush_mmu(struct mmu_gather *tlb) in tlb_flush_mmu() 91 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() 97 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() 102 #define pte_free_tlb(tlb, ptep, addr) pte_free((tlb)->mm, ptep) argument [all …]
|
/arch/um/include/asm/ |
D | tlb.h | 10 #define tlb_start_vma(tlb, vma) do { } while (0) argument 11 #define tlb_end_vma(tlb, vma) do { } while (0) argument 12 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument 25 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry() 34 static inline void init_tlb_gather(struct mmu_gather *tlb) in init_tlb_gather() 48 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned int full_mm_flush) in tlb_gather_mmu() 60 tlb_flush_mmu(struct mmu_gather *tlb) in tlb_flush_mmu() 74 tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu() 87 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() 94 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() [all …]
|
/arch/xtensa/include/asm/ |
D | tlb.h | 21 # define tlb_start_vma(tlb,vma) do { } while (0) argument 22 # define tlb_end_vma(tlb,vma) do { } while (0) argument 26 # define tlb_start_vma(tlb, vma) \ argument 32 # define tlb_end_vma(tlb, vma) \ argument 40 #define __tlb_remove_tlb_entry(tlb,pte,addr) do { } while (0) argument 41 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument 45 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument
|
/arch/alpha/include/asm/ |
D | tlb.h | 4 #define tlb_start_vma(tlb, vma) do { } while (0) argument 5 #define tlb_end_vma(tlb, vma) do { } while (0) argument 6 #define __tlb_remove_tlb_entry(tlb, pte, addr) do { } while (0) argument 8 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument 12 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument 13 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) argument
|
/arch/parisc/include/asm/ |
D | tlb.h | 4 #define tlb_flush(tlb) \ argument 9 #define tlb_start_vma(tlb, vma) \ argument 14 #define tlb_end_vma(tlb, vma) \ argument 19 #define __tlb_remove_tlb_entry(tlb, pte, address) \ argument 24 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) argument 25 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) argument
|
/arch/s390/include/asm/ |
D | tlb.h | 49 static inline void tlb_gather_mmu(struct mmu_gather *tlb, in tlb_gather_mmu() 60 static inline void tlb_flush_mmu(struct mmu_gather *tlb) in tlb_flush_mmu() 65 static inline void tlb_finish_mmu(struct mmu_gather *tlb, in tlb_finish_mmu() 76 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() 82 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() 91 static inline void pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in pte_free_tlb() 106 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() 125 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb() 137 #define tlb_start_vma(tlb, vma) do { } while (0) argument 138 #define tlb_end_vma(tlb, vma) do { } while (0) argument [all …]
|
/arch/ia64/include/asm/ |
D | tlb.h | 50 # define tlb_fast_mode(tlb) ((tlb)->nr == ~0U) argument 52 # define tlb_fast_mode(tlb) (1) argument 104 ia64_tlb_flush_mmu (struct mmu_gather *tlb, unsigned long start, unsigned long end) in ia64_tlb_flush_mmu() 153 static inline void __tlb_alloc_page(struct mmu_gather *tlb) in __tlb_alloc_page() 165 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned int full_mm_flush) in tlb_gather_mmu() 193 tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu() 213 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() 231 static inline void tlb_flush_mmu(struct mmu_gather *tlb) in tlb_flush_mmu() 236 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() 247 __tlb_remove_tlb_entry (struct mmu_gather *tlb, pte_t *ptep, unsigned long address) in __tlb_remove_tlb_entry() [all …]
|
/arch/unicore32/include/asm/ |
D | tlb.h | 15 #define tlb_start_vma(tlb, vma) do { } while (0) argument 16 #define tlb_end_vma(tlb, vma) do { } while (0) argument 17 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument 20 #define __pte_free_tlb(tlb, pte, addr) \ argument
|
/arch/openrisc/include/asm/ |
D | tlb.h | 26 #define tlb_start_vma(tlb, vma) do { } while (0) argument 27 #define tlb_end_vma(tlb, vma) do { } while (0) argument 28 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 30 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/x86/include/asm/ |
D | tlb.h | 4 #define tlb_start_vma(tlb, vma) do { } while (0) argument 5 #define tlb_end_vma(tlb, vma) do { } while (0) argument 6 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 7 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/mn10300/include/asm/ |
D | tlb.h | 22 #define tlb_start_vma(tlb, vma) do { } while (0) argument 23 #define tlb_end_vma(tlb, vma) do { } while (0) argument 24 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 29 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/microblaze/include/asm/ |
D | tlb.h | 14 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument 20 #define tlb_start_vma(tlb, vma) do { } while (0) argument 21 #define tlb_end_vma(tlb, vma) do { } while (0) argument 22 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0) argument
|
/arch/cris/include/asm/ |
D | tlb.h | 12 #define tlb_start_vma(tlb, vma) do { } while (0) argument 13 #define tlb_end_vma(tlb, vma) do { } while (0) argument 14 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/blackfin/include/asm/ |
D | tlb.h | 10 #define tlb_start_vma(tlb, vma) do { } while (0) argument 11 #define tlb_end_vma(tlb, vma) do { } while (0) argument 12 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/score/include/asm/ |
D | tlb.h | 8 #define tlb_start_vma(tlb, vma) do {} while (0) argument 9 #define tlb_end_vma(tlb, vma) do {} while (0) argument 10 #define __tlb_remove_tlb_entry(tlb, ptep, address) do {} while (0) argument 11 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/hexagon/include/asm/ |
D | tlb.h | 28 #define tlb_start_vma(tlb, vma) do { } while (0) argument 29 #define tlb_end_vma(tlb, vma) do { } while (0) argument 30 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 35 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/avr32/include/asm/ |
D | tlb.h | 11 #define tlb_start_vma(tlb, vma) \ argument 14 #define tlb_end_vma(tlb, vma) \ argument 17 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while(0) argument 22 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/sparc/include/asm/ |
D | tlb_32.h | 4 #define tlb_start_vma(tlb, vma) \ argument 9 #define tlb_end_vma(tlb, vma) \ argument 14 #define __tlb_remove_tlb_entry(tlb, pte, address) \ argument 17 #define tlb_flush(tlb) \ argument
|
D | tlb_64.h | 25 #define tlb_start_vma(tlb, vma) do { } while (0) argument 26 #define tlb_end_vma(tlb, vma) do { } while (0) argument 27 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 28 #define tlb_flush(tlb) flush_tlb_pending() argument
|
/arch/m68k/include/asm/ |
D | tlb.h | 8 #define tlb_start_vma(tlb, vma) do { } while (0) argument 9 #define tlb_end_vma(tlb, vma) do { } while (0) argument 10 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/m32r/include/asm/ |
D | tlb.h | 8 #define tlb_start_vma(tlb, vma) do { } while (0) argument 9 #define tlb_end_vma(tlb, vma) do { } while (0) argument 10 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0) argument 16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/mips/include/asm/ |
D | tlb.h | 8 #define tlb_start_vma(tlb, vma) \ argument 13 #define tlb_end_vma(tlb, vma) do { } while (0) argument 14 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 19 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/tile/include/asm/ |
D | tlb.h | 18 #define tlb_start_vma(tlb, vma) do { } while (0) argument 19 #define tlb_end_vma(tlb, vma) do { } while (0) argument 20 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 21 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
/arch/frv/include/asm/ |
D | tlb.h | 15 #define tlb_start_vma(tlb, vma) do { } while (0) argument 16 #define tlb_end_vma(tlb, vma) do { } while (0) argument 17 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 22 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|