Home
last modified time | relevance | path

Searched refs:pmds (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/mm/
H A Dpgtable.c161 static void free_pmds(struct mm_struct *mm, pmd_t *pmds[], int count) in free_pmds() argument
167 if (pmds[i]) { in free_pmds()
168 ptdesc = virt_to_ptdesc(pmds[i]); in free_pmds()
176 static int preallocate_pmds(struct mm_struct *mm, pmd_t *pmds[], int count) in preallocate_pmds() argument
202 pmds[i] = pmd; in preallocate_pmds()
206 free_pmds(mm, pmds, count); in preallocate_pmds()
253 static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[]) in pgd_prepopulate_pmd() argument
263 pmd_t *pmd = pmds[i]; in pgd_prepopulate_pmd()
275 pgd_t *k_pgd, pmd_t *pmds[]) in pgd_prepopulate_user_pmd() argument
290 pmd_t *pmd = pmds[i]; in pgd_prepopulate_user_pmd()
[all …]
/linux/drivers/edac/
H A Dxgene_edac.c58 struct list_head pmds; member
964 list_add(&ctx->next, &edac->pmds); in xgene_edac_pmd_add()
1829 list_for_each_entry(pmd, &ctx->pmds, next) { in xgene_edac_isr()
1857 INIT_LIST_HEAD(&edac->pmds); in xgene_edac_probe()
1975 list_for_each_entry_safe(pmd, temp_pmd, &edac->pmds, next) in xgene_edac_remove()
/linux/Documentation/mm/
H A Dtranshuge.rst57 Code walking pagetables but unaware about huge pmds can simply call
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h684 uint32_t pmds:4; member
692 uint32_t pmds:4;
/linux/arch/s390/kvm/
H A Ddat.h313 union pmd pmds[_CRST_ENTRIES]; member