Home
last modified time | relevance | path

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

/openbmc/linux/include/acpi/
H A Dapei.h42 int erst_write(const struct cper_record_header *record);
/openbmc/linux/drivers/acpi/apei/
H A Derst-dbg.c188 rc = erst_write(erst_dbg_buf); in erst_dbg_write()
H A Derst.c767 int erst_write(const struct cper_record_header *record) in erst_write() function
802 EXPORT_SYMBOL_GPL(erst_write);
1143 ret = erst_write(&rcd->hdr); in erst_writer()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c173 return erst_write(&rcd.hdr); in apei_write_mce()