Searched refs:overflow (Results 126 - 150 of 237) sorted by relevance

12345678910

/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_core.c454 unsigned int overflow = 0; local
467 overflow = last_sd % PPC4XX_NUM_SD;
479 if (overflow) {
481 last_sd = overflow;
483 overflow = 0;
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S447 set ovfl_bit, 4 # overflow
454 set aovfl_bit, 6 # accrued overflow bit
475 set ovfl_mask, 0x00001000 # overflow exception mask
482 set aovfl_mask, 0x00000040 # accrued overflow
612 # On the 060, if an FP overflow is present as the result of any #
613 # instruction, the 060 will take an overflow exception whether the #
624 # _real_ovfl() so that the operating system enabled overflow handler #
626 # Two other conditions exist. First, if overflow was disabled #
631 # overflow was disabled and the trace exception was enabled, this #
722 # the exceptional possibilities we have left ourselves with are ONLY overflow
[all...]
H A Dilsp.S186 # - is hi(dividend) >= divisor ? if yes, then overflow
279 # v (overflow) bit is set in the saved %ccr. If overflow, the dividend #
293 # the first two quotient words must be zero, or overflow would occur.
335 lsl.l &0x1, %d6 # shift u4,u3 with overflow to u2
/linux-master/mm/
H A Dvmstat.c416 * No overflow check is necessary and therefore the differential can be
567 z = 0; /* overflow to zone counters */
636 z = 0; /* overflow to node counters */
1512 bool overflow = false; local
1527 overflow = true;
1531 seq_printf(m, "%s%6lu ", overflow ? ">" : "", freecount);
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S160 | neither overflow nor underflow. If AdjFlag = 1, that
163 | Hence, exp(X) may overflow or underflow or neither.
166 | Possible exception in 6.4 is overflow or underflow.
202 | Notes: Exp(X) will surely overflow or underflow, depending on
206 | inexact together with either overflow or underflow.
H A Dx_store.S6 | Used by underflow and overflow handlers.
H A Dgen_except.S239 | An fmoveout that results in an overflow is reported this way.
245 | Only scosh, setox, ssinh, stwotox, and scale can set overflow in
/linux-master/drivers/media/rc/
H A Dir-mce_kbd-decoder.c224 if (ev.overflow)
/linux-master/drivers/iio/test/
H A Diio-test-rescale.c9 #include <linux/overflow.h>
329 * INT_PLUS_{MICRO,NANO} decimal part overflow
332 .name = "decimal overflow IIO_VAL_INT_PLUS_NANO, positive",
341 .name = "decimal overflow IIO_VAL_INT_PLUS_NANO, negative",
350 .name = "decimal overflow IIO_VAL_INT_PLUS_NANO, negative schan",
359 .name = "decimal overflow IIO_VAL_INT_PLUS_MICRO, positive",
368 .name = "decimal overflow IIO_VAL_INT_PLUS_MICRO, negative",
377 .name = "decimal overflow IIO_VAL_INT_PLUS_MICRO, negative schan",
386 * 32-bit overflow conditions
389 .name = "overflow IIO_VAL_FRACTIONA
[all...]
/linux-master/drivers/clocksource/
H A Dingenic-timer.c18 #include <linux/overflow.h>
/linux-master/drivers/iio/light/
H A Dtsl2772.c416 bool overflow; local
462 overflow = false;
480 overflow = true;
487 if (overflow && max_lux == 0)
/linux-master/drivers/staging/media/av7110/
H A Dav7110_av.c877 events->overflow = 1;
895 if (events->overflow) {
896 events->overflow = 0;
1633 av7110->video_events.overflow = 0;
/linux-master/arch/m68k/kernel/
H A Dentry.S246 | kernel stack, otherwise stack overflow can occur during
/linux-master/drivers/infiniband/core/
H A Duverbs_std_types_device.c6 #include <linux/overflow.h>
/linux-master/drivers/dma/idxd/
H A Dregisters.h262 u64 overflow:1; member in struct:sw_err_reg::__anon14
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-tangier.c19 #include <linux/overflow.h>
/linux-master/fs/
H A Dremap_range.c18 #include <linux/overflow.h>
/linux-master/tools/perf/util/
H A Dutil.c21 #include <linux/overflow.h>
/linux-master/drivers/misc/mei/
H A Dplatform-vsc.c15 #include <linux/overflow.h>
/linux-master/include/linux/
H A Dslab.h17 #include <linux/overflow.h>
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.h551 void (*overflow)(void *arg); member in struct:ath_gen_timer
1085 void (*overflow)(void *),
/linux-master/drivers/perf/
H A Dcxl_pmu.c692 static void __cxl_pmu_read(struct perf_event *event, bool overflow) argument
704 * If we know an overflow occur then take that into account.
708 if (overflow && delta < GENMASK_ULL(info->counter_width - 1, 0))
795 "overflow but on non enabled counter %d\n", i);
/linux-master/net/ipv6/
H A Dioam6.c935 if (trace->overflow)
954 trace->overflow = 1;
/linux-master/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c107 * @overflow: Number of FIFO overflows
138 int overflow; member in struct:sta2x11_vip
763 * check FIFO overflow, but limit number of log messages after open.
781 if (vip->overflow++ > 5)
782 pr_info("VIP: fifo overflow\n");
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.c393 * releasing the overflow sticky indication.
417 &p_hwfn->db_recovery_info.overflow);
431 /* Release overflow sticky indication (stop silently dropping everything) */
443 u32 overflow; local
446 overflow = qed_rd(p_hwfn, p_ptt, DORQ_REG_PF_OVFL_STICKY);
447 if (!overflow)
451 set_bit(QED_OVERFLOW_BIT, &p_hwfn->db_recovery_info.overflow);
461 /* Schedule the handler even if overflow was not detected */
479 * overflow but another one already handled it. Can abort here. If
480 * This PF also requires overflow recover
[all...]

Completed in 686 milliseconds

12345678910