Searched refs:overflowed (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/perf/ |
H A D | cxl_pmu.c | 779 u64 overflowed; in cxl_pmu_irq() local 783 overflowed = readq(base + CXL_PMU_OVERFLOW_REG); in cxl_pmu_irq() 786 if (!overflowed) in cxl_pmu_irq() 789 bitmap_from_arr64(overflowedbm, &overflowed, 64); in cxl_pmu_irq() 802 writeq(overflowed, base + CXL_PMU_OVERFLOW_REG); in cxl_pmu_irq()
|
H A D | arm-ccn.c | 1171 int overflowed = pmovsr & BIT(idx); in arm_ccn_pmu_overflow_handler() local 1173 WARN_ON_ONCE(overflowed && !event && in arm_ccn_pmu_overflow_handler() 1176 if (!event || !overflowed) in arm_ccn_pmu_overflow_handler()
|
H A D | xgene_pmu.c | 1216 int overflowed = pmovsr & BIT(idx); in _xgene_pmu_isr() local 1219 if (!event || !overflowed) in _xgene_pmu_isr()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | connector.rst | 103 be lost due to memory pressure or process' receiving queue overflowed,
|
/openbmc/linux/arch/arm/kernel/ |
H A D | entry-header.S | 435 @ Test whether the SP has overflowed. Task and IRQ stacks are aligned
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | macros.def | 240 /* overflowed to negative, make max pos */ 243 /* overflowed to positive, make max neg */
|
/openbmc/qemu/qapi/ |
H A D | net.json | 812 # @multicast-overflow: multicast table is overflowed or not 814 # @unicast-overflow: unicast table is overflowed or not
|
/openbmc/docs/designs/ |
H A D | bios-bmc-smm-error-logging.md | 76 …d an error log</li><li>Toggled when BIOS sees overflow and not already overflowed</li></ul><li>BIT…
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga3d_types.h | 1377 uint32 overflowed; member
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | res_func.S | 962 | The result has overflowed to $7fff exponent. Set I, ovfl, 1143 | The result has overflowed to $7fff exponent. Set I, ovfl,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | fsverity.rst | 301 overflowed
|
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
H A D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 941 +// the value below which it has definitely overflowed.
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 12044 # if the result would have overflowed/underflowed. If so, use unf_res() #
|