Home
last modified time | relevance | path

Searched refs:ghes (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Darm_sdei.h41 int sdei_register_ghes(struct ghes *ghes, sdei_event_callback *normal_cb,
43 int sdei_unregister_ghes(struct ghes *ghes);
/linux/include/acpi/
H A Dghes.h18 struct ghes { struct
37 struct ghes *ghes; argument
/linux/drivers/firmware/
H A Darm_sdei.c856 int sdei_register_ghes(struct ghes *ghes, sdei_event_callback *normal_cb, in sdei_register_ghes() argument
867 event_num = ghes->generic->notify.vector; in sdei_register_ghes()
886 err = sdei_event_register(event_num, cb, ghes); in sdei_register_ghes()
893 int sdei_unregister_ghes(struct ghes *ghes) in sdei_unregister_ghes() argument
897 u32 event_num = ghes->generic->notify.vector; in sdei_unregister_ghes()
/linux/drivers/acpi/apei/
H A Dhest.c112 struct acpi_hest_generic *ghes; in is_ghes_assist_struct() local
119 ghes = (struct acpi_hest_generic *)hest_hdr; in is_ghes_assist_struct()
120 related_source_id = ghes->related_source_id; in is_ghes_assist_struct()
H A DMakefile3 obj-$(CONFIG_ACPI_APEI_GHES) += ghes.o
/linux/drivers/edac/
H A Dghes_edac.c507 static void ghes_edac_unregister(struct ghes *ghes) in ghes_edac_unregister() argument
543 struct ghes *g, *g_tmp; in ghes_edac_init()
564 struct ghes *g, *g_tmp; in ghes_edac_exit()
H A DKconfig73 compilation time or by passing "ghes.disable=1" Kernel parameter