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

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c68 /* Pointer to the xpv_panic_info structure handed to us by Xen. */
69 static struct panic_info *xpv_panic_info = NULL; variable in typeref:struct:panic_info
727 xpv_panic_info = pip;
730 kpm1_low = (uintptr_t)xpv_panic_info->pi_ram_start;
731 if (xpv_panic_info->pi_xen_start == NULL) {
732 kpm1_high = (uintptr_t)xpv_panic_info->pi_ram_end;
734 kpm1_high = (uintptr_t)xpv_panic_info->pi_xen_start;
735 kpm2_low = (uintptr_t)xpv_panic_info->pi_xen_end;
736 kpm2_high = (uintptr_t)xpv_panic_info->pi_ram_end;

Completed in 55 milliseconds