Home
last modified time | relevance | path

Searched refs:memory_region_from_host (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/remote/
H A Dproxy-memory-listener.c57 mr = memory_region_from_host((void *)(uintptr_t)host, &off); in get_fd_from_hostaddr()
H A Dvfio-user-obj.c337 mr = memory_region_from_host(info->vaddr, &offset); in dma_unregister()
/openbmc/qemu/target/i386/
H A Dsev.c322 mr = memory_region_from_host(host, &offset); in sev_ram_block_added()
352 mr = memory_region_from_host(host, &offset); in sev_ram_block_removed()
/openbmc/qemu/include/exec/
H A Dmemory.h1980 MemoryRegion *memory_region_from_host(void *ptr, ram_addr_t *offset);
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c630 mr = memory_region_from_host(ptr, &offset); in fw_cfg_update_mr()
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c487 mr = memory_region_from_host((void *)(uintptr_t)addr, offset); in vhost_user_get_mr_data()
/openbmc/qemu/system/
H A Dphysmem.c3308 mr = memory_region_from_host(buffer, &addr1); in address_space_unmap()
H A Dmemory.c2584 MemoryRegion *memory_region_from_host(void *ptr, ram_addr_t *offset) in memory_region_from_host() function
/openbmc/qemu/target/arm/
H A Dhelper.c8322 mr = memory_region_from_host(haddr, &offset); in dccvap_writefn()