Home
last modified time | relevance | path

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

/openbmc/qemu/hw/mem/
H A Dcxl_type3.c161 if (!ct3d->hostpmem && !ct3d->hostvmem && !ct3d->dc.num_regions) { in ct3_build_cdat_table()
165 if (ct3d->hostvmem) { in ct3_build_cdat_table()
166 volatile_mr = host_memory_backend_get_memory(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()
713 if (!ct3d->hostmem && !ct3d->hostvmem && !ct3d->hostpmem in cxl_setup_memory()
732 if (ct3d->hostvmem) { in cxl_setup_memory()
[all …]
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h545 HostMemoryBackend *hostvmem; member
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c1531 if (ct3d->hostvmem) { in __do_sanitization()
1532 mr = host_memory_backend_get_memory(ct3d->hostvmem); in __do_sanitization()