Home
last modified time | relevance | path

Searched refs:page_ptdesc (Results 1 – 16 of 16) sorted by relevance

/linux/arch/nios2/include/asm/
H A Dpgalloc.h32 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
/linux/arch/um/include/asm/
H A Dpgalloc.h29 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
/linux/arch/m68k/include/asm/
H A Dsun3_pgalloc.h21 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
/linux/arch/openrisc/include/asm/
H A Dpgalloc.h68 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
/linux/arch/sh/include/asm/
H A Dpgalloc.h36 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
/linux/arch/hexagon/include/asm/
H A Dpgalloc.h91 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
/linux/arch/csky/include/asm/
H A Dpgalloc.h65 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
/linux/arch/arm64/include/asm/
H A Dtlb.h79 struct ptdesc *ptdesc = page_ptdesc(pte); in __pte_free_tlb()
/linux/arch/riscv/include/asm/
H A Dpgalloc.h136 tlb_remove_ptdesc(tlb, page_ptdesc(pte)); in __pte_free_tlb()
/linux/arch/sparc/mm/
H A Dsrmmu.c353 !pagetable_pte_ctor(mm, page_ptdesc(page))) { in pte_alloc_one()
369 pagetable_dtor(page_ptdesc(page)); in pte_free()
/linux/arch/riscv/mm/
H A Dinit.c1491 struct ptdesc *ptdesc = page_ptdesc(page); in free_pte_table()
1512 struct ptdesc *ptdesc = page_ptdesc(page); in free_pmd_table()
/linux/include/linux/
H A Dmm.h3723 return page_ptdesc(virt_to_page(x)); in virt_to_ptdesc()
3796 return page_ptdesc(page); in pagetable_alloc_noprof()
3864 return ptlock_ptr(page_ptdesc(pmd_page(*pmd))); in pte_lockptr()
3983 return page_ptdesc(pmd_pgtable_page(pmd)); in pmd_ptdesc()
H A Dmm_types.h637 #define page_ptdesc(p) (_Generic((p), \ macro
/linux/arch/x86/mm/pat/
H A Dset_memory.c1312 list_add(&page_ptdesc(pmd_page(old_pmd))->pt_list, pgtables); in collapse_pmd_page()
1374 list_add(&page_ptdesc(pud_page(*pud))->pt_list, pgtables); in collapse_pud_page()
/linux/arch/arm64/mm/
H A Dmmu.c1498 pagetable_dtor(page_ptdesc(page)); in free_hotplug_pgtable_page()
/linux/arch/x86/xen/
H A Dmmu_pv.c726 ptl = ptlock_ptr(page_ptdesc(page)); in xen_pte_lock()