Lines Matching refs:in
6 storing error records in persistent storage for future reference
9 The ACPI specification[1], in Chapter "ACPI Platform Error Interfaces
13 The format of error records is described in the UEFI specification[2],
14 in Appendix N "Common Platform Error Record".
21 operations in order to update its contents). Furthermore, as of the
36 and UEFI. Most BIOS implement ACPI ERST. UEFI is not utilized in all
42 capture kernel panic information in a wide range of guests: from
43 resource-constrained microvms to very large guests, and in particular,
44 in direct-boot environments (which would lack UEFI run-time services).
75 - record_size: Specifies the size of the records (or slots) in the
101 The backend storage is divided into fixed size "slots", 8KiB in
103 be occupied, and they need not be occupied in a contiguous fashion.
119 shows two records (in CPER format) in the backend storage, while the
141 of CPER record_id's to efficiently access records in the backend
144 All fields in the header are stored in little endian format.
168 The 'record_offset' field points to the first record_id in the array,
173 The 'record_count' field contains the number of valid records in the
177 CPER record in the corresponding slot. Stated differently, the
178 location of a CPER record_id in the record_id[] array provides the
179 slot index for the corresponding record in the backend storage.