Searched refs:mph_stackshot_offset (Results 1 – 4 of 4) sorted by relevance
443 if (!(((panic_info->mph_stackshot_offset == 0) && (panic_info->mph_stackshot_len == 0)) || in PE_update_panicheader_nestedpanic()444 ((panic_info->mph_stackshot_offset != 0) && (panic_info->mph_stackshot_len != 0)))) { in PE_update_panicheader_nestedpanic()446 panic_info->mph_stackshot_offset, panic_info->mph_stackshot_len); in PE_update_panicheader_nestedpanic()
802 panic_info->mph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in RecordPanicStackshot()805 panic_info->mph_stackshot_offset = panic_info->mph_stackshot_len = 0; in RecordPanicStackshot()981 …size_to_flush = ROUNDUP((panic_info->mph_stackshot_len + (panic_info->mph_stackshot_offset - offse… in paniclog_flush_internal()987 …offset_to_flush = ROUNDDOWN((panic_info->mph_stackshot_offset + panic_info->mph_stackshot_len), PA… in paniclog_flush_internal()
359 …uint32_t mph_stackshot_offset; /* Offset of the panic stackshot from the beginning of the header … member
679 panic_stackshot_addr = unsigned(panic_header) + unsigned(panic_header.mph_stackshot_offset)