Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dmodel_dep.c619 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_DEBUGGERSYNC; in do_print_all_backtraces()
623 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_NESTED; in do_print_all_backtraces()
643 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COMPRESS_FAILED; in do_print_all_backtraces()
656 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_SUCCEEDED; in do_print_all_backtraces()
662 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_DATA_COMPRESSED; in do_print_all_backtraces()
673 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_INCOMPLETE; in do_print_all_backtraces()
679 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_ERROR; in do_print_all_backtraces()
686 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_ERROR; in do_print_all_backtraces()
781 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_BUTTON_RESET_PANIC; in SavePanicInfo()
785 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COPROC_INITIATED_PANIC; in SavePanicInfo()
/xnu-8020.140.41/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-8020.140.41/osfmk/kern/
H A Ddebug.h314 uint64_t eph_panic_flags; /* Flags indicating any state or relevant details */ member
H A Ddebug.c1234 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COREDUMP_FAILED;
1247 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COREDUMP_FAILED;
/xnu-8020.140.41/osfmk/kdp/
H A Dkdp_core.c629 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_ENCRYPTED_COREDUMP_SKIPPED; in kdp_reset_output_vars()
1079 panic_info->eph_panic_flags |= (dump_succeeded ? EMBEDDED_PANIC_HEADER_FLAG_COREDUMP_COMPLETE : in do_kern_dump()
/xnu-8020.140.41/tools/lldbmacros/
H A Dxnu.py653 panic_header_flags = unsigned(panic_header.eph_panic_flags)