Home
last modified time | relevance | path

Searched refs:acpi_hest_header (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/acpi/apei/
Dhest.c57 static int hest_esrc_len(struct acpi_hest_header *hest_hdr) in hest_esrc_len()
85 struct acpi_hest_header *hest_hdr; in apei_hest_parse()
91 hest_hdr = (struct acpi_hest_header *)(hest_tab + 1); in apei_hest_parse()
124 static int __init hest_parse_cmc(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_cmc()
134 static int __init hest_parse_ghes_count(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes_count()
143 static int __init hest_parse_ghes(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes()
155 struct acpi_hest_header *hdr; in hest_parse_ghes()
157 hdr = *(struct acpi_hest_header **)ghes_dev->dev.platform_data; in hest_parse_ghes()
Dapei-base.c764 int __weak arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, in arch_apei_enable_cmcff()
/linux-4.4.14/drivers/pci/pcie/aer/
Daerdrv_acpi.c32 static inline bool hest_match_type(struct acpi_hest_header *hest_hdr, in hest_match_type()
53 static int hest_source_is_pcie_aer(struct acpi_hest_header *hest_hdr) in hest_source_is_pcie_aer()
62 static int aer_hest_parse(struct acpi_hest_header *hest_hdr, void *data) in aer_hest_parse()
/linux-4.4.14/include/acpi/
Dapei.h33 typedef int (*apei_hest_func_t)(struct acpi_hest_header *hest_hdr, void *data);
45 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data);
Dactbl1.h412 struct acpi_hest_header { struct
528 struct acpi_hest_header header;
543 struct acpi_hest_header header;
557 struct acpi_hest_header header;
569 struct acpi_hest_header header;
577 struct acpi_hest_header header;
584 struct acpi_hest_header header;
594 struct acpi_hest_header header;
/linux-4.4.14/arch/x86/kernel/acpi/
Dapei.c20 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data) in arch_apei_enable_cmcff()