Home
last modified time | relevance | path

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

12345678

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dpci_nuvoton_handler.cpp41 mapped = reinterpret_cast<uint8_t*>(sys->mmap( in open()
43 if (mapped == MAP_FAILED) in open()
47 mapped = nullptr; in open()
60 if (mapped) in close()
62 sys->munmap(mapped, memoryRegionSize); in close()
63 mapped = nullptr; in close()
78 std::memcpy(results.data(), mapped, length); in copyFrom()
H A Dpci_handler.cpp69 mapped = reinterpret_cast<std::uint8_t*>(mmap( in open()
71 if (mapped == MAP_FAILED) in open()
75 mapped = nullptr; in open()
87 if (mapped) in close()
89 sys->munmap(mapped, memoryRegionSize); in close()
90 mapped = nullptr; in close()
105 std::memcpy(results.data(), mapped, length); in copyFrom()
H A Dlpc_nuvoton.cpp56 mapped = reinterpret_cast<uint8_t*>( in open()
59 if (mapped == MAP_FAILED) in open()
63 mapped = nullptr; in open()
70 output.mapped = mapped; in open()
77 if (mapped) in close()
79 sys->munmap(mapped, memoryRegionSize); in close()
80 mapped = nullptr; in close()
H A Dwindow_hw_interface.hpp13 std::uint8_t* mapped = nullptr; member
/openbmc/qemu/hw/mem/
H A Dsparse-mem.c33 GHashTable *mapped; member
48 block = g_hash_table_lookup(s->mapped, (void *)pfn); in sparse_mem_read()
64 if (!g_hash_table_lookup(s->mapped, (void *)pfn) && in sparse_mem_write()
66 g_hash_table_insert(s->mapped, (void *)pfn, in sparse_mem_write()
70 block = g_hash_table_lookup(s->mapped, (void *)pfn); in sparse_mem_write()
84 g_hash_table_remove_all(s->mapped); in sparse_mem_enter_reset()
132 s->mapped = g_hash_table_new_full(NULL, NULL, NULL, in sparse_mem_realize()
/openbmc/qemu/docs/devel/migration/
H A Dmapped-ram.rst9 The core of the feature is to ensure that RAM pages are mapped
25 ``mapped-ram`` capabilities:
29 ``migrate_set_capability mapped-ram on``
45 The mapped-ram feature was designed for use cases where the migration
54 that's the ideal scenario for mapped-ram migration. Not having to
66 the snapshot operation, then mapped-ram migration can still be used,
69 mapped-ram in this scenario is portability since background-snapshot
74 snapshots or the ``file:`` migration alone, mapped-ram provides
93 Without mapped-ram: With mapped-ram:
98 | ramblock 2 header | | ramblock 1 mapped-ram header |
[all …]
H A Dfeatures.rst13 mapped-ram
/openbmc/u-boot/arch/x86/cpu/quark/
H A DKconfig71 Embedded SRAM (eSRAM) memory-mapped base address.
81 Root Complex register block memory-mapped base address.
87 ACPI Power Management 1 (PM1) i/o-mapped base address.
94 ACPI Processor Block (PBLK) i/o-mapped base address.
101 SPI DMA i/o-mapped base address.
107 GPIO i/o-mapped base address.
113 ACPI General Purpose Event 0 (GPE0) i/o-mapped base address.
120 Watchdog timer i/o-mapped base address.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0001-Add-correct-printf-qualifier-for-off_t.patch21 - fwts_passed(fw, "EBDA region mapped at 0x%lx and reserved as a %" PRId64
22 + fwts_passed(fw, "EBDA region mapped at 0x%jdx and reserved as a %" PRId64
33 - "EBDA region mapped at 0x%lx but not reserved in the %s table.",
36 + "EBDA region mapped at 0x%jdx but not reserved in the %s table.",
/openbmc/qemu/hw/intc/
H A Dopenpic_kvm.c51 hwaddr mapped; member
131 if (opp->mapped) { in kvm_openpic_region_add()
140 opp->mapped = reg_base; in kvm_openpic_region_add()
167 if (section->offset_within_address_space != opp->mapped) { in kvm_openpic_region_del()
174 opp->mapped = 0; in kvm_openpic_region_del()
/openbmc/qemu/target/mips/system/
H A Dphysaddr.c84 int mapped = is_seg_am_mapped(am, eu, mmu_idx); in get_seg_physical_address() local
86 if (mapped < 0) { in get_seg_physical_address()
88 return mapped; in get_seg_physical_address()
89 } else if (mapped) { in get_seg_physical_address()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memtool/
H A Dmemtool_2018.03.0.bb5 SUMMARY = "A tool to manipulate and read memory mapped registers"
6 DESCRIPTION = "memtool is a program that allows to access memory mapped registers. This is useful \
/openbmc/u-boot/doc/SPI/
H A DREADME.ti_qspi_flash7 has a memory mapped interface which provide direct interface
31 Memory mapped read mode
34 controller is switched to memory mapped port for data read.
/openbmc/qemu/docs/specs/
H A Dpci-serial.rst21 IO bar, 8 bytes long, with the 16550 UART mapped to it.
34 IO bar, with two or four 16550 UARTs mapped after each other.
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dsnps,hsdk-cgu.txt10 memory mapped region and creg arc core divider memory mapped region.
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/
H A Drwmem_1.2.bb6 Using /dev/mem as the memory mapped file makes rwmem access memory and \
7 can thus be used to access devices which have memory mapped registers. \
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py562 mapped = provided_packages.get(dep)
563 if mapped:
564 logger.debug('Mapped %s to %s' % (dep, mapped))
565 mapped_deps.add(mapped)
941 mapped = provided_packages.get(require)
943 if mapped:
944 logger.debug("Mapped %s to %s" % (require, mapped))
945 native_mapped_deps.add(mapped)
974 mapped = provided_packages.get(dependency)
975 if mapped:
[all …]
/openbmc/u-boot/doc/
H A DREADME.N121317 - Memory-mapped I/O.
35 - Set associativity: 2-way, 4-way or direct-mapped.
/openbmc/qemu/tests/qapi-schema/
H A Denum-clash-member.json1 # we reject enums where members will clash when mapped to C enum
H A Dstruct-member-name-clash.json2 # Reject members that clash when mapped to C names (we would have two 'a_b'
/openbmc/qemu/hw/uefi/
H A DLIMITATIONS.md7 - UINTN is mapped to uint64_t, for 32-bit guests that would be uint32_t
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLucida-Bitmap-Fonts20 fonts and bit-mapped images associated with the materials on this
22 the trademark only to identify the fonts and bit-mapped images if,
23 and only if, the fonts and bit-mapped images are not modified in any
/openbmc/pldm/libpldmresponder/examples/bios/
H A Denum_attrs.json15 // Each is entry in the possible_values is mapped to entry in property_values.
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A Dqca,ar9330-uart.txt8 the length of the memory mapped region.
/openbmc/u-boot/drivers/virtio/
H A DKconfig26 bool "Platform bus driver for memory mapped virtio devices"
29 This driver provides support for memory mapped virtio

12345678