Home
last modified time | relevance | path

Searched refs:pgtable_t (Results 1 – 25 of 55) sorted by relevance

123

/linux/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c268 pgtable_t pgtable) in hash__pgtable_trans_huge_deposit()
270 pgtable_t *pgtable_slot; in hash__pgtable_trans_huge_deposit()
276 pgtable_slot = (pgtable_t *)pmdp + PTRS_PER_PMD; in hash__pgtable_trans_huge_deposit()
287 pgtable_t hash__pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp) in hash__pgtable_trans_huge_withdraw()
289 pgtable_t pgtable; in hash__pgtable_trans_huge_withdraw()
290 pgtable_t *pgtable_slot; in hash__pgtable_trans_huge_withdraw()
294 pgtable_slot = (pgtable_t *)pmdp + PTRS_PER_PMD; in hash__pgtable_trans_huge_withdraw()
349 pgtable_t pgtable; in hash__pmdp_huge_get_and_clear()
351 pgtable_t *pgtable_slot; in hash__pmdp_huge_get_and_clear()
360 pgtable_slot = (pgtable_t *)pmdp + PTRS_PER_PMD; in hash__pmdp_huge_get_and_clear()
/linux/arch/powerpc/include/asm/
H A Dpgalloc.h30 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one()
32 return (pgtable_t)pte_fragment_alloc(mm, 0); in pte_alloc_one()
43 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free()
50 void pte_free_defer(struct mm_struct *mm, pgtable_t pgtable);
H A Dpgtable.h186 static inline pgtable_t pmd_pgtable(pmd_t pmd) in pmd_pgtable()
188 return (pgtable_t)pmd_page_vaddr(pmd); in pmd_pgtable()
/linux/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h37 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one()
42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free()
47 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable, in __pte_free_tlb()
87 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) in pmd_populate()
H A Dmcf_pgalloc.h35 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable, in __pte_free_tlb()
44 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one()
60 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free()
H A Dsun3_pgalloc.h31 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) in pmd_populate()
/linux/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/mm/
H A Dpgtable-generic.c166 pgtable_t pgtable) in pgtable_trans_huge_deposit()
181 pgtable_t pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp) in pgtable_trans_huge_withdraw()
183 pgtable_t pgtable; in pgtable_trans_huge_withdraw()
244 pte_free(NULL /* mm not passed and not used */, (pgtable_t)page); in pte_free_now()
247 void pte_free_defer(struct mm_struct *mm, pgtable_t pgtable) in pte_free_defer()
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h35 pgtable_t pte_page) in pmd_populate()
67 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
/linux/arch/arm/include/asm/
H A Dpgalloc.h94 static inline pgtable_t
134 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep) in pmd_populate()
H A Dtlb.h40 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, unsigned long addr) in __pte_free_tlb()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-4k.h156 pgtable_t pgtable);
157 extern pgtable_t hash__pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp);
H A Dpgalloc.h165 pgtable_t pte_page) in pmd_populate()
170 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
H A Dhash-64k.h277 pgtable_t pgtable);
278 extern pgtable_t hash__pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp);
H A Dradix.h294 pgtable_t pgtable);
295 extern pgtable_t radix__pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp);
/linux/arch/s390/include/asm/
H A Dpgalloc.h129 pmd_t *pmd, pgtable_t pte) in pmd_populate()
147 void pte_free_defer(struct mm_struct *mm, pgtable_t pgtable);
/linux/arch/alpha/include/asm/
H A Dpgalloc.h17 pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t pte) in pmd_populate()
/linux/arch/nios2/include/asm/
H A Dpgalloc.h24 pgtable_t pte) in pmd_populate()
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgalloc.h27 pgtable_t pte_page) in pmd_populate()
/linux/arch/arm64/include/asm/
H A Dpage.h42 typedef struct page *pgtable_t; typedef
/linux/arch/xtensa/include/asm/
H A Dpgalloc.h54 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one()
/linux/arch/sh/include/asm/
H A Dpgalloc.h30 pgtable_t pte) in pmd_populate()
/linux/arch/csky/include/asm/
H A Dpgalloc.h20 pgtable_t pte) in pmd_populate()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h70 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()

123