Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dexclaves_inspection.c52 static uint8_t * exclaves_stackshot_buffer; variable
236 uint8_t * dst = exclaves_stackshot_buffer; in collect_scid_list()
250 …kr = process_exclaves_buffer(exclaves_stackshot_buffer, (size_t)output_length, process_fn, want_ra… in collect_scid_list()
417 exclaves_stackshot_buffer = kalloc_type(uint8_t, exclaves_stackshot_buffer_size, Z_WAITOK); in exclaves_inspection_init()
418 if (!exclaves_stackshot_buffer) { in exclaves_inspection_init()
545 uint8_t *dst = exclaves_stackshot_buffer; in kdp_read_panic_exclaves_stackshot()
563 … *panic_magic = __IGNORE_WCASTALIGN((stackshot_panic_magic_t *)(exclaves_stackshot_buffer + (excla… in kdp_read_panic_exclaves_stackshot()
568 eps->stackshot_buffer = exclaves_stackshot_buffer; in kdp_read_panic_exclaves_stackshot()