Home | History | Annotate | Download | only in acpi

Lines Matching refs:gesb

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;
1187 * Advance past the Generic Error Status Block (GESB) header to
1190 gede0 = gede = (const ACPI_HEST_GENERIC_DATA *)(gesb + 1);
1196 datalen = gesb->DataLength;
1200 " GESB DataLength exceeds bounds:"
1218 * the GESB.
1223 * If the remaining GESB data length isn't enough for a
1307 rawdatalen = gesb->RawDataLength;
1311 " GESB RawDataLength exceeds bounds:"