Lines Matching defs:gesb
92 ACPI_HEST_GENERIC_STATUS *gesb = src->as_ghes.gesb;
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;
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 the
391 * Initialize the source and map the GESB so we can get at it
396 src->as_ghes.gesb = AcpiOsMapMemory(addr, ghes->ErrorBlockLength);
430 * acknowledge the initial GESB report if any.
478 * No more notifications. Unmap the GESB and destroy the
482 AcpiOsUnmapMemory(src->as_ghes.gesb, ghes->ErrorBlockLength);
483 src->as_ghes.gesb = NULL;
546 * address of a GESB, Generic Error Status Block. Why the
576 * Initialize the source and map the GESB it in the error
581 src->as_ghes_v2.gesb = AcpiOsMapMemory(addr,
617 * acknowledge the initial GESB report if any.
665 * No more notifications. Unmap the GESB and read ack register
668 AcpiOsUnmapMemory(src->as_ghes_v2.gesb, ghes_v2->ErrorBlockLength);
669 src->as_ghes_v2.gesb = NULL;