Searched refs:ex_thread (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.121.3/osfmk/kern/ |
| H A D | exclaves_panic.c | 188 exclaves_append_panic_addl_info(xnuproxy_panicked_thread_t *ex_thread) in exclaves_append_panic_addl_info() argument 192 strlcpy(component_name, ex_thread->component.name, sizeof(component_name)); in exclaves_append_panic_addl_info() 220 ex_thread->address_space_id, component_name, in exclaves_append_panic_addl_info() 221 ex_thread->component.numeric_id, ex_thread->component.selector, in exclaves_append_panic_addl_info() 222 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.space), in exclaves_append_panic_addl_info() 223 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.component), in exclaves_append_panic_addl_info() 224 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.endpoint), in exclaves_append_panic_addl_info() 225 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.thread), in exclaves_append_panic_addl_info() 226 ex_thread->thread.address, ex_thread->thread.tss_base, in exclaves_append_panic_addl_info() 227 ex_thread->thread.ipc_buffer, ex_thread->thread.scheduling_context_id, in exclaves_append_panic_addl_info() [all …]
|