Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/apei/
Dhest.c52 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()
140 static int __init hest_parse_ghes_count(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes_count()
150 static int __init hest_parse_ghes(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes()
163 struct acpi_hest_header *hdr; in hest_parse_ghes()
165 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()
/kernel/linux/linux-5.10/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.h1091 struct acpi_hest_header { struct
1215 struct acpi_hest_header header;
1230 struct acpi_hest_header header;
1244 struct acpi_hest_header header;
1256 struct acpi_hest_header header;
1264 struct acpi_hest_header header;
1271 struct acpi_hest_header header;
1281 struct acpi_hest_header header;
1296 struct acpi_hest_header header;
1372 struct acpi_hest_header header;
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/
Dapei.c11 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data) in arch_apei_enable_cmcff()