Home
last modified time | relevance | path

Searched defs:panic_info (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/xen/public/arch-x86/
H A Dxen.h194 struct panic_info { struct
195 int pi_version; /* panic_info format version */ argument
196 panic_regs_t *pi_regs; /* register state */
197 void *pi_apic; /* local APIC address */
198 char *pi_panicstr; /* panic message */
199 void *pi_ram_start; /* Start of all-RAM mapping region */
200 void *pi_ram_end; /* End of all-RAM mapping region */
201 void *pi_xen_start; /* Start of Xen's text/heap */
202 void *pi_xen_end; /* End of Xen's text/heap */
203 void *pi_stktop; /* Top of current Xen stack */
[all …]