Searched refs:mph_other_log_offset (Results 1 – 5 of 5) sorted by relevance
685 if (panic_info->mph_other_log_offset == 0) { in RecordPanicStackshot()686 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()695 if (panic_info->mph_other_log_offset == 0) { in RecordPanicStackshot()696 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()703 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()718 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()727 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()772 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()808 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()830 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()[all …]
453 if ((panic_info->mph_panic_log_len != 0) && (panic_info->mph_other_log_offset == 0)) { in PE_update_panicheader_nestedpanic()454 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
361 …uint32_t mph_other_log_offset; /* Offset of the other log (any logging subsequent to the st… member
1033 if (panic_info->mph_other_log_offset != 0) { in do_kern_dump()1034 buf = (char *)(((char *)panic_info) + (uintptr_t) panic_info->mph_other_log_offset); in do_kern_dump()
667 other_log_begin_offset = unsigned(panic_header.mph_other_log_offset)