Lines Matching refs:acpi_hest_header
66 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()
221 hdr = *(struct acpi_hest_header **)ghes_dev->dev.platform_data; in hest_parse_ghes()