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.c176 if (!ct3d->hostpmem && !ct3d->hostvmem) { in ct3_build_cdat_table()
188 if (ct3d->hostpmem) { in ct3_build_cdat_table()
330 if (ct3d->hostpmem) { in build_dvsecs()
612 } else if (ct3d->hostmem && ct3d->hostpmem) { in cxl_setup_memory()
618 ct3d->hostpmem = ct3d->hostmem; in cxl_setup_memory()
622 if (ct3d->hostpmem && !ct3d->lsa) { in cxl_setup_memory()
650 if (ct3d->hostpmem) { in cxl_setup_memory()
762 if (ct3d->hostpmem) { in ct3_realize()
780 if (ct3d->hostpmem) { in ct3_exit()
858 if (ct3d->hostpmem) { in cxl_type3_hpa_to_as_and_dpa()
[all …]
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h401 HostMemoryBackend *hostpmem; member
/openbmc/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()