Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/xen/
Dmmu_pv.c1095 pud_t *pud_tbl; in xen_cleanmfnmap_p4d() local
1104 pud_tbl = pud_offset(p4d, 0); in xen_cleanmfnmap_p4d()
1106 if (pud_none(pud_tbl[i])) in xen_cleanmfnmap_p4d()
1108 xen_cleanmfnmap_pud(pud_tbl + i, unpin); in xen_cleanmfnmap_p4d()
1111 xen_cleanmfnmap_free_pgtbl(pud_tbl, unpin); in xen_cleanmfnmap_p4d()