Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dext_paniclog.c321 bool ext_paniclog_exceeds = ((panic_info->eph_ext_paniclog_offset != 0) ? in is_debug_ptr_in_ext_paniclog()
322 ((uint32_t)(debug_buf_ptr - gPanicBase) >= panic_info->eph_ext_paniclog_offset) : in is_debug_ptr_in_ext_paniclog()
H A Ddebug.h395 uint32_t eph_ext_paniclog_offset; member
/xnu-11215/osfmk/arm/
H A Dmodel_dep.c802 panic_info->eph_ext_paniclog_offset = (ext_paniclog_bytes != 0) ? in do_print_all_backtraces()
/xnu-11215/tools/lldbmacros/
H A Dxnu.py1149 ext_paniclog_addr = unsigned(panic_header) + unsigned(panic_header.eph_ext_paniclog_offset)