Home
last modified time | relevance | path

Searched refs:cper_mem_err_location (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/firmware/efi/
Dcper.c240 int cper_mem_err_location(struct cper_mem_err_compact *mem, char *msg) in cper_mem_err_location() function
341 if (cper_mem_err_location(cmem, rcd_decode_str)) in cper_mem_err_unpack()
373 if (cper_mem_err_location(&cmem, rcd_decode_str)) in cper_print_mem()
/Linux-v6.1/include/linux/
Dcper.h572 int cper_mem_err_location(struct cper_mem_err_compact *mem, char *msg);
/Linux-v6.1/drivers/edac/
Dghes_edac.c349 p += cper_mem_err_location(&cmem, p); in ghes_edac_report_mem_error()