/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/linux/lib/ |
H A D | cpumask.c | 160 * @src1p: first &cpumask for intersection 161 * @src2p: second &cpumask for intersection 164 * their intersection. 166 * Returns >= nr_cpu_ids if the intersection is empty.
|
/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.
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | bcm_sf2.rst | 111 MAC controller wake-on logic. Whenever Wake-on-LAN is requested, an intersection 113 capabilities is done and the intersection result gets configured. During
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | omap-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
H A D | twl4030-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
H A D | gpio-matrix-keypad.txt | 5 placed at each intersection of a unique row and a unique column. The matrix
|
H A D | mediatek,mt6779-keypad.yaml | 18 A key can be placed at each intersection of a unique row and a unique column.
|
H A D | samsung-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
H A D | brcm,bcm-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
/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
|
/openbmc/linux/include/media/ |
H A D | v4l2-rect.h | 112 * v4l2_rect_intersect() - calculate the intersection of two rects. 113 * @r: intersection of @r1 and @r2.
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | privileges.hpp | 201 * @brief Returns the intersection of two Privilege sets. 208 Privileges intersection(const Privileges& p) const in intersection() function in redfish::Privileges
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | features_check.bbclass | 50 conflicts = set.intersection(conflict_features, features)
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gtt_mgr.c | 208 * amdgpu_gtt_mgr_intersects - test for intersection 215 * Simplified intersection test, only interesting if we need GART or not.
|
/openbmc/linux/drivers/nvdimm/ |
H A D | badrange.c | 121 /* Skip intervals with no intersection */ in badrange_forget() 224 /* Discard intervals with no intersection */ in badblocks_populate()
|
/openbmc/u-boot/scripts/ |
H A D | build-whitelist.sh | 50 # If scripts/config_whitelist.txt already exists, take the intersection of the
|
/openbmc/linux/Documentation/nvdimm/ |
H A D | maintainer-entry-profile.rst | 18 persistent memory sits at the intersection of storage and memory there
|
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/ |
H A D | data-structure-v9.rst | 16 drbd_peer_device object sits at each intersection between a drbd_device and a
|
/openbmc/qemu/util/ |
H A D | reserved-region.c | 82 } else { /* intersection on the upper range */ in resv_region_list_insert()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_rect.c | 37 * Calculate the intersection of rectangles @r1 and @r2. 38 * @r1 will be overwritten with the intersection.
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-core.h | 451 * Intersection between what the output side composes and the capture side 461 * The intersection of the framebuffer, the overlay output window and
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-domains.rst | 24 read only data after they have been set up. The intersection of cpumasks from
|
/openbmc/linux/tools/testing/memblock/tests/ |
H A D | basic_api.c | 167 * and has size of two regions minus their intersection. The total size of 219 * and has size of two regions minus their intersection. The total size of 632 * has size of two regions minus their intersection. The total size of the 685 * has size of two regions minus their intersection. The total size of the 1119 * Expect that only the intersection of both regions is removed from the 1173 * Expect that only the intersection of both regions is removed from the 1552 * Expect that only the intersection of both regions is freed. The 1601 * Expect that only the intersection of both regions is freed. The
|