Home
last modified time | relevance | path

Searched refs:pmd_pgtable (Results 1 – 15 of 15) sorted by relevance

/linux/arch/powerpc/include/asm/
A Dpgtable.h160 #define pmd_pgtable pmd_pgtable macro
161 static inline pgtable_t pmd_pgtable(pmd_t pmd) in pmd_pgtable() function
/linux/arch/arc/include/asm/
A Dpgtable-levels.h166 #define pmd_pgtable(pmd) ((pgtable_t) pmd_page_vaddr(pmd)) macro
/linux/arch/arm/mm/
A Dpgd.c169 pte = pmd_pgtable(*pmd); in pgd_free()
/linux/arch/m68k/include/asm/
A Dmotorola_pgtable.h108 #define pmd_pgtable(pmd) ((pgtable_t)pmd_page_vaddr(pmd)) macro
A Dmcf_pgtable.h153 #define pmd_pgtable(pmd) pfn_to_virt(pmd_val(pmd) >> PAGE_SHIFT) macro
/linux/mm/
A Dkhugepaged.c1172 pmd_populate(mm, pmd, pmd_pgtable(_pmd)); in collapse_huge_page()
1195 pgtable = pmd_pgtable(_pmd); in collapse_huge_page()
1519 pte_free(mm, pmd_pgtable(_pmd)); in collapse_pte_mapped_thp()
1603 pte_free(mm, pmd_pgtable(_pmd)); in retract_page_tables()
A Dmremap.c273 pmd_populate(mm, new_pmd, pmd_pgtable(pmd)); in move_normal_pmd()
A Ddebug_vm_pgtable.c1178 args->start_ptep = pmd_pgtable(READ_ONCE(*args->pmdp)); in init_args()
A Dmemory.c229 pgtable_t token = pmd_pgtable(*pmd); in free_pte_range()
/linux/arch/sparc/include/asm/
A Dpgtable_32.h435 #define pmd_pgtable(pmd) ((pgtable_t)__pmd_page(pmd)) macro
A Dpgtable_64.h1120 #define pmd_pgtable(PMD) ((pte_t *)pmd_page_vaddr(PMD)) macro
/linux/include/linux/
A Dpgtable.h45 #ifndef pmd_pgtable
46 #define pmd_pgtable(pmd) pmd_page(pmd) macro
/linux/arch/sparc/mm/
A Dhugetlbpage.c418 pgtable_t token = pmd_pgtable(*pmd); in hugetlb_free_pte_range()
/linux/arch/powerpc/mm/
A Dhugetlbpage.c350 pgtable_t token = pmd_pgtable(*pmd); in hugetlb_free_pte_range()
/linux/arch/s390/include/asm/
A Dpgtable.h1731 #define pmd_pgtable(pmd) \ macro

Completed in 40 milliseconds