Searched refs:panic_text_len (Results 1 – 1 of 1) sorted by relevance
89 static unsigned int panic_text_len; variable107 panic_text_len = PLATFORM_PANIC_LOG_SIZE - sizeof(struct embedded_panic_header); in check_for_panic_log()150 panic_text_len = panic_region_length[0] - sizeof(struct embedded_panic_header); in check_for_panic_log()631 *size = panic_text_len; in PE_update_panic_crc()639 *size = *size > panic_text_len ? panic_text_len : *size; in PE_update_panic_crc()646 panic_info->eph_crc = crc32(0L, &panic_info->eph_version, (panic_text_len + in PE_update_panic_crc()