Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/i386/AT386/
H A Dmodel_dep.c681 char *stackshot_begin_loc = NULL; in RecordPanicStackshot() local
711 stackshot_begin_loc = debug_buf_ptr; in RecordPanicStackshot()
712 …bytes_remaining = debug_buf_size - (unsigned int)((uintptr_t)stackshot_begin_loc - (uintptr_t)debu… in RecordPanicStackshot()
715 stackshot_begin_loc = (char *) panic_stackshot_buf; in RecordPanicStackshot()
723 err = kcdata_memory_static_init(&kc_panic_data, (mach_vm_address_t)stackshot_begin_loc, in RecordPanicStackshot()
750 …kdp_snapshot_preflight(-1, (void *) stackshot_begin_loc, (uint32_t) bytes_remaining, stackshot_fla… in RecordPanicStackshot()
766 memset(stackshot_begin_loc, '\0', bytes_used); in RecordPanicStackshot()
768 err = kcdata_memory_static_init(&kc_panic_data, (mach_vm_address_t)stackshot_begin_loc, in RecordPanicStackshot()
787 …kdp_snapshot_preflight(-1, (void *) stackshot_begin_loc, (uint32_t) bytes_remaining, stackshot_fla… in RecordPanicStackshot()
802 panic_info->mph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in RecordPanicStackshot()
[all …]
/xnu-8020.140.41/osfmk/arm/
H A Dmodel_dep.c384 char *stackshot_begin_loc = NULL; in do_print_all_backtraces() local
629 stackshot_begin_loc = debug_buf_ptr; in do_print_all_backtraces()
631 …bytes_remaining = debug_buf_size - (unsigned int)((uintptr_t)stackshot_begin_loc - (uintptr_t)debu… in do_print_all_backtraces()
650 kdp_snapshot_preflight(-1, stackshot_begin_loc, bytes_remaining - end_marker_bytes, in do_print_all_backtraces()
657 panic_info->eph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in do_print_all_backtraces()
672 bzero(stackshot_begin_loc, bytes_used); in do_print_all_backtraces()
678 bzero(stackshot_begin_loc, bytes_used); in do_print_all_backtraces()