/openbmc/linux/arch/sh/mm/ |
D | ioremap.c |
|
/openbmc/linux/tools/testing/selftests/mm/ |
D | map_fixed_noreplace.c |
|
/openbmc/qemu/docs/devel/migration/ |
H A D | mapped-ram.rst | 1 Mapped-ram 4 Mapped-ram is a new stream format for the RAM section designed to 9 The core of the feature is to ensure that RAM pages are mapped 25 ``mapped-ram`` capabilities: 29 ``migrate_set_capability mapped-ram on`` 35 Mapped-ram migration is best done non-live, i.e. by stopping the VM 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 [all …]
|
/openbmc/u-boot/arch/x86/cpu/quark/ |
H A D | Kconfig | 71 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/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | lpc_nuvoton.cpp | 56 mapped = reinterpret_cast<uint8_t*>(sys->mmap( in open() 58 if (mapped == MAP_FAILED) in open() 62 mapped = nullptr; in open() 69 output.mapped = mapped; in open() 76 if (mapped) in close() 78 sys->munmap(mapped, memoryRegionSize); in close() 79 mapped = nullptr; in close() 91 * SuperIO. On BMC side the max memory can be mapped is 4kB with the caveat that 98 * - WindowSize = 0 means that the region cannot be mapped otherwise 105 /* We reserve the first 4 bytes from the mapped region; the first byte in mapWindow()
|
H A D | pci_nuvoton_handler.cpp | 41 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 D | pci_handler.cpp | 69 mapped = reinterpret_cast<std::uint8_t*>( 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()
|
/openbmc/linux/include/linux/dma/ |
D | k3-psil.h |
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
D | xylon,logicvc-gpio.yaml |
|
/openbmc/linux/drivers/gpu/drm/msm/ |
D | msm_gem_vma.c |
|
/openbmc/qemu/qobject/ |
H A D | qdict.c | 188 * qdict_get_double(): Get an number mapped by 'key' 192 * Return number mapped by 'key'. 200 * qdict_get_int(): Get an integer mapped by 'key' 205 * Return integer mapped by 'key'. 213 * qdict_get_bool(): Get a bool mapped by 'key' 218 * Return bool mapped by 'key'. 242 * qdict_get_str(): Get a pointer to the stored string mapped 248 * Return pointer to the string mapped by 'key'. 256 * qdict_get_try_int(): Try to get integer mapped by 'key' 258 * Return integer mapped by 'key', if it is not present in the [all …]
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | kvm.h | 226 /* Config registers are mapped as type 1 */ 231 /* Core registers are mapped as type 2 */ 236 /* Control and status registers are mapped as type 3 */ 248 /* Timer registers are mapped as type 4 */ 253 /* F extension registers are mapped as type 5 */ 258 /* D extension registers are mapped as type 6 */ 263 /* ISA Extension registers are mapped as type 7 */ 275 /* SBI extension registers are mapped as type 8 */ 287 /* V extension registers are mapped as type 9 */ 294 /* Registers for specific SBI extensions are mapped as type 10 */ [all …]
|
/openbmc/linux/include/linux/ |
D | elf-fdpic.h |
|
/openbmc/linux/arch/x86/um/os-Linux/ |
D | task_size.c |
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
D | st,stih4xx.txt |
|
/openbmc/linux/include/xen/interface/ |
D | features.h |
|
/openbmc/qemu/hw/mem/ |
H A D | sparse-mem.c | 33 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/linux/tools/perf/pmu-events/arch/x86/goldmontplus/ |
D | virtual-memory.json |
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
D | dmx-munmap.rst |
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
D | func-munmap.rst |
|
/openbmc/linux/drivers/remoteproc/ |
D | pru_rproc.h |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
D | virtual-memory.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/ |
D | virtual-memory.json |
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-xattr-user.c | 31 * in case of mapped security in mp_user_getxattr() 45 /* check if it is a mapped posix acl */ in mp_user_listxattr() 53 * in case of mapped security in mp_user_listxattr() 78 * in case of mapped security in mp_user_setxattr() 92 * in case of mapped security in mp_user_removexattr()
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | features.h | 101 * A direct-mapped (or 1:1 mapped) domain is a domain for which its 102 * local pages have gfn == mfn. If a domain is direct-mapped, 107 * - not auto_translated domains (x86 only) are always direct-mapped 108 * - on x86, auto_translated domains are not direct-mapped 109 * - on ARM, Dom0 is direct-mapped, DomUs are not
|