Searched refs:pmds (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/x86/mm/ |
D | pgtable.c | 213 static void free_pmds(struct mm_struct *mm, pmd_t *pmds[], int count) in free_pmds() argument 218 if (pmds[i]) { in free_pmds() 219 pgtable_pmd_page_dtor(virt_to_page(pmds[i])); in free_pmds() 220 free_page((unsigned long)pmds[i]); in free_pmds() 225 static int preallocate_pmds(struct mm_struct *mm, pmd_t *pmds[], int count) in preallocate_pmds() argument 245 pmds[i] = pmd; in preallocate_pmds() 249 free_pmds(mm, pmds, count); in preallocate_pmds() 296 static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[]) in pgd_prepopulate_pmd() argument 309 pmd_t *pmd = pmds[i]; in pgd_prepopulate_pmd() 321 pgd_t *k_pgd, pmd_t *pmds[]) in pgd_prepopulate_user_pmd() argument [all …]
|
/linux-6.1.9/drivers/edac/ |
D | xgene_edac.c | 57 struct list_head pmds; member 963 list_add(&ctx->next, &edac->pmds); in xgene_edac_pmd_add() 1830 list_for_each_entry(pmd, &ctx->pmds, next) { in xgene_edac_isr() 1858 INIT_LIST_HEAD(&edac->pmds); in xgene_edac_probe() 1976 list_for_each_entry_safe(pmd, temp_pmd, &edac->pmds, next) in xgene_edac_remove()
|
/linux-6.1.9/Documentation/mm/ |
D | transhuge.rst | 59 Code walking pagetables but unaware about huge pmds can simply call
|
/linux-6.1.9/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 684 uint32_t pmds:4; member 692 uint32_t pmds:4;
|