Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dsh_pci.c68 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.c285 memory_region_set_alias_offset(current, target); in designware_pcie_update_viewport()
H A Dq35.c407 memory_region_set_alias_offset(&mch->tseg_window, in mch_update_smram()
H A Dastro.c567 memory_region_set_alias_offset(lmmio_alias, map_addr); in adjust_LMMIO_DIRECT_mapping()
/openbmc/qemu/hw/misc/
H A Daspeed_scu.c1022 memory_region_set_alias_offset(mr, (uint64_t) data << 4); in aspeed_ast2700_scu_write()
1050 memory_region_set_alias_offset(s->tsp_sdram_remap, in aspeed_ast2700_scu_write()
/openbmc/qemu/hw/ppc/
H A Dpnv_lpc.c570 memory_region_set_alias_offset(&lpc->opb_isa_fw, val * LPC_FW_OPB_SIZE); in lpc_hc_write()
/openbmc/qemu/include/system/
H A Dmemory.h2491 void memory_region_set_alias_offset(MemoryRegion *mr,
/openbmc/qemu/docs/devel/migration/
H A Dmain.rst466 - 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.c2869 void memory_region_set_alias_offset(MemoryRegion *mr, hwaddr offset) in memory_region_set_alias_offset() function