Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_cper.h286 #define RAS_BOOT_SEC_LEN (sizeof(struct cper_sec_crashdump_boot)) macro
293 (RAS_HDR_LEN + (RAS_SEC_DESC_LEN * count) + (RAS_BOOT_SEC_LEN * idx))
H A Dras_cper.c245 size += (RAS_BOOT_SEC_LEN * section_count); in cper_get_record_size()