Home
last modified time | relevance | path

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

/linux/drivers/acpi/apei/
H A Dhest.c66 static inline bool is_generic_error(struct acpi_hest_header *hest_hdr) in is_generic_error()
72 static int hest_esrc_len(struct acpi_hest_header *hest_hdr) in hest_esrc_len()
110 static bool is_ghes_assist_struct(struct acpi_hest_header *hest_hdr) in is_ghes_assist_struct()
135 typedef int (*apei_hest_func_t)(struct acpi_hest_header *hest_hdr, void *data);
139 struct acpi_hest_header *hest_hdr; in apei_hest_parse()
145 hest_hdr = (struct acpi_hest_header *)(hest_tab + 1); in apei_hest_parse()
182 static int __init hest_parse_cmc(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_cmc()
198 static int __init hest_parse_ghes_count(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes_count()
207 static int __init hest_parse_ghes(struct acpi_hest_header *hest_hdr, void *data) in hest_parse_ghes()
219 struct acpi_hest_header *hdr; in hest_parse_ghes()
[all …]
H A Dapei-base.c763 int __weak arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, in arch_apei_enable_cmcff()
/linux/include/acpi/
H A Dactbl1.h1690 struct acpi_hest_header { struct
1814 struct acpi_hest_header header;
1829 struct acpi_hest_header header;
1843 struct acpi_hest_header header;
1855 struct acpi_hest_header header;
1863 struct acpi_hest_header header;
1870 struct acpi_hest_header header;
1880 struct acpi_hest_header header;
1895 struct acpi_hest_header header;
1971 struct acpi_hest_header header;
H A Dapei.h53 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data);
/linux/arch/x86/kernel/acpi/
H A Dapei.c11 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data) in arch_apei_enable_cmcff()