Home
last modified time | relevance | path

Searched defs:hest_hdr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/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() local
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()
Dapei-base.c758 int __weak arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, in arch_apei_enable_cmcff()
/Linux-v5.4/arch/x86/kernel/acpi/
Dapei.c11 int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data) in arch_apei_enable_cmcff()
/Linux-v5.4/drivers/pci/pcie/
Daer.c227 static inline bool hest_match_type(struct acpi_hest_header *hest_hdr, in hest_match_type()
248 static int hest_source_is_pcie_aer(struct acpi_hest_header *hest_hdr) in hest_source_is_pcie_aer()
257 static int aer_hest_parse(struct acpi_hest_header *hest_hdr, void *data) in aer_hest_parse()