Home
last modified time | relevance | path

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

/openbmc/qemu/hw/mem/
H A Dcxl_type3.c184 if (!ct3d->dc.host_dc) { in ct3_build_cdat_table()
187 dc_mr = host_memory_backend_get_memory(ct3d->dc.host_dc); in ct3_build_cdat_table()
633 mr = host_memory_backend_get_memory(ct3d->dc.host_dc); in cxl_create_dc_regions()
793 if (!ct3d->dc.host_dc) { in cxl_setup_memory()
798 dc_mr = host_memory_backend_get_memory(ct3d->dc.host_dc); in cxl_setup_memory()
804 if (host_memory_backend_is_mapped(ct3d->dc.host_dc)) { in cxl_setup_memory()
806 object_get_canonical_path_component(OBJECT(ct3d->dc.host_dc))); in cxl_setup_memory()
815 host_memory_backend_set_mapped(ct3d->dc.host_dc, true); in cxl_setup_memory()
941 if (ct3d->dc.host_dc) { in ct3_realize()
963 if (ct3d->dc.host_dc) { in ct3_exit()
[all …]
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h590 HostMemoryBackend *host_dc; member