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

/linux-4.4.14/arch/x86/xen/
H A Dmmu.c617 unsigned pgdidx_limit, pudidx_limit, pmdidx_limit; __xen_pgd_walk() local
635 pgdidx_limit = pgd_index(limit); __xen_pgd_walk()
647 for (pgdidx = 0; pgdidx <= pgdidx_limit; pgdidx++) { __xen_pgd_walk()
664 if (pgdidx == pgdidx_limit && __xen_pgd_walk()
679 if (pgdidx == pgdidx_limit && __xen_pgd_walk()

Completed in 63 milliseconds