/linux-3.3/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 …]
|
/linux-3.3/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 …]
|
/linux-3.3/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 …]
|
/linux-3.3/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 …]
|
/linux-3.3/arch/s390/include/asm/ |
D | tlb.h | 54 static inline void tlb_gather_mmu(struct mmu_gather *tlb, in tlb_gather_mmu() 68 static inline void tlb_flush_mmu(struct mmu_gather *tlb) in tlb_flush_mmu() 79 static inline void tlb_finish_mmu(struct mmu_gather *tlb, in tlb_finish_mmu() 90 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() 96 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() 105 static inline void pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in pte_free_tlb() 122 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() 143 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb() 157 #define tlb_start_vma(tlb, vma) do { } while (0) argument 158 #define tlb_end_vma(tlb, vma) do { } while (0) argument [all …]
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/include/asm-generic/ |
D | tlb.h | 101 static inline int tlb_fast_mode(struct mmu_gather *tlb) in tlb_fast_mode() 123 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page() 136 #define tlb_remove_tlb_entry(tlb, ptep, address) \ argument 147 #define __tlb_remove_pmd_tlb_entry(tlb, pmdp, address) do {} while (0) argument 150 #define tlb_remove_pmd_tlb_entry(tlb, pmdp, address) \ argument 156 #define pte_free_tlb(tlb, ptep, address) \ argument 163 #define pud_free_tlb(tlb, pudp, address) \ argument 170 #define pmd_free_tlb(tlb, pmdp, address) \ argument
|