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

/linux-4.4.14/arch/x86/xen/
H A Dmmu.c618 unsigned pgdidx, pudidx, pmdidx; __xen_pgd_walk() local
647 for (pgdidx = 0; pgdidx <= pgdidx_limit; pgdidx++) { __xen_pgd_walk()
650 if (pgdidx >= hole_low && pgdidx < hole_high) __xen_pgd_walk()
653 if (!pgd_val(pgd[pgdidx])) __xen_pgd_walk()
656 pud = pud_offset(&pgd[pgdidx], 0); __xen_pgd_walk()
664 if (pgdidx == pgdidx_limit && __xen_pgd_walk()
679 if (pgdidx == pgdidx_limit && __xen_pgd_walk()

Completed in 52 milliseconds