Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Dcxl_pmu.c768 u64 overflowed; in cxl_pmu_irq() local
772 overflowed = readq(base + CXL_PMU_OVERFLOW_REG); in cxl_pmu_irq()
775 if (!overflowed) in cxl_pmu_irq()
778 bitmap_from_arr64(overflowedbm, &overflowed, 64); in cxl_pmu_irq()
791 writeq(overflowed, base + CXL_PMU_OVERFLOW_REG); in cxl_pmu_irq()
H A Darm-ccn.c1162 int overflowed = pmovsr & BIT(idx); in arm_ccn_pmu_overflow_handler() local
1164 WARN_ON_ONCE(overflowed && !event && in arm_ccn_pmu_overflow_handler()
1167 if (!event || !overflowed) in arm_ccn_pmu_overflow_handler()
/linux/Documentation/driver-api/
H A Dconnector.rst103 be lost due to memory pressure or process' receiving queue overflowed,
/linux/arch/arm/kernel/
H A Dentry-header.S435 @ Test whether the SP has overflowed. Task and IRQ stacks are aligned
/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_types.h1377 uint32 overflowed; member
/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,
/linux/Documentation/filesystems/
H A Dfsverity.rst311 overflowed
/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S12044 # if the result would have overflowed/underflowed. If so, use unf_res() #