| /openbmc/qemu/hw/pci-host/ |
| H A D | mv64361.c | 71 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 D | misc_gen5.c | 158 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 D | tftp-0.40-remap.patch | 7 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 D | mbus.c | 110 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 D | lowlevel_init.S | 101 jal remap 108 remap: label
|
| /openbmc/qemu/hw/display/ |
| H A D | ssd0323.c | 65 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 D | mps2-scc.h | 67 qemu_irq remap; member
|
| /openbmc/u-boot/include/linux/ |
| H A D | mbus.h | 66 phys_addr_t remap);
|
| /openbmc/u-boot/arch/nds32/cpu/n1213/ag101/ |
| H A D | lowlevel_init.S | 173 jal remap 181 remap: label
|
| /openbmc/u-boot/doc/ |
| H A D | README.ag101p | 18 Doing memory remap is essential for preparing some non-OS or RTOS
|
| /openbmc/qemu/target/i386/kvm/ |
| H A D | trace-events | 4 kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32
|
| /openbmc/qemu/hw/arm/ |
| H A D | mps2-tz.c | 166 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 D | mps2.rst | 47 SCC CFG_REG0 memory-remap bit) 85 remap
|
| /openbmc/qemu/hw/misc/ |
| H A D | mps2-scc.c | 257 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 D | nic301.h | 10 u32 remap; /* 0x0 */ member
|
| /openbmc/qemu/linux-headers/linux/ |
| H A D | userfaultfd.h | 132 } remap; member
|
| /openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/ |
| H A D | 0002-Add-debug-prefix-map-option.patch | 6 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 D | tftp-hpa_5.2.bb | 17 file://tftp-0.40-remap.patch \
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | rust-common.bbclass | 17 RUST_DEBUG_REMAP = "--remap-path-prefix=${WORKDIR}=${TARGET_DBGSRC_DIR}"
|
| /openbmc/qemu/scripts/ |
| H A D | meson-buildoptions.sh | 302 --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 D | release-notes-3.4.1.rst | 38 - bitbake: fetch2: Fix url remap issue and add testcase
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0026-fix-incorrect-preprocessor-line-numbers.patch | 342 + 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 D | rust_1.85.1.bb | 135 config.set("rust", "remap-debuginfo", e(True))
|
| /openbmc/qemu/ |
| H A D | qemu-options.hx | 1914 …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 D | dlmalloc.src | 725 happen to remap successive requests to the same locations).
|