Home
last modified time | relevance | path

Searched refs:cper_mem_err_compact (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dcper.h509 struct cper_mem_err_compact { struct
592 struct cper_mem_err_compact *);
594 struct cper_mem_err_compact *);
599 int cper_mem_err_location(struct cper_mem_err_compact *mem, char *msg);
600 int cper_dimm_err_location(struct cper_mem_err_compact *mem, char *msg);
/linux-6.15/drivers/firmware/efi/
H A Dcper.c241 int cper_mem_err_location(struct cper_mem_err_compact *mem, char *msg) in cper_mem_err_location()
296 int cper_dimm_err_location(struct cper_mem_err_compact *mem, char *msg) in cper_dimm_err_location()
318 struct cper_mem_err_compact *cmem) in cper_mem_err_pack()
340 struct cper_mem_err_compact *cmem) in cper_mem_err_unpack()
357 struct cper_mem_err_compact cmem; in cper_print_mem()
/linux-6.15/include/ras/
H A Dras_event.h44 __field_struct(struct cper_mem_err_compact, data)
/linux-6.15/drivers/edac/
H A Dghes_edac.c273 struct cper_mem_err_compact cmem; in ghes_edac_report_mem_error()