Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/acpi/apei/
Dhest.c52 static inline bool is_generic_error(struct acpi_hest_header *hest_hdr) in is_generic_error()
58 static int hest_esrc_len(struct acpi_hest_header *hest_hdr) in hest_esrc_len()
91 struct acpi_hest_header *hest_hdr; in apei_hest_parse()
97 hest_hdr = (struct acpi_hest_header *)(hest_tab + 1); in apei_hest_parse()
130 static int __init hest_parse_cmc(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_cmc()
146 static int __init hest_parse_ghes_count(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes_count()
155 static int __init hest_parse_ghes(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes()
167 struct acpi_hest_header *hdr; in hest_parse_ghes()
169 hdr = *(struct acpi_hest_header **)ghes_dev->dev.platform_data; in hest_parse_ghes()
Dapei-base.c766 int __weak arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, in arch_apei_enable_cmcff()
/Linux-v5.15/include/acpi/
Dapei.h40 typedef int (*apei_hest_func_t)(struct acpi_hest_header *hest_hdr, void *data);
52 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data);
Dactbl1.h1197 struct acpi_hest_header { struct
1321 struct acpi_hest_header header;
1336 struct acpi_hest_header header;
1350 struct acpi_hest_header header;
1362 struct acpi_hest_header header;
1370 struct acpi_hest_header header;
1377 struct acpi_hest_header header;
1387 struct acpi_hest_header header;
1402 struct acpi_hest_header header;
1478 struct acpi_hest_header header;
/Linux-v5.15/arch/x86/kernel/acpi/
Dapei.c11 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data) in arch_apei_enable_cmcff()