Home
last modified time | relevance | path

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

12

/openbmc/qemu/util/
H A Dvfio-helpers.c99 IOVAMapping *mappings; member
532 trace_qemu_vfio_dump_mapping(s->mappings[i].host, in qemu_vfio_dump_mappings()
533 s->mappings[i].iova, in qemu_vfio_dump_mappings()
534 s->mappings[i].size); in qemu_vfio_dump_mappings()
547 IOVAMapping *p = s->mappings; in qemu_vfio_find_mapping()
570 } else if (mid < &s->mappings[s->nr_mappings - 1] in qemu_vfio_find_mapping()
574 *index = mid - &s->mappings[0]; in qemu_vfio_find_mapping()
575 if (mid >= &s->mappings[0] && in qemu_vfio_find_mapping()
577 assert(mid < &s->mappings[s->nr_mappings]); in qemu_vfio_find_mapping()
603 s->mappings = g_renew(IOVAMapping, s->mappings, s->nr_mappings); in qemu_vfio_add_mapping()
[all …]
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dtest-proc-mappings.py1 """Test that gdbstub has access to proc mappings.
15 mappings = gdb.execute("info proc mappings", False, True)
16 report(isinstance(mappings, str), "Fetched the mappings from the inferior")
18 # report("/sha1" in mappings, "Found the test binary name in the mappings")
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_redfish_privilege_registry.robot111 # Get mappings properties for Entity: Account Service.
112 @{mappings}= Get From Dictionary ${resp.dict} Mappings
114 Should Be Equal ${mappings[${account_service}]['OperationMap']['GET'][0]['Privilege'][0]}
116 Should Be Equal ${mappings[${account_service}]['OperationMap']['HEAD'][0]['Privilege'][0]}
118 Should Be Equal ${mappings[${account_service}]['OperationMap']['PATCH'][0]['Privilege'][0]}
120 Should Be Equal ${mappings[${account_service}]['OperationMap']['PUT'][0]['Privilege'][0]}
122 Should Be Equal ${mappings[${account_service}]['OperationMap']['DELETE'][0]['Privilege'][0]}
124 Should Be Equal ${mappings[${account_service}]['OperationMap']['POST'][0]['Privilege'][0]}
/openbmc/openbmc/poky/meta/recipes-core/readline/files/
H A Dinputrc34 # mappings for "page up" and "page down" to step to the beginning/end
39 # alternate mappings for "page up" and "page down" to search the history
43 # # mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-util211 mappings = OrderedDict()
216 mappings[pkg] = os.path.basename(os.readlink(revlink))
218 mappings = defaultdict(list)
226 mappings[pkg].append(fields[1])
228 return mappings
236 mappings = lookup_pkglist(pkgs, args.pkgdata_dir, args.reverse)
238 if len(mappings) < len(pkgs):
239 missing = list(set(pkgs) - set(mappings.keys()))
244 items = list(mappings.values())
248 items.extend(mappings.get(pkg, []))
/openbmc/sdbusplus/tools/sdbusplus/
H A Devent.py214 mappings = {}
218 mappings[self.name + "." + e.name] = e.registry_mapping(
237 if len(mappings) != 0:
238 result["Oem"] = {"OpenBMC_Mapping": mappings}
/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target95 run-gdbstub-proc-mappings: sha1
99 --bin $< --test $(MULTIARCH_SRC)/gdbstub/test-proc-mappings.py, \
100 proc mappings support)
156 run-gdbstub-proc-mappings run-gdbstub-thread-breakpoint \
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c897 GTree *mappings; in domain_preload()
932 g_tree_destroy(domain->mappings);
940 domain->mappings = g_tree_new_full((GCompareDataFunc)interval_cmp,
961 VMSTATE_GTREE_V(mappings, TestGTreeDomain, 1,
1018 0x00, 0x0, 0x0, 0x2, /* 2 mappings */ in create_first_domain()
1062 domain->mappings = g_tree_new_full((GCompareDataFunc)interval_cmp, NULL, in match_interval_mapping_node()
1065 g_tree_insert(domain->mappings, a, map_a); in match_interval_mapping_node()
1066 g_tree_insert(domain->mappings, b, map_b); in match_interval_mapping_node()
1133 compare_trees(d1->mappings, d2->mappings, match_interval_mapping_nod in test_gtree_load_domain()
855 GTree *mappings; global() member
[all...]
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/
H A Dxmodmap_1.0.11.bb3 SUMMARY = "Utility for modifying keymaps and pointer button mappings in X"
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c51 GTree *mappings; member
312 g_tree_foreach(domain->mappings, virtio_iommu_notify_unmap_cb, in virtio_iommu_detach_endpoint_from_domain()
368 domain->mappings = g_tree_new_full((GCompareDataFunc)interval_cmp, in virtio_iommu_get_domain()
386 g_tree_destroy(domain->mappings); in virtio_iommu_put_domain()
758 g_tree_foreach(domain->mappings, virtio_iommu_notify_map_cb, in virtio_iommu_attach()
825 mapping = g_tree_lookup(domain->mappings, (gpointer)interval); in virtio_iommu_map()
837 g_tree_insert(domain->mappings, interval, mapping); in virtio_iommu_map()
873 while (g_tree_lookup_extended(domain->mappings, &interval, in virtio_iommu_unmap()
883 g_tree_remove(domain->mappings, iter_key); in virtio_iommu_unmap()
1226 found = g_tree_lookup_extended(ep->domain->mappings, (gpointer)(&interval), in virtio_iommu_translate()
[all …]
/openbmc/qemu/hw/block/
H A Dpflash_cfi02.c78 uint8_t mappings; member
169 memory_region_init(&pfl->mem, OBJECT(pfl), "pflash", pfl->mappings * size); in pflash_setup_mappings()
170 pfl->mem_mappings = g_new(MemoryRegion, pfl->mappings); in pflash_setup_mappings()
171 for (i = 0; i < pfl->mappings; ++i) { in pflash_setup_mappings()
920 if (pfl->mappings > 1) { in pflash_cfi02_realize()
953 DEFINE_PROP_UINT8("mappings", PFlashCFI02, mappings, 0),
/openbmc/u-boot/doc/mvebu/
H A Darmada-8k-memory.txt7 a single CP configuration, then all secondary-CP mappings are invalid.
/openbmc/qemu/docs/devel/
H A Dtcg.rst118 * The direct branch cannot cross a page boundary. Memory mappings
179 mappings change, all caches in QEMU are physically indexed. This
182 In order to avoid invalidating the basic block chain when MMU mappings
200 map files. ``-perfmap`` is lightweight and produces only guest-host mappings.
214 Note that qemu-system generates mappings only for ``-kernel`` files in ELF
H A Dvfio-iommufd.rst8 interface for user space drivers to propagate their DMA mappings to kernel
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/
H A D0001-compile.mk-use-CFLAGS-from-environment.patch15 since mappings to remove them can be set by the distro
H A D0003-link.mk-generate-version.o-in-link-out-dir.patch9 directory, then mappings which strip absolute output
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-environment.bb23 # Need to ensure we have the virtual mappings and site files for all multtilib variants
/openbmc/docs/designs/
H A Dstate-management-and-external-interfaces.md138 To summarize the new Redfish to xyz.openbmc_project.State.\* mappings:
168 would be needed to ensure the bmcweb mappings work as expected with the new
/openbmc/u-boot/board/freescale/mpc8544ds/
H A DREADME16 on the flash bank mappings for the next reset cycle.
/openbmc/qemu/docs/system/arm/
H A Dnuvoton.rst42 * SRAM, ROM and DRAM mappings
H A Dbananapi_m2u.rst17 * SRAM mappings
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/
H A Dcryptsetup_2.7.5.bb3 device-mapper mappings. These include plain dm-crypt volumes and \
/openbmc/qemu/python/
H A DREADME.rst64 The mappings between console script name and python module path can be
/openbmc/u-boot/board/freescale/mpc8641hpcn/
H A DREADME137 and mappings. Note that with the exception of PCI MEM and RIO, the low
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.3.rst54 It is not required that you change :term:`LICENSE` values as there are mappings

12