Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dexclaves_inspection.h76 struct exclaves_panic_stackshot { struct
91 void kdp_read_panic_exclaves_stackshot(struct exclaves_panic_stackshot *eps); argument
H A Dexclaves_inspection.c533 kdp_read_panic_exclaves_stackshot(struct exclaves_panic_stackshot *eps) in kdp_read_panic_exclaves_stackshot()
537 *eps = (struct exclaves_panic_stackshot){ 0 }; in kdp_read_panic_exclaves_stackshot()
H A Dkern_stackshot.c3928 struct exclaves_panic_stackshot excl_ss; in kdp_stackshot_kcdata_format()