Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask.c10327 uint8_t * task_crash_info_buffer; in task_crash_info_conclave_upcall() local
10337 task_crash_info_buffer = kalloc_data(task_crash_info_buffer_size, Z_WAITOK); in task_crash_info_conclave_upcall()
10338 if (!task_crash_info_buffer) { in task_crash_info_conclave_upcall()
10343 uint8_t * dst = task_crash_info_buffer; in task_crash_info_conclave_upcall()
10355 task->exclave_crash_info = task_crash_info_buffer; in task_crash_info_conclave_upcall()
10357 task_crash_info_buffer = NULL; in task_crash_info_conclave_upcall()
10361 if (task_crash_info_buffer) { in task_crash_info_conclave_upcall()
10362 kfree_data(task_crash_info_buffer, task_crash_info_buffer_size); in task_crash_info_conclave_upcall()