Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcper.h505 struct cper_mem_err_compact { struct
588 struct cper_mem_err_compact *);
590 struct cper_mem_err_compact *);
595 int cper_mem_err_location(struct cper_mem_err_compact *mem, char *msg);
596 int cper_dimm_err_location(struct cper_mem_err_compact *mem, char *msg);
/linux/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/include/ras/
H A Dras_event.h44 __field_struct(struct cper_mem_err_compact, data)
/linux/drivers/edac/
H A Dghes_edac.c273 struct cper_mem_err_compact cmem; in ghes_edac_report_mem_error()