Searched defs:xpv_end (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c107 static uintptr_t xpv_end; variable
206 while (va < xpv_end && va >= *vaddr) {
226 while (idx < xpv_panic_nptes[l] && scan_va < xpv_end &&
250 if (va >= xpv_end || va < *vaddr)
433 (fp > xpv_end || fp < xen_virt_start))
438 else if ((pc >= xen_virt_start) && (pc <= xpv_end))
696 xpv_end = HYPERVISOR_VIRT_END;
698 xpv_end = (uintptr_t)UINTPTR_MAX - sizeof (uintptr_t);

Completed in 104 milliseconds