Home
last modified time | relevance | path

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

/linux/drivers/acpi/apei/
H A Derst.c52 int erst_disable; variable
53 EXPORT_SYMBOL_GPL(erst_disable);
440 if (erst_disable) in erst_get_record_count()
485 if (erst_disable) in erst_get_record_id_begin()
572 if (erst_disable) in erst_get_record_id_next()
634 * erst_disable != 0 should be detected by invoker via the in erst_get_record_id_end()
636 * function should not be called for erst_disable != 0. in erst_get_record_id_end()
638 BUG_ON(erst_disable); in erst_get_record_id_end()
806 if (erst_disable) in erst_write()
882 if (erst_disable) in erst_read()
[all...]
/linux/include/acpi/
H A Dapei.h27 extern int erst_disable;
/linux/drivers/ras/amd/
H A Dfmpm.c989 if (erst_disable) { in fru_mem_poison_init()