Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/AT386/
H A Dmodel_dep.c684 char *stackshot_begin_loc = NULL; in RecordPanicStackshot() local
714 stackshot_begin_loc = debug_buf_ptr; in RecordPanicStackshot()
715 …bytes_remaining = debug_buf_size - (unsigned int)((uintptr_t)stackshot_begin_loc - (uintptr_t)debu… in RecordPanicStackshot()
718 stackshot_begin_loc = (char *) panic_stackshot_buf; in RecordPanicStackshot()
726 err = kcdata_memory_static_init(&kc_panic_data, (mach_vm_address_t)stackshot_begin_loc, in RecordPanicStackshot()
753 …kdp_snapshot_preflight(-1, (void *) stackshot_begin_loc, (uint32_t) bytes_remaining, stackshot_fla… in RecordPanicStackshot()
769 memset(stackshot_begin_loc, '\0', bytes_used); in RecordPanicStackshot()
771 err = kcdata_memory_static_init(&kc_panic_data, (mach_vm_address_t)stackshot_begin_loc, in RecordPanicStackshot()
790 …kdp_snapshot_preflight(-1, (void *) stackshot_begin_loc, (uint32_t) bytes_remaining, stackshot_fla… in RecordPanicStackshot()
805 panic_info->mph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in RecordPanicStackshot()
[all …]
/xnu-10002.1.13/osfmk/arm/
H A Dmodel_dep.c413 char *stackshot_begin_loc = NULL; in do_print_all_backtraces() local
682 stackshot_begin_loc = debug_buf_ptr; in do_print_all_backtraces()
684 …bytes_remaining = debug_buf_size - (unsigned int)((uintptr_t)stackshot_begin_loc - (uintptr_t)debu… in do_print_all_backtraces()
703 kdp_snapshot_preflight(-1, stackshot_begin_loc, bytes_remaining - end_marker_bytes, in do_print_all_backtraces()
710 panic_info->eph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in do_print_all_backtraces()
725 bzero(stackshot_begin_loc, bytes_used); in do_print_all_backtraces()
731 bzero(stackshot_begin_loc, bytes_used); in do_print_all_backtraces()