Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/apei/
Dhest.c61 static int hest_esrc_len(struct acpi_hest_header *hest_hdr) in hest_esrc_len()
89 struct acpi_hest_header *hest_hdr; in apei_hest_parse()
95 hest_hdr = (struct acpi_hest_header *)(hest_tab + 1); in apei_hest_parse()
128 static int __init hest_parse_cmc(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_cmc()
138 static int __init hest_parse_ghes_count(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes_count()
147 static int __init hest_parse_ghes(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes()
159 struct acpi_hest_header *hdr; in hest_parse_ghes()
161 hdr = *(struct acpi_hest_header **)ghes_dev->dev.platform_data; in hest_parse_ghes()
Dapei-base.c768 int __weak arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, in arch_apei_enable_cmcff()
/linux-4.1.27/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.1.27/include/acpi/
Dactbl1.h411 struct acpi_hest_header { struct
527 struct acpi_hest_header header;
542 struct acpi_hest_header header;
556 struct acpi_hest_header header;
568 struct acpi_hest_header header;
576 struct acpi_hest_header header;
583 struct acpi_hest_header header;
593 struct acpi_hest_header header;
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);
/linux-4.1.27/arch/x86/kernel/acpi/
Dapei.c20 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data) in arch_apei_enable_cmcff()