Searched refs:ghes (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/acpi/apei/ |
H A D | ghes.c | 99 static inline bool is_hest_type_generic_v2(struct ghes *ghes) in is_hest_type_generic_v2() argument 101 return ghes->generic->header.type == ACPI_HEST_TYPE_GENERIC_ERROR_V2; in is_hest_type_generic_v2() 111 static inline bool is_hest_sync_notify(struct ghes *ghes) in is_hest_sync_notify() argument 113 u8 notify_type = ghes->generic->notify.type; in is_hest_sync_notify() 238 static int map_gen_v2(struct ghes *ghes) in map_gen_v2() argument 240 return apei_map_generic_address(&ghes->generic_v2->read_ack_register); in map_gen_v2() 243 static void unmap_gen_v2(struct ghes *ghes) in unmap_gen_v2() argument 245 apei_unmap_generic_address(&ghes->generic_v2->read_ack_register); in unmap_gen_v2() 263 static struct ghes *ghes_new(struct acpi_hest_generic *generic) in ghes_new() 265 struct ghes *ghes; in ghes_new() local [all …]
|
H A D | Makefile | 3 obj-$(CONFIG_ACPI_APEI_GHES) += ghes.o
|
/openbmc/linux/include/linux/ |
H A D | arm_sdei.h | 41 int sdei_register_ghes(struct ghes *ghes, sdei_event_callback *normal_cb, 43 int sdei_unregister_ghes(struct ghes *ghes);
|
/openbmc/linux/include/acpi/ |
H A D | ghes.h | 18 struct ghes { struct 37 struct ghes *ghes; argument
|
/openbmc/qemu/hw/acpi/ |
H A D | meson.build | 20 acpi_ss.add(when: 'CONFIG_ACPI_APEI', if_true: files('ghes.c'), if_false: files('ghes-stub.c')) 33 system_ss.add(when: 'CONFIG_ACPI', if_false: files('acpi-stub.c', 'aml-build-stub.c', 'ghes-stub.c'…
|
/openbmc/linux/drivers/firmware/ |
H A D | arm_sdei.c | 856 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()
|
/openbmc/linux/drivers/edac/ |
H A D | ghes_edac.c | 507 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 D | Kconfig | 73 compilation time or by passing "ghes.disable=1" Kernel parameter
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 2054 F: hw/acpi/ghes.c 2055 F: include/hw/acpi/ghes.h
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |