Searched refs:ex_thread (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | exclaves_panic.c | 200 exclaves_append_panic_addl_info(xnuproxy_panicked_thread_t *ex_thread) in exclaves_append_panic_addl_info() argument 204 strlcpy(component_name, ex_thread->component.name, sizeof(component_name)); in exclaves_append_panic_addl_info() 232 ex_thread->address_space_id, component_name, in exclaves_append_panic_addl_info() 233 ex_thread->component.numeric_id, ex_thread->component.selector, in exclaves_append_panic_addl_info() 234 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.space), in exclaves_append_panic_addl_info() 235 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.component), in exclaves_append_panic_addl_info() 236 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.endpoint), in exclaves_append_panic_addl_info() 237 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.thread), in exclaves_append_panic_addl_info() 238 ex_thread->thread.address, ex_thread->thread.tss_base, in exclaves_append_panic_addl_info() 239 ex_thread->thread.ipc_buffer, ex_thread->thread.scheduling_context_id, in exclaves_append_panic_addl_info() [all …]
|