Home
last modified time | relevance | path

Searched refs:hostpmem (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()
167 if (ct3d->hostpmem) { in ct3_build_cdat_table()
295 if (ct3d->hostpmem) { in build_dvsecs()
577 } else if (ct3d->hostmem && ct3d->hostpmem) { in cxl_setup_memory()
583 ct3d->hostpmem = ct3d->hostmem; in cxl_setup_memory()
587 if (ct3d->hostpmem && !ct3d->lsa) { in cxl_setup_memory()
615 if (ct3d->hostpmem) { in cxl_setup_memory()
727 if (ct3d->hostpmem) { in ct3_realize()
745 if (ct3d->hostpmem) { in ct3_exit()
828 if (ct3d->hostpmem) { in cxl_type3_hpa_to_as_and_dpa()
[all …]
/qemu/include/hw/cxl/
H A Dcxl_device.h430 HostMemoryBackend *hostpmem; member
/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c926 if (ct3d->hostpmem) { in __do_sanitization()
927 mr = host_memory_backend_get_memory(ct3d->hostpmem); in __do_sanitization()