Home
last modified time | relevance | path

Searched refs:cfmws_ops (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/cxl/
H A Dcxl-host-stubs.c15 const MemoryRegionOps cfmws_ops; variable
H A Dcxl-host.c278 const MemoryRegionOps cfmws_ops = { variable
/openbmc/qemu/include/hw/cxl/
H A Dcxl_host.h20 extern const MemoryRegionOps cfmws_ops;
/openbmc/qemu/hw/i386/
H A Dpc.c951 memory_region_init_io(&fw->mr, OBJECT(machine), &cfmws_ops, fw, in pc_memory_init()