Home
last modified time | relevance | path

Searched refs:RAS_FATAL_SEC_LEN (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_cper.h287 #define RAS_FATAL_SEC_LEN (sizeof(struct cper_sec_crashdump_fatal)) macro
295 (RAS_HDR_LEN + (RAS_SEC_DESC_LEN * count) + (RAS_FATAL_SEC_LEN * idx))
H A Dras_cper.c212 record.hdr.record_length = RAS_HDR_LEN + RAS_SEC_DESC_LEN + RAS_FATAL_SEC_LEN; in cper_generate_fatal_record()
241 size += (RAS_FATAL_SEC_LEN * section_count); in cper_get_record_size()