Home
last modified time | relevance | path

Searched full:ghes (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/acpi/apei/
H A Dhest.c27 #include <acpi/ghes.h>
107 * GHES and GHESv2 structures share the same format, starting from
112 struct acpi_hest_generic *ghes; in is_ghes_assist_struct() local
119 ghes = (struct acpi_hest_generic *)hest_hdr; in is_ghes_assist_struct()
120 related_source_id = ghes->related_source_id; in is_ghes_assist_struct()
228 ghes_dev = platform_device_alloc("GHES", hest_hdr->source_id); in hest_parse_ghes()
/linux/drivers/firmware/
H A Darm_sdei.c5 #include <acpi/ghes.h>
856 int sdei_register_ghes(struct ghes *ghes, sdei_event_callback *normal_cb, in sdei_register_ghes() argument
867 event_num = ghes->generic->notify.vector; in sdei_register_ghes()
886 err = sdei_event_register(event_num, cb, ghes); in sdei_register_ghes()
893 int sdei_unregister_ghes(struct ghes *ghes) in sdei_unregister_ghes() argument
897 u32 event_num = ghes->generic->notify.vector; in sdei_unregister_ghes()
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c6 * generic hardware error source (GHES) instead of corrected Machine
24 #include <acpi/ghes.h>
H A Dcore.c106 * reporting corrected errors through GHES. Uncorrected/recoverable
/linux/drivers/edac/
H A Dedac_module.h14 #include <acpi/ghes.h>
H A Dedac_mc.h219 * like in the case of APEI GHES driver.
H A Dedac_mc.c52 * apei/ghes and i7core_edac to be used at the same time.
/linux/drivers/firmware/efi/
H A Dcper.c26 #include <acpi/ghes.h>
498 * Print all valid AER info. Record may be from BERT (boot-time) or GHES (run-time). in cper_print_pcie()
/linux/arch/arm64/kernel/
H A Dacpi.c32 #include <acpi/ghes.h>
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst323 - On ARM, the request to soft offline pages from GHES driver.
/linux/
H A DMAINTAINERS9254 EDAC-GHES
19121 NVIDIA GHES VENDOR CPER RECORD HANDLER
19125 F: drivers/acpi/apei/ghes-nvidia.c