Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dexclaves_inspection.h75 struct exclaves_panic_stackshot { struct
90 void kdp_read_panic_exclaves_stackshot(struct exclaves_panic_stackshot *eps); argument
H A Dexclaves_inspection.c540 kdp_read_panic_exclaves_stackshot(struct exclaves_panic_stackshot *eps) in kdp_read_panic_exclaves_stackshot()
544 *eps = (struct exclaves_panic_stackshot){ 0 }; in kdp_read_panic_exclaves_stackshot()
H A Dkern_stackshot.c5637 struct exclaves_panic_stackshot excl_ss; in kdp_stackshot_kcdata_format()