Home
last modified time | relevance | path

Searched refs:erst_write (Results 1 – 5 of 5) sorted by relevance

/linux/include/acpi/
H A Dapei.h42 int erst_write(const struct cper_record_header *record);
/linux/drivers/acpi/apei/
H A Derst-dbg.c186 rc = erst_write(erst_dbg_buf); in erst_dbg_write()
H A Derst.c800 int erst_write(const struct cper_record_header *record) in erst_write() function
835 EXPORT_SYMBOL_GPL(erst_write);
1176 ret = erst_write(&rcd->hdr); in erst_writer()
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c222 return erst_write(&rcd.hdr); in apei_write_mce()
/linux/drivers/ras/amd/
H A Dfmpm.c231 ret = erst_write(&rec->hdr); in update_record_on_storage()