Home
last modified time | relevance | path

Searched refs:memory_region_set_alias_offset (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dsh_pci.c69 memory_region_set_alias_offset(&pcic->isa, val & 0xfffc0000); in sh_pci_reg_write()
H A Dversatile.c125 memory_region_set_alias_offset(&s->pci_mem_window[i], offset); in pci_vpb_update_window()
H A Ddesignware.c280 memory_region_set_alias_offset(current, target); in designware_pcie_update_viewport()
H A Dq35.c408 memory_region_set_alias_offset(&mch->tseg_window, in mch_update_smram()
/openbmc/qemu/include/exec/
H A Dmemory.h2394 void memory_region_set_alias_offset(MemoryRegion *mr,
/openbmc/qemu/docs/devel/migration/
H A Dmain.rst464 - memory_region_set_alias_offset()
/openbmc/qemu/hw/display/
H A Dcirrus_vga.c2446 memory_region_set_alias_offset(mr, s->cirrus_bank_base[bank]); in map_linear_vram_bank()
/openbmc/qemu/system/
H A Dmemory.c2888 void memory_region_set_alias_offset(MemoryRegion *mr, hwaddr offset) in memory_region_set_alias_offset() function