Searched refs:memory_region_find (Results 1 – 18 of 18) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | framebuffer.c | 39 *mem_section = memory_region_find(root, base, src_len); in framebuffer_update_memory_section()
|
H A D | exynos4210_fimd.c | 1152 w->mem_section = memory_region_find(s->fbmem, fb_start_addr, w->fb_len); in fimd_update_memory_section()
|
/openbmc/qemu/hw/core/ |
H A D | platform-bus.c | 148 MemoryRegion *mr = memory_region_find(&pbus->mmio, off, size).mr; in platform_bus_map_mmio()
|
H A D | loader.c | 1336 section = memory_region_find(rom->mr ? rom->mr : get_system_memory(), in rom_check_and_register_reset()
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_its_kvm.c | 53 mrs = memory_region_find(mr, 0, 1); in kvm_its_send_msi()
|
/openbmc/qemu/monitor/ |
H A D | hmp-cmds-target.c | 255 MemoryRegionSection mrs = memory_region_find(get_system_memory(), in gpa2hva()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_gnttab.c | 382 act->mrs = memory_region_find(get_system_memory(), gpa, XEN_PAGE_SIZE); in xen_be_gnttab_map_refs()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | xen-emu.c | 334 mrs = memory_region_find(get_system_memory(), gpa, in set_vcpu_info() 1901 MemoryRegionSection mrs = memory_region_find(get_system_memory(), in kvm_get_xen_state()
|
/openbmc/qemu/hw/i386/ |
H A D | vapic.c | 595 section = memory_region_find(mr, 0, 1); in vapic_map_rom_writable()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-mmio.c | 832 section = memory_region_find(&virtio_mmio_proxy->iomem, 0, 0x200); in virtio_mmio_bus_get_dev_path()
|
H A D | virtio-balloon.c | 424 section = memory_region_find(get_system_memory(), pa, in virtio_balloon_handle_output()
|
H A D | virtio-pci.c | 618 MemoryRegionSection mrs = memory_region_find(®->mr, in virtio_address_space_lookup()
|
/openbmc/qemu/hw/remote/ |
H A D | vfio-user-obj.c | 431 section = memory_region_find(pci_dev->io_regions[pci_bar].memory, in vfu_object_bar_rw()
|
/openbmc/qemu/include/exec/ |
H A D | memory.h | 2500 MemoryRegionSection memory_region_find(MemoryRegion *mr,
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon.c | 925 section = memory_region_find(get_system_memory(), pa, in hv_balloon_handle_remove_ranges()
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 1579 mrs = memory_region_find(mr, xlat, 1); in kvm_arch_fixup_msi_route()
|
/openbmc/qemu/system/ |
H A D | memory.c | 2991 MemoryRegionSection memory_region_find(MemoryRegion *mr, in memory_region_find() function
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 3015 section = memory_region_find(get_system_memory(), start, size); in kvm_convert_memory()
|