Searched refs:stackshot_begin_loc (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/osfmk/i386/AT386/ |
| H A D | model_dep.c | 677 char *stackshot_begin_loc = NULL; in RecordPanicStackshot() local 707 stackshot_begin_loc = debug_buf_ptr; in RecordPanicStackshot() 708 …bytes_remaining = debug_buf_size - (unsigned int)((uintptr_t)stackshot_begin_loc - (uintptr_t)debu… in RecordPanicStackshot() 711 stackshot_begin_loc = (char *) panic_stackshot_buf; in RecordPanicStackshot() 719 err = kcdata_memory_static_init(&kc_panic_data, (mach_vm_address_t)stackshot_begin_loc, in RecordPanicStackshot() 746 …kdp_snapshot_preflight(-1, (void *) stackshot_begin_loc, (uint32_t) bytes_remaining, stackshot_fla… in RecordPanicStackshot() 762 memset(stackshot_begin_loc, '\0', bytes_used); in RecordPanicStackshot() 764 err = kcdata_memory_static_init(&kc_panic_data, (mach_vm_address_t)stackshot_begin_loc, in RecordPanicStackshot() 783 …kdp_snapshot_preflight(-1, (void *) stackshot_begin_loc, (uint32_t) bytes_remaining, stackshot_fla… in RecordPanicStackshot() 798 panic_info->mph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in RecordPanicStackshot() [all …]
|
| /xnu-11215.81.4/osfmk/arm/ |
| H A D | model_dep.c | 438 char *stackshot_begin_loc = NULL; in do_print_all_backtraces() local 730 stackshot_begin_loc = debug_buf_ptr; in do_print_all_backtraces() 732 …bytes_remaining = debug_buf_size - (unsigned int)((uintptr_t)stackshot_begin_loc - (uintptr_t)debu… in do_print_all_backtraces() 751 kdp_snapshot_preflight(-1, stackshot_begin_loc, bytes_remaining - end_marker_bytes, in do_print_all_backtraces() 758 panic_info->eph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in do_print_all_backtraces() 779 bzero(stackshot_begin_loc, bytes_used); in do_print_all_backtraces() 785 bzero(stackshot_begin_loc, bytes_used); in do_print_all_backtraces()
|