Home
last modified time | relevance | path

Searched refs:overflowed (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/perf/
H A Dcxl_pmu.c779 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 Darm-ccn.c1171 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 Dxgene_pmu.c1216 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 Dconnector.rst103 be lost due to memory pressure or process' receiving queue overflowed,
/openbmc/linux/arch/arm/kernel/
H A Dentry-header.S435 @ Test whether the SP has overflowed. Task and IRQ stacks are aligned
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def240 /* overflowed to negative, make max pos */
243 /* overflowed to positive, make max neg */
/openbmc/qemu/qapi/
H A Dnet.json812 # @multicast-overflow: multicast table is overflowed or not
814 # @unicast-overflow: unicast table is overflowed or not
/openbmc/docs/designs/
H A Dbios-bmc-smm-error-logging.md76 …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 Dsvga3d_types.h1377 uint32 overflowed; member
/openbmc/linux/arch/m68k/fpsp040/
H A Dres_func.S962 | 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 Dfsverity.rst301 overflowed
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch941 +// the value below which it has definitely overflowed.
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S12044 # if the result would have overflowed/underflowed. If so, use unf_res() #