Home
last modified time | relevance | path

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

/linux-6.6.21/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()
89 typedef int (*apei_hest_func_t)(struct acpi_hest_header *hest_hdr, void *data);
93 struct acpi_hest_header *hest_hdr; in apei_hest_parse()
99 hest_hdr = (struct acpi_hest_header *)(hest_tab + 1); in apei_hest_parse()
131 static int __init hest_parse_cmc(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_cmc()
147 static int __init hest_parse_ghes_count(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes_count()
156 static int __init hest_parse_ghes(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes()
168 struct acpi_hest_header *hdr; in hest_parse_ghes()
170 hdr = *(struct acpi_hest_header **)ghes_dev->dev.platform_data; in hest_parse_ghes()
Dapei-base.c763 int __weak arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, in arch_apei_enable_cmcff()
/linux-6.6.21/include/acpi/
Dactbl1.h1399 struct acpi_hest_header { struct
1523 struct acpi_hest_header header;
1538 struct acpi_hest_header header;
1552 struct acpi_hest_header header;
1564 struct acpi_hest_header header;
1572 struct acpi_hest_header header;
1579 struct acpi_hest_header header;
1589 struct acpi_hest_header header;
1604 struct acpi_hest_header header;
1680 struct acpi_hest_header header;
Dapei.h53 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data);
/linux-6.6.21/arch/x86/kernel/acpi/
Dapei.c11 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data) in arch_apei_enable_cmcff()