Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/xen/
Dmmu_pv.c651 unsigned hole_low = 0, hole_high = 0; in __xen_pgd_walk() local
662 hole_low = pgd_index(GUARD_HOLE_BASE_ADDR); in __xen_pgd_walk()
670 if (i >= hole_low && i < hole_high) in __xen_pgd_walk()