Home
last modified time | relevance | path

Searched refs:hostpmem (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()
174 if (ct3d->hostpmem) { in ct3_build_cdat_table()
175 nonvolatile_mr = host_memory_backend_get_memory(ct3d->hostpmem); in ct3_build_cdat_table()
336 if (ct3d->hostpmem) { in build_dvsecs()
337 range2_size_hi = ct3d->hostpmem->size >> 32; in build_dvsecs()
339 (ct3d->hostpmem->size & 0xF0000000); in build_dvsecs()
341 } else if (ct3d->hostpmem) { in build_dvsecs()
342 range1_size_hi = ct3d->hostpmem->size >> 32; in build_dvsecs()
344 (ct3d->hostpmem->size & 0xF0000000); in build_dvsecs()
654 if (ct3d->hostpmem) { in cxl_create_dc_regions()
[all …]
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h546 HostMemoryBackend *hostpmem; member
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c1539 if (ct3d->hostpmem) { in __do_sanitization()
1540 mr = host_memory_backend_get_memory(ct3d->hostpmem); in __do_sanitization()