Home
last modified time | relevance | path

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

/qemu/hw/cxl/
H A Dcxl-device-utils.c337 cxl_dstate->event_status |= (1 << log_type); in cxl_event_set_status()
339 cxl_dstate->event_status &= ~(1 << log_type); in cxl_event_set_status()
343 EVENT_STATUS, cxl_dstate->event_status); in cxl_event_set_status()
/qemu/include/hw/cxl/
H A Dcxl_device.h203 uint64_t event_status; member