Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/xen/
Dmmu_pv.c603 unsigned hole_low = 0, hole_high = 0; in __xen_pgd_walk() local
613 hole_low = pgd_index(GUARD_HOLE_BASE_ADDR); in __xen_pgd_walk()
620 if (i >= hole_low && i < hole_high) in __xen_pgd_walk()