Searched refs:overflow (Results 151 - 175 of 249) sorted by relevance

12345678910

/linux-master/drivers/accel/qaic/
H A Dsahara.c10 #include <linux/overflow.h>
/linux-master/include/linux/
H A Dstring.h12 #include <linux/overflow.h> /* for check_mul_overflow() */
/linux-master/fs/
H A Dremap_range.c18 #include <linux/overflow.h>
/linux-master/arch/m68k/fpsp040/
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/net/wireless/ath/ath9k/
H A Dhw.h551 void (*overflow)(void *arg); member in struct:ath_gen_timer
1085 void (*overflow)(void *),
/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/perf/
H A Dcxl_pmu.c681 static void __cxl_pmu_read(struct perf_event *event, bool overflow) argument
693 * If we know an overflow occur then take that into account.
697 if (overflow && delta < GENMASK_ULL(info->counter_width - 1, 0))
784 "overflow but on non enabled counter %d\n", i);
/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...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S446 set ovfl_bit, 4 # overflow
453 set aovfl_bit, 6 # accrued overflow bit
474 set ovfl_mask, 0x00001000 # overflow exception mask
481 set aovfl_mask, 0x00000040 # accrued overflow
611 # On the 060, if an FP overflow is present as the result of any #
612 # instruction, the 060 will take an overflow exception whether the #
623 # _real_ovfl() so that the operating system enabled overflow handler #
625 # Two other conditions exist. First, if overflow was disabled #
630 # overflow was disabled and the trace exception was enabled, this #
721 # the exceptional possibilities we have left ourselves with are ONLY overflow
[all...]
/linux-master/
H A DMakefile825 # Always set `debug-assertions` and `overflow-checks` because their default
998 #Currently, disable -Wstringop-overflow for GCC 11, globally.
999 KBUILD_CFLAGS-$(CONFIG_CC_NO_STRINGOP_OVERFLOW) += $(call cc-option, -Wno-stringop-overflow)
1000 KBUILD_CFLAGS-$(CONFIG_CC_STRINGOP_OVERFLOW) += $(call cc-option, -Wstringop-overflow)
1003 KBUILD_CFLAGS += -fno-strict-overflow
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.h317 u8 overflow; member in struct:efct_hw_link_stat_counts
/linux-master/arch/xtensa/kernel/
H A Dvectors.S5 * as well as the window vectors (overflow and underflow), and the debug
117 * already in an exception, such as window overflow/underflow exception,
235 /* Window overflow/underflow exception. Get stack pointer. */
239 /* Check for overflow/underflow exception, jump if overflow. */
362 * overflow exception. Therefore, we change window base to the value
363 * before we entered the window overflow exception and prepare the
374 * To keep things simple, we take advantage of the fact all overflow
386 bbsi.l a0, 8, 1f # don't restore except for overflow 8 and 12
390 * overflow handle
[all...]
/linux-master/arch/arm/kernel/
H A Dentry-header.S449 @ are already running from the overflow stack. We cannot detect overflow
463 b __bad_stack @ Handle VMAP stack overflow
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.h42 unsigned long overflow; member in struct:tegra_dc_stats
/linux-master/drivers/gpio/
H A Dgpio-aggregator.c19 #include <linux/overflow.h>
H A Dgpiolib-cdev.c23 #include <linux/overflow.h>
699 bool overflow = false; local
703 overflow = true;
708 if (!overflow)
/linux-master/security/landlock/
H A Druleset.c16 #include <linux/overflow.h>
/linux-master/include/linux/avf/
H A Dvirtchnl.h9 #include <linux/overflow.h>
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c264 u8 overflow = (height >> 9 & 0x02) | (width >> 10 & 0x01); local
269 ((overflow & 2) << 9 | cwidth << 2),
270 ((overflow & 1) << 10 | cheight << 2));
276 em28xx_write_regs(dev, EM28XX_R1B_OFLOW, &overflow, 1);
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c14 #include <linux/overflow.h>
/linux-master/drivers/acpi/
H A Dmipi-disco-img.c26 #include <linux/overflow.h>
/linux-master/drivers/iio/
H A Dindustrialio-gts-helper.c12 #include <linux/overflow.h>
102 * multiplication followed by division to avoid overflow.
602 * overflow int. The allocated resources will be released upon device detach.
/linux-master/drivers/cxl/core/
H A Dcdat.c7 #include <linux/overflow.h>
28 * Check for invalid and overflow values
/linux-master/drivers/spi/
H A Dspi-axi-spi-engine.c15 #include <linux/overflow.h>

Completed in 373 milliseconds

12345678910