Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c623 unsigned hole_low = 0, hole_high = 0; in __xen_pgd_walk() local
633 hole_low = pgd_index(GUARD_HOLE_BASE_ADDR); in __xen_pgd_walk()
640 if (i >= hole_low && i < hole_high) in __xen_pgd_walk()