Searched refs:panic_text_len (Results 1 – 1 of 1) sorted by relevance
95 static unsigned int panic_text_len; variable113 panic_text_len = PLATFORM_PANIC_LOG_SIZE - sizeof(struct embedded_panic_header); in check_for_panic_log()156 panic_text_len = panic_region_length[0] - sizeof(struct embedded_panic_header); in check_for_panic_log()648 *size = panic_text_len; in PE_update_panic_crc()656 *size = *size > panic_text_len ? panic_text_len : *size; in PE_update_panic_crc()663 panic_info->eph_crc = crc32(0L, &panic_info->eph_version, (panic_text_len + in PE_update_panic_crc()