Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_panic.c66 static char *exclaves_panic_buffer_pages[PANIC_BUFFER_PAGE_COUNT]; variable
76 exclaves_panic_buffer_pages[i] = (char *)phystokv(pages[i]); in copy_panic_buffer_pages()
83 exclaves_panic_buffer_pages[0] = (char *)pages; in copy_panic_buffer_pages()
144 if (exclaves_panic_buffer_pages[0] == 0) { in exclaves_panic_buffer_sync()
152 char *next_page = exclaves_panic_buffer_pages[0]; in exclaves_panic_buffer_sync()
156 next_page = exclaves_panic_buffer_pages[i] != 0 ? in exclaves_panic_buffer_sync()
157 exclaves_panic_buffer_pages[i] : next_page + PAGE_SIZE; in exclaves_panic_buffer_sync()
178 assert3p(exclaves_panic_buffer_pages[0], !=, NULL); in exclaves_append_panic_backtrace()