Searched refs:mph_stackshot_offset (Results 1 – 4 of 4) sorted by relevance
454 if (!(((panic_info->mph_stackshot_offset == 0) && (panic_info->mph_stackshot_len == 0)) || in PE_update_panicheader_nestedpanic()455 ((panic_info->mph_stackshot_offset != 0) && (panic_info->mph_stackshot_len != 0)))) { in PE_update_panicheader_nestedpanic()457 panic_info->mph_stackshot_offset, panic_info->mph_stackshot_len); in PE_update_panicheader_nestedpanic()
798 panic_info->mph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in RecordPanicStackshot()801 panic_info->mph_stackshot_offset = panic_info->mph_stackshot_len = 0; in RecordPanicStackshot()987 …size_to_flush = ROUNDUP((panic_info->mph_stackshot_len + (panic_info->mph_stackshot_offset - offse… in paniclog_flush_internal()993 …offset_to_flush = ROUNDDOWN((panic_info->mph_stackshot_offset + panic_info->mph_stackshot_len), PA… in paniclog_flush_internal()
434 …uint32_t mph_stackshot_offset; /* Offset of the panic stackshot from the beginning of the h… member
942 panic_stackshot_addr = unsigned(panic_header) + unsigned(panic_header.mph_stackshot_offset)