Lines Matching full:generic
40 /* Generic Hardware Error Source version 2 */
43 /* Address offset in Generic Address Structure(GAS) */
47 * The total size of Generic Error Data Entry
48 * ACPI 6.1/6.2: 18.3.2.7.1 Generic Error Data,
49 * Table 18-343 Generic Error Data Entry
60 * Total size for Generic Error Status Block except Generic Error Data Entries
61 * ACPI 6.2: 18.3.2.7.1 Generic Error Data,
62 * Table 18-380 Generic Error Status Block
107 * Generic Error Data Entry
108 * ACPI 6.1: 18.3.2.7.1 Generic Error Data
143 * Generic Error Status Block
144 * ACPI 6.1: 18.3.2.7.1 Generic Error Data
197 /* invalid fru id: ACPI 4.0: 17.3.2.6.1 Generic Error Data, in acpi_ghes_record_mem_error()
198 * Table 17-13 Generic Error Data Entry in acpi_ghes_record_mem_error()
205 /* This is the length if adding a new generic error data entry*/ in acpi_ghes_record_mem_error()
208 * It should not run out of the preallocated memory if adding a new generic in acpi_ghes_record_mem_error()
214 /* Build the new generic error status block header */ in acpi_ghes_record_mem_error()
218 /* Build this new generic error data entry header */ in acpi_ghes_record_mem_error()
223 /* Build the memory section CPER for above new generic error data entry */ in acpi_ghes_record_mem_error()
226 /* Write the generic error data entry into guest memory */ in acpi_ghes_record_mem_error()
253 * ACPI 6.2: 18.3.2.8 Generic Hardware Error Source version 2 in build_ghes_error_table()
259 /* Generic Error Status Block offset in the hardware error fw_cfg blob */ in build_ghes_error_table()
273 * corresponding "Generic Error Status Block" in build_ghes_error_table()
289 /* Build Generic Hardware Error Source version 2 (GHESv2) */
295 * Generic Hardware Error Source version 2(GHESv2 - Type 10) in build_ghes_v2()
340 * ACPI 6.1: 18.3.2.8 Generic Hardware Error Source in build_ghes_v2()
441 error_report("can not find Generic Error Status Block"); in acpi_ghes_record_errors()