Searched refs:pgtable_t (Results 1 - 25 of 84) sorted by relevance

1234

/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h37 static inline pgtable_t pte_alloc_one(struct mm_struct *mm)
42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable)
47 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable,
87 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page)
H A Dpage.h36 typedef struct page *pgtable_t; typedef in typeref:struct:page
38 typedef pte_t *pgtable_t; typedef
H A Dmcf_pgalloc.h35 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable,
44 static inline pgtable_t pte_alloc_one(struct mm_struct *mm)
60 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable)
H A Dsun3_pgalloc.h31 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page)
/linux-master/arch/powerpc/include/asm/
H A Dpgalloc.h30 static inline pgtable_t pte_alloc_one(struct mm_struct *mm)
32 return (pgtable_t)pte_fragment_alloc(mm, 0);
43 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage)
50 void pte_free_defer(struct mm_struct *mm, pgtable_t pgtable);
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgalloc.h27 pgtable_t pte_page)
/linux-master/arch/alpha/include/asm/
H A Dpgalloc.h17 pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t pte)
/linux-master/arch/nios2/include/asm/
H A Dpgalloc.h24 pgtable_t pte)
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h35 pgtable_t pte_page)
69 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table,
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c268 pgtable_t pgtable)
270 pgtable_t *pgtable_slot;
276 pgtable_slot = (pgtable_t *)pmdp + PTRS_PER_PMD;
287 pgtable_t hash__pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp)
289 pgtable_t pgtable;
290 pgtable_t *pgtable_slot;
294 pgtable_slot = (pgtable_t *)pmdp + PTRS_PER_PMD;
349 pgtable_t pgtable;
351 pgtable_t *pgtable_slot;
360 pgtable_slot = (pgtable_t *)pmd
[all...]
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_64.h64 pgtable_t pte_alloc_one(struct mm_struct *mm);
66 void pte_free(struct mm_struct *mm, pgtable_t ptepage);
70 void pte_free_defer(struct mm_struct *mm, pgtable_t pgtable);
H A Dpgalloc_32.h58 pgtable_t pte_alloc_one(struct mm_struct *mm);
74 void pte_free(struct mm_struct * mm, pgtable_t pte);
/linux-master/arch/xtensa/include/asm/
H A Dpgalloc.h54 static inline pgtable_t pte_alloc_one(struct mm_struct *mm)
/linux-master/arch/arm64/include/asm/
H A Dpage.h42 typedef struct page *pgtable_t; typedef in typeref:struct:page
/linux-master/arch/sh/include/asm/
H A Dpgalloc.h30 pgtable_t pte)
/linux-master/arch/arm/include/asm/
H A Dtlb.h40 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, unsigned long addr)
H A Dpgalloc.h94 static inline pgtable_t
134 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep)
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dhash-4k.h151 pgtable_t pgtable);
152 extern pgtable_t hash__pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp);
/linux-master/include/asm-generic/
H A Dpgalloc.h64 static inline pgtable_t __pte_alloc_one(struct mm_struct *mm, gfp_t gfp)
88 static inline pgtable_t pte_alloc_one(struct mm_struct *mm)
/linux-master/arch/arc/include/asm/
H A Dpgalloc.h19 * -Switched pgtable_t from being struct page * to unsigned long
49 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t pte_page)
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h46 pgtable_t pte_page)
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h66 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table,
/linux-master/arch/hexagon/include/asm/
H A Dpgalloc.h45 pgtable_t pte)
/linux-master/arch/csky/include/asm/
H A Dpgalloc.h20 pgtable_t pte)
/linux-master/arch/sparc/mm/
H A Dtlb.c269 pgtable_t pgtable)
283 pgtable_t pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp)
286 pgtable_t pgtable;
296 pmd_huge_pte(mm, pmdp) = (pgtable_t) lh->next;

Completed in 161 milliseconds

1234