Home
last modified time | relevance | path

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

/qemu/include/hw/cxl/
H A Dcxl_device.h71 #define CXL_CAPS_SIZE \ macro
209 uint32_t caps_reg_state32[CXL_CAPS_SIZE / 4];
210 uint64_t caps_reg_state64[CXL_CAPS_SIZE / 8];
/qemu/hw/cxl/
H A Dcxl-device-utils.c311 "cap-array", CXL_CAPS_SIZE); in cxl_device_register_block_init()