/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | CVE-2019-13232_p2.patch | 15 The detection maintains a list of covered spans of the zip files 57 +/* A growable list of spans. */ 64 + span_t *span; /* allocated, distinct, and sorted list of spans */ 65 + size_t num; /* number of spans in the list */ 66 + size_t max; /* allocated number of spans (num <= max) */ 88 +/* Return true if val lies within any one of the spans in cover. */ 99 + * spans already in the list. The new span covers the values beg..end-1. beg 102 + * Keep the list sorted and merge adjacent spans. Grow the allocated space for 104 + * existing spans, then 1 is returned and the new span is not added to the 122 + overlap with any existing spans. */ [all …]
|
H A D | CVE-2019-13232_p3.patch | 37 + spans that cover any extra bytes at the start, the central directory,
|
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | mac.c | 309 } spans[] = { in mt7601u_mac_work() local 329 for (i = 0; i < ARRAY_SIZE(spans); i++) in mt7601u_mac_work() 330 for (j = 0; j < spans[i].span; j++) { in mt7601u_mac_work() 331 u32 val = mt7601u_rr(dev, spans[i].addr_base + j * 4); in mt7601u_mac_work() 333 spans[i].stat_base[j * 2] += val & 0xffff; in mt7601u_mac_work() 334 spans[i].stat_base[j * 2 + 1] += val >> 16; in mt7601u_mac_work() 337 if (spans[i].addr_base != MT_TX_AGG_CNT_BASE0 && in mt7601u_mac_work() 338 spans[i].addr_base != MT_TX_AGG_CNT_BASE1) in mt7601u_mac_work()
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | pages.c | 108 for (i = 0; i != ARRAY_SIZE(iter->spans); i++) { in interval_tree_double_span_iter_update() 109 if (interval_tree_span_iter_done(&iter->spans[i])) { in interval_tree_double_span_iter_update() 114 if (iter->spans[i].is_hole) { in interval_tree_double_span_iter_update() 115 last_hole = min(last_hole, iter->spans[i].last_hole); in interval_tree_double_span_iter_update() 120 iter->start_used = iter->spans[i].start_used; in interval_tree_double_span_iter_update() 121 iter->last_used = min(iter->spans[i].last_used, last_hole); in interval_tree_double_span_iter_update() 126 iter->start_hole = iter->spans[0].start_hole; in interval_tree_double_span_iter_update() 128 min(iter->spans[0].last_hole, iter->spans[1].last_hole); in interval_tree_double_span_iter_update() 140 for (i = 0; i != ARRAY_SIZE(iter->spans); i++) in interval_tree_double_span_iter_first() 141 interval_tree_span_iter_first(&iter->spans[i], iter->itrees[i], in interval_tree_double_span_iter_first() [all …]
|
H A D | double_span.h | 18 struct interval_tree_span_iter spans[2]; member
|
/openbmc/linux/Documentation/arch/arm/samsung/ |
H A D | overview.rst | 8 The Samsung range of ARM SoCs spans many similar devices, from the initial
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 187 | spans two pages. 254 | Note: the routine must unlock two pages if the operand spans
|
/openbmc/linux/Documentation/driver-api/cxl/ |
H A D | memory-devices.rst | 253 example mem3 can participate in one or more of a PMEM interleave that spans to 255 memory interleave that spans 2 Host Bridges, and a Volatile memory interleave
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-capacity.rst | 288 level that spans all unique CPU capacity values. 289 - The SD_ASYM_CPUCAPACITY flag will be set for any sched_domain that spans 319 hierarchy of CPUs 0-1 spans a single capacity value: SD_ASYM_CPUCAPACITY isn't
|
H A D | sched-domains.rst | 10 Each scheduling domain spans a number of CPUs (stored in the ->span field).
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | buslock.rst | 17 Since the operand spans two cache lines and the operation must be atomic,
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | kernel_user_helpers.rst | 265 - Due to the length of this sequence, this spans 2 conventional kuser
|
/openbmc/linux/Documentation/maintainer/ |
H A D | feature-and-driver-maintainers.rst | 7 The term "maintainer" spans a very wide range of levels of engagement
|
/openbmc/linux/Documentation/driver-api/nvdimm/ |
H A D | nvdimm.rst | 181 single PMEM namespace is created in the REGION0-SPA-range that spans most 187 system-physical-address range, REGION1, that spans those two DIMMs as
|
/openbmc/hiomapd/Documentation/ |
H A D | mboxd.md | 122 specified then the default is to have a single window which spans the entire
|
/openbmc/phosphor-mboxd/Documentation/ |
H A D | mboxd.md | 124 single window which spans the entire reserved memory region.
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | testing.md | 275 uint16_t expected_id = 0x1234; // Expected ID spans both bytes. 307 uint16_t expected_id = 0xFFFF; // Expected ID spans both bytes.
|
/openbmc/linux/Documentation/mm/ |
H A D | memory-model.rst | 9 spans a contiguous range up to the maximal address. It could be,
|
/openbmc/linux/Documentation/sound/soc/ |
H A D | dapm.rst | 19 DAPM spans the whole machine. It covers power control within the entire
|
/openbmc/linux/Documentation/networking/ |
H A D | switchdev.rst | 487 untagged packets. This internal VID spans all ports of the VLAN-unaware 488 bridge. The VID corresponding to the VLAN upper interface spans the
|
/openbmc/openbmc/poky/documentation/ |
H A D | what-i-wish-id-known.rst | 193 QEMU. The information is task-based and spans the breadth of the Yocto
|
/openbmc/linux/Documentation/locking/ |
H A D | hwspinlock.rst | 441 * struct hwspinlock_device - a device which usually spans numerous hwspinlocks
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_sockmap.rst | 225 be assigned, even if the data spans multiple ``sendmsg()`` or ``sendfile()``
|
/openbmc/linux/Documentation/input/devices/ |
H A D | elantech.rst | 704 w3..w0 = finger width (spans how many trace lines)
|
/openbmc/docs/ |
H A D | CONTRIBUTING.md | 340 spans across few projects) or (un)mark the change as Work-in-Progress. For that
|