Home
last modified time | relevance | path

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

/xnu-11215.61.5/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.c543 kdp_read_panic_exclaves_stackshot(struct exclaves_panic_stackshot *eps) in kdp_read_panic_exclaves_stackshot()
547 *eps = (struct exclaves_panic_stackshot){ 0 }; in kdp_read_panic_exclaves_stackshot()
H A Dkern_stackshot.c5404 struct exclaves_panic_stackshot excl_ss; in kdp_stackshot_kcdata_format()