Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/include/acpi/
Dactbl1.h1201 struct acpi_hest_header { struct
1325 struct acpi_hest_header header;
1340 struct acpi_hest_header header;
1354 struct acpi_hest_header header;
1366 struct acpi_hest_header header;
1374 struct acpi_hest_header header;
1381 struct acpi_hest_header header;
1391 struct acpi_hest_header header;
1406 struct acpi_hest_header header;
1482 struct acpi_hest_header header;
Dapei.h53 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data);
/Linux-v6.1/arch/x86/kernel/acpi/
Dapei.c11 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data) in arch_apei_enable_cmcff()