Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dext_paniclog.c319 bool ext_paniclog_exceeds = ((panic_info->eph_ext_paniclog_offset != 0) ? in is_debug_ptr_in_ext_paniclog()
320 ((uint32_t)(debug_buf_ptr - gPanicBase) >= panic_info->eph_ext_paniclog_offset) : in is_debug_ptr_in_ext_paniclog()
H A Ddebug.h380 uint32_t eph_ext_paniclog_offset; member
/xnu-10063.141.1/osfmk/arm/
H A Dmodel_dep.c781 panic_info->eph_ext_paniclog_offset = (ext_paniclog_bytes != 0) ? in do_print_all_backtraces()
/xnu-10063.141.1/tools/lldbmacros/
H A Dxnu.py1105 ext_paniclog_addr = unsigned(panic_header) + unsigned(panic_header.eph_ext_paniclog_offset)