Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/xen/
A Dmmu_pv.c1073 pmd_t *pmd_tbl; in xen_cleanmfnmap_pud() local
1082 pmd_tbl = pmd_offset(pud, 0); in xen_cleanmfnmap_pud()
1084 if (pmd_none(pmd_tbl[i])) in xen_cleanmfnmap_pud()
1086 xen_cleanmfnmap_pmd(pmd_tbl + i, unpin); in xen_cleanmfnmap_pud()
1089 xen_cleanmfnmap_free_pgtbl(pmd_tbl, unpin); in xen_cleanmfnmap_pud()

Completed in 7 milliseconds