Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dmodel_dep.c618 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_DEBUGGERSYNC; in do_print_all_backtraces()
622 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_NESTED; in do_print_all_backtraces()
642 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COMPRESS_FAILED; in do_print_all_backtraces()
655 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_SUCCEEDED; in do_print_all_backtraces()
661 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_DATA_COMPRESSED; in do_print_all_backtraces()
672 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_INCOMPLETE; in do_print_all_backtraces()
678 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_ERROR; in do_print_all_backtraces()
685 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_ERROR; in do_print_all_backtraces()
780 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_BUTTON_RESET_PANIC; in SavePanicInfo()
784 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COPROC_INITIATED_PANIC; in SavePanicInfo()
/xnu-8019.80.24/pexpert/arm/
H A Dpe_init.c670 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_NESTED_PANIC; in PE_update_panicheader_nestedpanic()
674 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_NESTED_PANIC; in PE_update_panicheader_nestedpanic()
/xnu-8019.80.24/osfmk/kern/
H A Ddebug.c1219 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COREDUMP_FAILED;
1232 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COREDUMP_FAILED;
H A Ddebug.h314 uint64_t eph_panic_flags; /* Flags indicating any state or relevant details */ member
/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_core.c620 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_ENCRYPTED_COREDUMP_SKIPPED; in kdp_reset_output_vars()
1067 panic_info->eph_panic_flags |= (dump_succeeded ? EMBEDDED_PANIC_HEADER_FLAG_COREDUMP_COMPLETE : in do_kern_dump()
/xnu-8019.80.24/tools/lldbmacros/
H A Dxnu.py626 panic_header_flags = unsigned(panic_header.eph_panic_flags)