Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/acpi/apei/
Dghes.c99 static inline bool is_hest_type_generic_v2(struct ghes *ghes) in is_hest_type_generic_v2()
212 static int map_gen_v2(struct ghes *ghes) in map_gen_v2()
217 static void unmap_gen_v2(struct ghes *ghes) in unmap_gen_v2()
239 struct ghes *ghes; in ghes_new() local
283 static void ghes_fini(struct ghes *ghes) in ghes_fini()
333 static int __ghes_check_estatus(struct ghes *ghes, in __ghes_check_estatus()
357 static int __ghes_peek_estatus(struct ghes *ghes, in __ghes_peek_estatus()
399 static int ghes_read_estatus(struct ghes *ghes, in ghes_read_estatus()
417 static void ghes_clear_estatus(struct ghes *ghes, in ghes_clear_estatus()
639 static bool ghes_do_proc(struct ghes *ghes, in ghes_do_proc()
[all …]
/Linux-v6.6/include/acpi/
Dghes.h18 struct ghes { struct
37 struct ghes *ghes; argument
/Linux-v6.6/drivers/firmware/
Darm_sdei.c856 int sdei_register_ghes(struct ghes *ghes, sdei_event_callback *normal_cb, in sdei_register_ghes()
893 int sdei_unregister_ghes(struct ghes *ghes) in sdei_unregister_ghes()
/Linux-v6.6/drivers/edac/
Dghes_edac.c507 static void ghes_edac_unregister(struct ghes *ghes) in ghes_edac_unregister()