Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dexclaves_inspection.c539 } stackshot_panic_magic_t; typedef
540 _Static_assert(sizeof(stackshot_panic_magic_t) == 16, "panic magic should be 16 bytes");
560stackshot_panic_magic_t *panic_magic = __IGNORE_WCASTALIGN((stackshot_panic_magic_t *)(exclaves_st… in kdp_read_panic_exclaves_stackshot()