Home
last modified time | relevance | path

Searched refs:esb (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/common/
H A Dcper.c262 struct ACPI_GENERIC_ERROR_STATUS_BLOCK_HEADER *esb = in cper_write_cpu_record() local
265 (struct ACPI_GENERIC_ERROR_DATA_ENTRY_HEADER *)(esb + 1); in cper_write_cpu_record()
270 memset(esb, 0, sizeof(*esb)); in cper_write_cpu_record()
271 esb->BlockStatus = esb_block_status((err_status & ERX_STATUS_UE) != 0, in cper_write_cpu_record()
274 esb->RawDataOffset = (uint32_t)(sizeof(*esb) + sizeof(*de)); in cper_write_cpu_record()
275 esb->RawDataLength = 0; in cper_write_cpu_record()
276 esb->DataLength = (uint32_t)(sizeof(*de) + section_size); in cper_write_cpu_record()
277 esb->ErrorSeverity = esb_severity_from_erx(err_status); in cper_write_cpu_record()
282 de->ErrorSeverity = esb->ErrorSeverity; in cper_write_cpu_record()
374 print_esb_header(const struct ACPI_GENERIC_ERROR_STATUS_BLOCK_HEADER *esb) in print_esb_header() argument
[all …]
/rk3399_ARM-atf/docs/
H A Dchange-log.md2324 …- drop esb from the Neoverse N1 ([e75eea7](https://review.trustedfirmware.org/plugins/gitiles/TF-A…
5869 …- do not put RAS check before using esb ([9ec2ca2](https://review.trustedfirmware.org/plugins/giti…
5894 …- restore SPSR/ELR/SCR after esb ([ff1d2ef](https://review.trustedfirmware.org/plugins/gitiles/TF-…
5898 …- do not put RAS check before esb macro ([7d5036b](https://review.trustedfirmware.org/plugins/giti…