Home
last modified time | relevance | path

Searched refs:free_pmd_table (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/mm/
H A Dinit_64.c1045 static void __meminit free_pmd_table(pmd_t *pmd_start, pud_t *pud) in free_pmd_table() function
1200 free_pmd_table(pmd_base, pud); in remove_pud_table()
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c707 static void free_pmd_table(pmd_t *pmd_start, pud_t *pud) in free_pmd_table() function
887 free_pmd_table(pmd_base, pud); in remove_pud_table()
/linux-6.15/arch/riscv/mm/
H A Dinit.c1584 static void __meminit free_pmd_table(pmd_t *pmd_start, pud_t *pud, bool is_vmemmap) in free_pmd_table() function
1722 free_pmd_table(pmd_base, pudp, is_vmemmap); in remove_pud_mapping()