/* * One struct ghes is created for each generic hardware error source. * It provides the context for APEI hardware error timer/IRQ/SCI/NMI * handler. * * estatus: memory buffer for error status block, allocated during * HEST parsing.
*/ #define GHES_EXITING 0x0002
#ifdef CONFIG_ACPI_APEI_GHES /** * ghes_register_vendor_record_notifier - register a notifier for vendor * records that the kernel would otherwise ignore. * @nb: pointer to the notifier_block structure of the event handler. * * return 0 : SUCCESS, non-zero : FAIL
*/ int ghes_register_vendor_record_notifier(struct notifier_block *nb);
/** * ghes_unregister_vendor_record_notifier - unregister the previously * registered vendor record notifier. * @nb: pointer to the notifier_block structure of the vendor record handler.
*/ void ghes_unregister_vendor_record_notifier(struct notifier_block *nb);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.