Home
last modified time | relevance | path

Searched refs:remap (Results 1 – 25 of 25) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dmv64361.c71 uint64_t remap[5]; member
257 p->remap[4], (p->io_size + 1) << 16, in set_mem_windows()
266 p->remap[0], (p->mem_size[0] + 1) << 16, in set_mem_windows()
275 p->remap[1], (p->mem_size[1] + 1) << 16, in set_mem_windows()
284 p->remap[2], (p->mem_size[2] + 1) << 16, in set_mem_windows()
293 p->remap[3], (p->mem_size[3] + 1) << 16, in set_mem_windows()
302 p->remap[4], (p->io_size + 1) << 16, in set_mem_windows()
311 p->remap[0], (p->mem_size[0] + 1) << 16, in set_mem_windows()
320 p->remap[1], (p->mem_size[1] + 1) << 16, in set_mem_windows()
329 p->remap[2], (p->mem_size[2] + 1) << 16, in set_mem_windows()
[all …]
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dmisc_gen5.c158 u32 remap; in socfpga_sdram_remap_zero() local
170 remap = 0x1; /* remap.mpuzero */ in socfpga_sdram_remap_zero()
173 remap |= 0x8; /* remap.hps2fpga */ in socfpga_sdram_remap_zero()
174 writel(remap, &nic301_regs->remap); in socfpga_sdram_remap_zero()
259 writel(iswgrp_handoff[1], &nic301_regs->remap); in do_bridge_reset()
265 writel(1, &nic301_regs->remap); in do_bridge_reset()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.40-remap.patch7 diff -up tftp-hpa-0.49/tftpd/remap.c.zero tftp-hpa-0.49/tftpd/remap.c
8 --- tftp-hpa-0.49/tftpd/remap.c.zero 2008-10-20 18:08:31.000000000 -0400
9 +++ tftp-hpa-0.49/tftpd/remap.c 2008-11-25 11:41:09.000000000 -0500
/openbmc/u-boot/arch/arm/mach-mvebu/
H A Dmbus.c110 u64 *remap) in mvebu_mbus_read_window() argument
133 if (remap) { in mvebu_mbus_read_window()
137 *remap = ((u64)remap_hi << 32) | remap_low; in mvebu_mbus_read_window()
139 *remap = 0; in mvebu_mbus_read_window()
238 phys_addr_t remap, u8 target, in mvebu_mbus_setup_window() argument
253 if (remap == MVEBU_MBUS_NO_REMAP) in mvebu_mbus_setup_window()
256 remap_addr = remap; in mvebu_mbus_setup_window()
266 phys_addr_t remap, u8 target, in mvebu_mbus_alloc_window() argument
271 if (remap == MVEBU_MBUS_NO_REMAP) { in mvebu_mbus_alloc_window()
276 size, remap, in mvebu_mbus_alloc_window()
[all …]
/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/
H A Dlowlevel_init.S101 jal remap
108 remap: label
/openbmc/qemu/hw/display/
H A Dssd0323.c65 int32_t remap; member
82 if (s->remap & REMAP_VERTICAL) { in OBJECT_DECLARE_SIMPLE_TYPE()
132 s->remap = s->cmd_data[0]; in OBJECT_DECLARE_SIMPLE_TYPE()
338 VMSTATE_INT32(remap, ssd0323_state),
/openbmc/qemu/include/hw/misc/
H A Dmps2-scc.h67 qemu_irq remap; member
/openbmc/u-boot/include/linux/
H A Dmbus.h66 phys_addr_t remap);
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/
H A Dlowlevel_init.S173 jal remap
181 remap: label
/openbmc/u-boot/doc/
H A DREADME.ag101p18 Doing memory remap is essential for preparing some non-OS or RTOS
/openbmc/qemu/target/i386/kvm/
H A Dtrace-events4 kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32
/openbmc/qemu/hw/arm/
H A Dmps2-tz.c166 bool remap; member
470 qdev_prop_set_uint32(sccdev, "scc-cfg0", mms->remap ? 1 : 0); in make_scc()
595 return mms->remap ? 0x28000000 : 0; in boot_mem_base()
1239 const char *val = mms->remap ? "QSPI" : "BRAM"; in mps2_get_remap()
1248 mms->remap = false; in mps2_set_remap()
1250 mms->remap = true; in mps2_set_remap()
1266 remap_memory(mms, mms->remap); in mps2_machine_reset()
/openbmc/qemu/docs/system/arm/
H A Dmps2.rst47 SCC CFG_REG0 memory-remap bit)
85 remap
/openbmc/qemu/hw/misc/
H A Dmps2-scc.c257 qemu_set_irq(s->remap, s->cfg0 & 1); in mps2_scc_write()
391 qdev_init_gpio_out_named(DEVICE(obj), &s->remap, "remap", 1); in mps2_scc_init()
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dnic301.h10 u32 remap; /* 0x0 */ member
/openbmc/qemu/linux-headers/linux/
H A Duserfaultfd.h132 } remap; member
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch6 Adds an option to remap file prefixes in output object files. This is
81 + " remap paths starting with 'base' to 'dest' in output files\n"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/
H A Dtftp-hpa_5.2.bb17 file://tftp-0.40-remap.patch \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-common.bbclass17 RUST_DEBUG_REMAP = "--remap-path-prefix=${WORKDIR}=${TARGET_DBGSRC_DIR}"
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh302 --enable-debug-remap) printf "%s" -Ddebug_remap=true ;;
303 --disable-debug-remap) printf "%s" -Ddebug_remap=false ;;
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst38 - bitbake: fetch2: Fix url remap issue and add testcase
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0026-fix-incorrect-preprocessor-line-numbers.patch342 + location argument accordingly, basically remap the GCC 14 32-bit
346 + remap them to the same amount before the 64-bit location_t
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Drust_1.85.1.bb135 config.set("rust", "remap-debuginfo", e(True))
/openbmc/qemu/
H A Dqemu-options.hx1914 …id][,writeout=immediate][,readonly=on][,fmode=fmode][,dmode=dmode][,multidevs=remap|forbid|warn]\n"
1987 ``multidevs=remap|forbid|warn``
1990 Supported behaviours are either "remap" (default), "forbid" or
1993 ``remap`` : assumes the possibility that more than one device is
/openbmc/u-boot/common/
H A Ddlmalloc.src725 happen to remap successive requests to the same locations).