| /linux-6.15/arch/nios2/include/asm/ |
| H A D | pgalloc.h | 32 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | tlb.h | 35 struct ptdesc *ptdesc = page_ptdesc(pte); in __pte_free_tlb()
|
| /linux-6.15/arch/um/include/asm/ |
| H A D | pgalloc.h | 29 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | sun3_pgalloc.h | 21 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux-6.15/arch/openrisc/include/asm/ |
| H A D | pgalloc.h | 68 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | pgalloc.h | 36 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux-6.15/arch/csky/include/asm/ |
| H A D | pgalloc.h | 65 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux-6.15/arch/hexagon/include/asm/ |
| H A D | pgalloc.h | 91 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | pgalloc.h | 52 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | tlb.h | 78 struct ptdesc *ptdesc = page_ptdesc(pte); in __pte_free_tlb()
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | pgalloc.h | 59 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | pgalloc.h | 136 tlb_remove_ptdesc(tlb, page_ptdesc(pte)); in __pte_free_tlb()
|
| /linux-6.15/include/asm-generic/ |
| H A D | pgalloc.h | 110 struct ptdesc *ptdesc = page_ptdesc(pte_page); in pte_free()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | pgtable.c | 23 tlb_remove_ptdesc(tlb, page_ptdesc(pte)); in ___pte_free_tlb() 84 return page_ptdesc(page)->pt_mm; in pgd_page_get_mm()
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 2972 return page_ptdesc(virt_to_page(x)); in virt_to_ptdesc() 3004 return page_ptdesc(page); in pagetable_alloc_noprof() 3054 return ptlock_ptr(page_ptdesc(pmd_page(*pmd))); in pte_lockptr() 3188 return page_ptdesc(pmd_pgtable_page(pmd)); in pmd_ptdesc()
|
| H A D | mm_types.h | 611 #define page_ptdesc(p) (_Generic((p), \ macro
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | srmmu.c | 353 !pagetable_pte_ctor(page_ptdesc(page))) { in pte_alloc_one() 369 pagetable_dtor(page_ptdesc(page)); in pte_free()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | gmap.c | 207 page_table_free_pgste(page_ptdesc(phys_to_page(table[i]))); in gmap_free_crst() 1255 ptdesc = page_ptdesc(phys_to_page(pgt)); in gmap_unshadow_pgt() 1282 ptdesc = page_ptdesc(phys_to_page(pgt)); in __gmap_unshadow_sgt()
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | init.c | 1566 struct ptdesc *ptdesc = page_ptdesc(page); in free_pte_table() 1587 struct ptdesc *ptdesc = page_ptdesc(page); in free_pmd_table()
|
| /linux-6.15/arch/x86/mm/pat/ |
| H A D | set_memory.c | 1294 list_add(&page_ptdesc(pmd_page(old_pmd))->pt_list, pgtables); in collapse_pmd_page() 1356 list_add(&page_ptdesc(pud_page(*pud))->pt_list, pgtables); in collapse_pud_page()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | mmu.c | 486 struct ptdesc *ptdesc = page_ptdesc(phys_to_page(pa)); in pgd_pgtable_alloc()
|
| /linux-6.15/arch/x86/xen/ |
| H A D | mmu_pv.c | 714 ptl = ptlock_ptr(page_ptdesc(page)); in xen_pte_lock()
|