/src/sys/dev/acpi/ |
apei_hestvar.h | 55 ACPI_HEST_GENERIC_STATUS *gesb; member in struct:apei_source::__anon4a6a36c6010a::__anon4a6a36c60208 58 ACPI_HEST_GENERIC_STATUS *gesb; member in struct:apei_source::__anon4a6a36c6010a::__anon4a6a36c60308
|
apei_hest.c | 92 ACPI_HEST_GENERIC_STATUS *gesb = src->as_ghes.gesb; local in function:apei_hest_ghes_handle 102 status = apei_gesb_report(sc, src->as_ghes.gesb, 108 * GESB until we get another notification. 124 const uint32_t status1 = atomic_cas_32(&gesb->BlockStatus, status, 0); 152 ACPI_HEST_GENERIC_STATUS *gesb = src->as_ghes.gesb; local in function:apei_hest_ghes_v2_handle 163 status = apei_gesb_report(sc, src->as_ghes.gesb, 172 const uint32_t status1 = atomic_cas_32(&gesb->BlockStatus, status, 0); 373 * address of a GESB, Generic Error Status Block. Why th [all...] |
apei.c | 1059 * apei_gesb_report(sc, gesb, size, ctx) 1067 apei_gesb_report(struct apei_softc *sc, const ACPI_HEST_GENERIC_STATUS *gesb, 1082 if (size < sizeof(*gesb)) { 1087 "%s: truncated GESB, %zu < %zu%s\n", 1088 ctx, size, sizeof(*gesb), suppressed); 1093 size -= sizeof(*gesb); 1099 * GESB. 1101 status = atomic_load_acquire(&gesb->BlockStatus); 1104 * If there are no status bits set, the rest of the GESB is 1117 severity = gesb->ErrorSeverity [all...] |