Searched refs:pmds (Results 1 – 4 of 4) sorted by relevance
222 if (pmds[i]) { in free_pmds()223 ptdesc = virt_to_ptdesc(pmds[i]); in free_pmds()257 pmds[i] = pmd; in preallocate_pmds()261 free_pmds(mm, pmds, count); in preallocate_pmds()318 pmd_t *pmd = pmds[i]; in pgd_prepopulate_pmd()330 pgd_t *k_pgd, pmd_t *pmds[]) in pgd_prepopulate_user_pmd() argument345 pmd_t *pmd = pmds[i]; in pgd_prepopulate_user_pmd()437 pmd_t *pmds[MAX_PREALLOCATED_PMDS]; in pgd_alloc() local446 if (sizeof(pmds) != 0 && in pgd_alloc()465 if (sizeof(pmds) != 0) in pgd_alloc()[all …]
57 struct list_head pmds; member963 list_add(&ctx->next, &edac->pmds); in xgene_edac_pmd_add()1828 list_for_each_entry(pmd, &ctx->pmds, next) { in xgene_edac_isr()1856 INIT_LIST_HEAD(&edac->pmds); in xgene_edac_probe()1974 list_for_each_entry_safe(pmd, temp_pmd, &edac->pmds, next) in xgene_edac_remove()
57 Code walking pagetables but unaware about huge pmds can simply call
684 uint32_t pmds:4; member692 uint32_t pmds:4;
Completed in 23 milliseconds