ZXFoundation™ 26h2
Loading...
Searching...
No Matches
zxfoundation::sys::syschk::zx_crash_record Struct Referenceexport

Crash record written into the BSP lowcore on every system_check call. More...

Data Fields

u8 _pad [4] {}
 Reserved; must be zero.
u16 cpu_id {}
 Logical CPU ID of the reporting processor.
u8 err_category {}
 lib::error_category value of the triggering error.
u32 err_code {}
 Per-category error code.
u64 magic {}
 ZX_CRASH_RECORD_MAGIC when record is valid.
char msg [ZX_CRASH_MSG_LEN] {}
 NUL-terminated human-readable reason string.
u64 psw_addr {}
 PSW instruction address at time of check.
u64 psw_mask {}
 PSW mask word at time of check.
u8 severity {}
 Raw syschk_severity value.

Detailed Description

Crash record written into the BSP lowcore on every system_check call.


The documentation for this struct was generated from the following file:
  • zxfoundation/sys/syschk.zcomponent/types.cxxm