Home
last modified time | relevance | path

Searched refs:CXL2_COMPONENT_CM_REGION_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/cxl/
H A Dcxl_component.h15 #define CXL2_COMPONENT_CM_REGION_SIZE 0x1000 macro
224 uint32_t cache_mem_registers[CXL2_COMPONENT_CM_REGION_SIZE >> 2];
225 uint32_t cache_mem_regs_write_mask[CXL2_COMPONENT_CM_REGION_SIZE >> 2];
/openbmc/qemu/hw/cxl/
H A Dcxl-component-utils.c203 ".cache_mem", CXL2_COMPONENT_CM_REGION_SIZE); in cxl_component_register_block_init()
308 memset(reg_state, 0, CXL2_COMPONENT_CM_REGION_SIZE); in cxl_component_register_init_common()
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c504 g_assert(offset < CXL2_COMPONENT_CM_REGION_SIZE); in ct3d_reg_write()