Home
last modified time | relevance | path

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

/qemu/hw/mem/
H A Dcxl_type3.c165 if (ct3d->hostvmem) { in ct3_build_cdat_table()
332 if (ct3d->hostvmem) { in build_dvsecs()
333 range1_size_hi = ct3d->hostvmem->size >> 32; in build_dvsecs()
335 (ct3d->hostvmem->size & 0xF0000000); in build_dvsecs()
650 if (ct3d->hostvmem) { in cxl_create_dc_regions()
651 mr = host_memory_backend_get_memory(ct3d->hostvmem); in cxl_create_dc_regions()
732 if (ct3d->hostvmem) { in cxl_setup_memory()
948 if (ct3d->hostvmem) { in ct3_realize()
970 if (ct3d->hostvmem) { in ct3_exit()
1112 if (ct3d->hostvmem) { in cxl_type3_hpa_to_as_and_dpa()
[all …]
/qemu/include/hw/cxl/
H A Dcxl_device.h545 HostMemoryBackend *hostvmem; member
/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c1527 if (ct3d->hostvmem) { in __do_sanitization()
1528 mr = host_memory_backend_get_memory(ct3d->hostvmem); in __do_sanitization()