Home
last modified time | relevance | path

Searched defs:tlb (Results 1 – 25 of 64) sorted by relevance

123

/linux/arch/sparc/include/asm/
H A Dpgalloc_64.h82 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb()
100 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb()
106 static inline void __pte_free_tlb(struct mmu_gather *tlb, pte_t *pte, in __pte_free_tlb()
112 #define __pmd_free_tlb(tlb, pmd, addr) \ argument
115 #define __pud_free_tlb(tlb, pud, addr) \ argument
H A Dpgalloc_32.h51 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) argument
75 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) argument
H A Dspitfire.h302 static inline unsigned long cheetah_get_dtlb_data(int entry, int tlb) in cheetah_get_dtlb_data()
314 static inline unsigned long cheetah_get_dtlb_tag(int entry, int tlb) in cheetah_get_dtlb_tag()
324 static inline void cheetah_put_dtlb_data(int entry, unsigned long data, int tlb) in cheetah_put_dtlb_data()
/linux/arch/um/include/asm/
H A Dpgalloc.h28 #define __pte_free_tlb(tlb, pte, address) \ argument
33 #define __pmd_free_tlb(tlb, pmd, address) \ argument
38 #define __pud_free_tlb(tlb, pud, address) \ argument
/linux/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h13 static inline void tlb_flush_pgtable(struct mmu_gather *tlb, in tlb_flush_pgtable()
53 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb()
70 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
/linux/arch/riscv/include/asm/
H A Dpgalloc.h89 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb()
96 static inline void __p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in __p4d_free_tlb()
125 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb()
133 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in __pte_free_tlb()
/linux/mm/
H A Dmprotect.c86 static long change_pte_range(struct mmu_gather *tlb, in change_pte_range()
353 static inline long change_pmd_range(struct mmu_gather *tlb, in change_pmd_range()
423 static inline long change_pud_range(struct mmu_gather *tlb, in change_pud_range()
482 static inline long change_p4d_range(struct mmu_gather *tlb, in change_p4d_range()
505 static long change_protection_range(struct mmu_gather *tlb, in change_protection_range()
535 long change_protection(struct mmu_gather *tlb, in change_protection()
597 mprotect_fixup(struct vma_iterator *vmi, struct mmu_gather *tlb, in mprotect_fixup()
712 struct mmu_gather tlb; in do_mprotect_pkey() local
H A Dmadvise.c47 struct mmu_gather *tlb; member
53 struct mmu_gather *tlb; member
354 struct mmu_gather *tlb = private->tlb; in madvise_cold_or_pageout_pte_range() local
575 static void madvise_cold_page_range(struct mmu_gather *tlb, in madvise_cold_page_range()
599 struct mmu_gather tlb; in madvise_cold() local
613 static void madvise_pageout_page_range(struct mmu_gather *tlb, in madvise_pageout_page_range()
632 struct mmu_gather tlb; in madvise_pageout() local
661 struct mmu_gather *tlb = walk->private; in madvise_free_pte_range() local
810 struct mmu_gather *tlb = madv_behavior->tlb; in madvise_free_single_vma() local
1814 struct mmu_gather tlb; in do_madvise() local
[all …]
H A Dmemory.c171 static void free_pte_range(struct mmu_gather *tlb, pmd_t *pmd, in free_pte_range()
180 static inline void free_pmd_range(struct mmu_gather *tlb, pud_t *pud, in free_pmd_range()
214 static inline void free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, in free_pud_range()
248 static inline void free_p4d_range(struct mmu_gather *tlb, pgd_t *pgd, in free_p4d_range()
293 void free_pgd_range(struct mmu_gather *tlb, in free_pgd_range()
355 void free_pgtables(struct mmu_gather *tlb, struct ma_state *mas, in free_pgtables()
1495 static __always_inline void zap_present_folio_ptes(struct mmu_gather *tlb, in zap_present_folio_ptes()
1546 static inline int zap_present_ptes(struct mmu_gather *tlb, in zap_present_ptes()
1595 static inline int zap_nonpresent_ptes(struct mmu_gather *tlb, in zap_nonpresent_ptes()
1665 static inline int do_zap_pte_range(struct mmu_gather *tlb, in do_zap_pte_range()
[all …]
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h25 #define __pmd_free_tlb(tlb,x,a) do { } while (0) argument
50 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb()
67 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
/linux/arch/mips/include/asm/
H A Dpgalloc.h51 #define __pte_free_tlb(tlb, pte, address) \ argument
75 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) argument
101 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) argument
/linux/arch/loongarch/include/asm/
H A Dpgalloc.h58 #define __pte_free_tlb(tlb, pte, address) \ argument
82 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) argument
102 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) argument
/linux/arch/alpha/include/asm/
H A Dtlb.h7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument
8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) argument
/linux/arch/parisc/include/asm/
H A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) argument
10 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) argument
/linux/arch/x86/include/asm/
H A Dpgalloc.h56 static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte, in __pte_free_tlb()
88 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()
150 static inline void __p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in __p4d_free_tlb()
/linux/arch/sh/include/asm/
H A Dpgalloc.h20 #define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp)) argument
35 #define __pte_free_tlb(tlb, pte, addr) \ argument
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h136 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb()
152 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb()
170 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
/linux/arch/sparc/mm/
H A Dhugetlbpage.c299 static void hugetlb_free_pte_range(struct mmu_gather *tlb, pmd_t *pmd, in hugetlb_free_pte_range()
309 static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, in hugetlb_free_pmd_range()
346 static void hugetlb_free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, in hugetlb_free_pud_range()
384 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range()
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h62 #define __pmd_free_tlb(tlb, pmd, addr) \ argument
64 #define __pud_free_tlb(tlb, pud, addr) \ argument
/linux/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h47 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable, in __pte_free_tlb()
64 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb()
/linux/arch/x86/mm/
H A Dpgtable.c21 void ___pte_free_tlb(struct mmu_gather *tlb, struct page *pte) in ___pte_free_tlb()
28 void ___pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) in ___pmd_free_tlb()
42 void ___pud_free_tlb(struct mmu_gather *tlb, pud_t *pud) in ___pud_free_tlb()
49 void ___p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d) in ___p4d_free_tlb()
/linux/arch/xtensa/include/asm/
H A Dtlb.h19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument
/linux/kernel/dma/
H A Dswiotlb.c320 int (*remap)(void *tlb, unsigned long nslabs)) in swiotlb_memblock_alloc()
323 void *tlb; in swiotlb_memblock_alloc() local
355 int (*remap)(void *tlb, unsigned long nslabs)) in swiotlb_init_remap()
361 void *tlb; in swiotlb_init_remap() local
431 int (*remap)(void *tlb, unsigned long nslabs)) in swiotlb_init_late()
689 struct page *tlb; in swiotlb_alloc_pool() local
/linux/arch/nios2/include/asm/
H A Dpgalloc.h31 #define __pte_free_tlb(tlb, pte, addr) \ argument
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgalloc.h14 #define __pmd_free_tlb(tlb,x,a) do { } while (0) argument

123