Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h177 struct cel_log { struct
180 } cel_log[1 << 16]; member
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c1065 * beyond the end of cci->cel_log. in cmd_logs_get_log()
1067 if ((uint64_t)get_log->offset + get_log->length >= sizeof(cci->cel_log)) { in cmd_logs_get_log()
1074 memmove(payload_out, cci->cel_log + get_log->offset, get_log->length); in cmd_logs_get_log()
4033 struct cel_log *log = in cxl_rebuild_cel()
4034 &cci->cel_log[cci->cel_size]; in cxl_rebuild_cel()