Lines Matching defs:gesb
92 ACPI_HEST_GENERIC_STATUS *gesb = src->as_ghes.gesb;
102 status = apei_gesb_report(sc, src->as_ghes.gesb,
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);
396 src->as_ghes.gesb = AcpiOsMapMemory(addr, ghes->ErrorBlockLength);
482 AcpiOsUnmapMemory(src->as_ghes.gesb, ghes->ErrorBlockLength);
483 src->as_ghes.gesb = NULL;
581 src->as_ghes_v2.gesb = AcpiOsMapMemory(addr,
668 AcpiOsUnmapMemory(src->as_ghes_v2.gesb, ghes_v2->ErrorBlockLength);
669 src->as_ghes_v2.gesb = NULL;