Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/xen/
H A Dmmu_pv.c1067 pmd_t *pmd_tbl; in xen_cleanmfnmap_pud() local
1076 pmd_tbl = pmd_offset(pud, 0); in xen_cleanmfnmap_pud()
1078 if (pmd_none(pmd_tbl[i])) in xen_cleanmfnmap_pud()
1080 xen_cleanmfnmap_pmd(pmd_tbl + i, unpin); in xen_cleanmfnmap_pud()
1083 xen_cleanmfnmap_free_pgtbl(pmd_tbl, unpin); in xen_cleanmfnmap_pud()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dmmu_pv.c1082 pmd_t *pmd_tbl; in xen_cleanmfnmap_pud() local
1091 pmd_tbl = pmd_offset(pud, 0); in xen_cleanmfnmap_pud()
1093 if (pmd_none(pmd_tbl[i])) in xen_cleanmfnmap_pud()
1095 xen_cleanmfnmap_pmd(pmd_tbl + i, unpin); in xen_cleanmfnmap_pud()
1098 xen_cleanmfnmap_free_pgtbl(pmd_tbl, unpin); in xen_cleanmfnmap_pud()

Completed in 7 milliseconds