Searched refs:mph_other_log_offset (Results 1 – 5 of 5) sorted by relevance
688 if (panic_info->mph_other_log_offset == 0) { in RecordPanicStackshot()689 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()698 if (panic_info->mph_other_log_offset == 0) { in RecordPanicStackshot()699 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()706 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()721 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()730 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()775 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()811 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()833 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()[all …]
466 if ((panic_info->mph_panic_log_len != 0) && (panic_info->mph_other_log_offset == 0)) { in PE_update_panicheader_nestedpanic()467 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
417 …uint32_t mph_other_log_offset; /* Offset of the other log (any logging subsequent to the st… member
1274 if (panic_info->mph_other_log_offset != 0) { in do_kern_dump()1275 buf = (char *)(((char *)panic_info) + (uintptr_t) panic_info->mph_other_log_offset); in do_kern_dump()
897 other_log_begin_offset = unsigned(panic_header.mph_other_log_offset)