Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dexclaves_panic.c182 exclaves_append_panic_addl_info(xnuproxy_panicked_thread_t *ex_thread) in exclaves_append_panic_addl_info() argument
186 strlcpy(component_name, ex_thread->component.name, sizeof(component_name)); in exclaves_append_panic_addl_info()
214 ex_thread->address_space_id, component_name, in exclaves_append_panic_addl_info()
215 ex_thread->component.numeric_id, ex_thread->component.selector, in exclaves_append_panic_addl_info()
216 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.space), in exclaves_append_panic_addl_info()
217 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.component), in exclaves_append_panic_addl_info()
218 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.endpoint), in exclaves_append_panic_addl_info()
219 EXCLAVES_PANIC_FOUR_CC_CHARS(ex_thread->four_cc.thread), in exclaves_append_panic_addl_info()
220 ex_thread->thread.address, ex_thread->thread.tss_base, in exclaves_append_panic_addl_info()
221 ex_thread->thread.ipc_buffer, ex_thread->thread.scheduling_context_id, in exclaves_append_panic_addl_info()
[all …]