Searched refs:page_ptdesc (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/x86/mm/ |
| H A D | pgtable.c | 24 tlb_remove_ptdesc(tlb, page_ptdesc(pte)); in ___pte_free_tlb() 79 return page_ptdesc(page)->pt_mm; in pgd_page_get_mm() 753 pt = page_ptdesc(pmd_page(pmd_sv[i])); in pud_free_pmd_page() 777 pt = page_ptdesc(pmd_page(*pmd)); in pmd_free_pte_page()
|
| /linux/arch/nios2/include/asm/ |
| H A D | pgalloc.h | 32 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/um/include/asm/ |
| H A D | pgalloc.h | 29 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgalloc.h | 21 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgalloc.h | 68 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/sh/include/asm/ |
| H A D | pgalloc.h | 36 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/hexagon/include/asm/ |
| H A D | pgalloc.h | 91 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/csky/include/asm/ |
| H A D | pgalloc.h | 65 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgalloc.h | 136 tlb_remove_ptdesc(tlb, page_ptdesc(pte)); in __pte_free_tlb()
|
| /linux/include/asm-generic/ |
| H A D | pgalloc.h | 116 struct ptdesc *ptdesc = page_ptdesc(pte_page); in pte_free()
|
| /linux/include/linux/ |
| H A D | mm.h | 3333 return page_ptdesc(virt_to_page(x)); in virt_to_ptdesc() 3406 return page_ptdesc(page); in pagetable_alloc_noprof() 3474 return ptlock_ptr(page_ptdesc(pmd_page(*pmd))); in pte_lockptr() 3593 return page_ptdesc(pmd_pgtable_page(pmd)); in pmd_ptdesc()
|
| H A D | mm_types.h | 633 #define page_ptdesc(p) (_Generic((p), \ macro
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 718 ptl = ptlock_ptr(page_ptdesc(page)); in xen_pte_lock()
|