Home
last modified time | relevance | path

Searched refs:memory_region_find (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/hw/display/
H A Dframebuffer.c39 *mem_section = memory_region_find(root, base, src_len); in framebuffer_update_memory_section()
H A Dexynos4210_fimd.c1152 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 Dplatform-bus.c148 MemoryRegion *mr = memory_region_find(&pbus->mmio, off, size).mr; in platform_bus_map_mmio()
H A Dloader.c1336 section = memory_region_find(rom->mr ? rom->mr : get_system_memory(), in rom_check_and_register_reset()
/openbmc/qemu/hw/intc/
H A Darm_gicv3_its_kvm.c53 mrs = memory_region_find(mr, 0, 1); in kvm_its_send_msi()
/openbmc/qemu/monitor/
H A Dhmp-cmds-target.c255 MemoryRegionSection mrs = memory_region_find(get_system_memory(), in gpa2hva()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_gnttab.c382 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 Dxen-emu.c334 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 Dvapic.c595 section = memory_region_find(mr, 0, 1); in vapic_map_rom_writable()
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c832 section = memory_region_find(&virtio_mmio_proxy->iomem, 0, 0x200); in virtio_mmio_bus_get_dev_path()
H A Dvirtio-balloon.c424 section = memory_region_find(get_system_memory(), pa, in virtio_balloon_handle_output()
H A Dvirtio-pci.c618 MemoryRegionSection mrs = memory_region_find(&reg->mr, in virtio_address_space_lookup()
/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c431 section = memory_region_find(pci_dev->io_regions[pci_bar].memory, in vfu_object_bar_rw()
/openbmc/qemu/include/exec/
H A Dmemory.h2500 MemoryRegionSection memory_region_find(MemoryRegion *mr,
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c925 section = memory_region_find(get_system_memory(), pa, in hv_balloon_handle_remove_ranges()
/openbmc/qemu/target/arm/
H A Dkvm.c1579 mrs = memory_region_find(mr, xlat, 1); in kvm_arch_fixup_msi_route()
/openbmc/qemu/system/
H A Dmemory.c2991 MemoryRegionSection memory_region_find(MemoryRegion *mr, in memory_region_find() function
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c3015 section = memory_region_find(get_system_memory(), start, size); in kvm_convert_memory()