| /openbmc/qemu/hw/hyperv/ |
| H A D | hv-balloon-page_range_tree.c | 57 uint64_t intersection; in hvb_page_range_tree_insert() local 75 intersection = page_range_intersection_size(range, start, count); in hvb_page_range_tree_insert() 80 (!intersection && !joinable)) { in hvb_page_range_tree_insert() 98 *dupcount += intersection; in hvb_page_range_tree_insert() 112 intersection = page_range_intersection_size(rangecur, in hvb_page_range_tree_insert() 116 if (!intersection && !joinable) { in hvb_page_range_tree_insert() 122 *dupcount += intersection; in hvb_page_range_tree_insert()
|
| /openbmc/qemu/system/ |
| H A D | memory_mapping.c | 65 * [phys_addr, phys_addr + length) have intersection? 77 * [phys_addr, phys_addr + length) have intersection. The virtual address in the 78 * intersection are the same? 89 * [virt_addr, virt_addr + length) have intersection. And the physical address 90 * in the intersection are the same.
|
| H A D | memory.c | 1014 * range `cmr'. Only the part that has intersection of the specified 2464 * If this memory region section has no intersection in memory_region_clear_dirty_bitmap()
|
| /openbmc/qemu/scripts/ |
| H A D | undefsym.py | 44 lines = sorted(staticlib_syms.intersection(modules_undef_syms))
|
| H A D | cpu-x86-uarch-abi.py | 159 # Find the intersection of features in all CPU models satisfying this ABI
|
| H A D | meson-buildoptions.py | 144 return not ({"enabled", "disabled"}.intersection(opt["choices"]))
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | features_check.bbclass | 50 conflicts = set.intersection(conflict_features, features)
|
| /openbmc/u-boot/scripts/ |
| H A D | build-whitelist.sh | 50 # If scripts/config_whitelist.txt already exists, take the intersection of the
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | privileges.hpp | 188 * @brief Returns the intersection of two Privilege sets. 195 Privileges intersection(const Privileges& p) const in intersection() function in redfish::Privileges
|
| /openbmc/qemu/util/ |
| H A D | reserved-region.c | 82 } else { /* intersection on the upper range */ in resv_region_list_insert()
|
| H A D | interval-tree.c | 805 * Fastpath range intersection/overlap between A: [a0, a1] and in interval_tree_iter_first()
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | vhost.h | 329 * This returns a set of features bits that is an intersection of what 342 * This sets the internal hdev->acked_features to the intersection of
|
| /openbmc/bmcweb/include/ |
| H A D | dbus_privileges.hpp | 91 userPrivileges.intersection(redfish::Privileges{"ConfigureSelf"}); in isUserPrivileged()
|
| /openbmc/qemu/rust/qemu-api-macros/src/ |
| H A D | bits.rs | 137 self.parse_binop(tok, it, out, '&', Self::parse_sub, "intersection") in parse_and()
|
| /openbmc/openbmc/poky/scripts/lib/ |
| H A D | buildstats.py | 351 common = recipes2.intersection(recipes1)
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | utils.py | 72 intersection as a flattened string.
|
| H A D | recipeutils.py | 1225 if recipeset.intersection(v1):
|
| /openbmc/qemu/rust/bits/src/ |
| H A D | lib.rs | 186 pub const fn intersection(self, rhs: Self) -> Self {
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-2.3.rst | 501 is :term:`DISTRO_FEATURES_NATIVE` added to an intersection of
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
| H A D | __init__.py | 94 candidate_set = candidate_set.intersection(
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | compatibility.rst | 232 on the target of the migration, you get the intersection of the
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | base.bbclass | 505 intersec = conflicts.intersection(set(pkgconfig))
|
| /openbmc/qemu/block/ |
| H A D | block-copy.c | 414 * intersection of backup writes and third party reads from target, in block_copy_state_new()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 1909 // compute intersection points with top & bottom in stbtt__fill_active_edges_new() 1932 // line segment starts on this scanline. x0 is the intersection of the in stbtt__fill_active_edges_new() 1978 // compute intersection with y axis at x1+1 in stbtt__fill_active_edges_new() 2009 // there can be up to two intersections with the pixel. any intersection in stbtt__fill_active_edges_new()
|
| /openbmc/qemu/include/system/ |
| H A D | memory.h | 1275 * the intersection with the given range. 1281 * Returns false if the intersection is empty, otherwise returns true.
|