Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/xen/
Dmmu_pv.c623 unsigned hole_low = 0, hole_high = 0; in __xen_pgd_walk() local
634 hole_high = pgd_index(GUARD_HOLE_END_ADDR); in __xen_pgd_walk()
640 if (i >= hole_low && i < hole_high) in __xen_pgd_walk()