Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/xen/
Dmmu_pv.c607 unsigned hole_low = 0, hole_high = 0; in __xen_pgd_walk() local
618 hole_high = pgd_index(GUARD_HOLE_END_ADDR); in __xen_pgd_walk()
624 if (i >= hole_low && i < hole_high) in __xen_pgd_walk()