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

/linux-4.1.27/arch/x86/xen/
H A Dmmu.c617 unsigned pgdidx, pudidx, pmdidx; __xen_pgd_walk() local
646 for (pgdidx = 0; pgdidx <= pgdidx_limit; pgdidx++) { __xen_pgd_walk()
649 if (pgdidx >= hole_low && pgdidx < hole_high) __xen_pgd_walk()
652 if (!pgd_val(pgd[pgdidx])) __xen_pgd_walk()
655 pud = pud_offset(&pgd[pgdidx], 0); __xen_pgd_walk()
663 if (pgdidx == pgdidx_limit && __xen_pgd_walk()
678 if (pgdidx == pgdidx_limit && __xen_pgd_walk()

Completed in 112 milliseconds