Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_cper.h28 struct ras_cper_guid { struct
33 ((struct ras_cper_guid) \ argument
131 struct ras_cper_guid partition_id; /* Reserved */
133 struct ras_cper_guid notify_type; /* CMC, MCE */
164 struct ras_cper_guid sec_type;
185 struct ras_cper_guid error_type;
H A Dras_cper.c29 static const struct ras_cper_guid MCE = CPER_NOTIFY__MCE;
30 static const struct ras_cper_guid CMC = CPER_NOTIFY__CMC;
31 static const struct ras_cper_guid BOOT = BOOT__TYPE;
33 static const struct ras_cper_guid CRASHDUMP = GPU__CRASHDUMP;
34 static const struct ras_cper_guid RUNTIME = GPU__NONSTANDARD_ERROR;
106 struct ras_cper_guid sec_type, in fill_section_descriptor()