Home
last modified time | relevance | path

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

/qemu/hw/mem/
H A Dcxl_type3.c155 if (!ct3d->hostpmem && !ct3d->hostvmem) { in ct3_build_cdat_table()
159 if (ct3d->hostvmem) { in ct3_build_cdat_table()
291 if (ct3d->hostvmem) { in build_dvsecs()
292 range1_size_hi = ct3d->hostvmem->size >> 32; in build_dvsecs()
294 (ct3d->hostvmem->size & 0xF0000000); in build_dvsecs()
592 if (ct3d->hostvmem) { in cxl_setup_memory()
596 vmr = host_memory_backend_get_memory(ct3d->hostvmem); in cxl_setup_memory()
730 if (ct3d->hostvmem) { in ct3_realize()
748 if (ct3d->hostvmem) { in ct3_exit()
825 if (ct3d->hostvmem) { in cxl_type3_hpa_to_as_and_dpa()
[all …]
/qemu/include/hw/cxl/
H A Dcxl_device.h429 HostMemoryBackend *hostvmem; member
/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c918 if (ct3d->hostvmem) { in __do_sanitization()
919 mr = host_memory_backend_get_memory(ct3d->hostvmem); in __do_sanitization()