Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/openbmc/qemu/tests/unit/
H A Dtest-shift128.c18 bool overflow; member
112 bool overflow = false; in test_lshift() local
114 ulshift(&tmp.low, &tmp.high, tmp.shift, &overflow); in test_lshift()
117 g_assert_cmpuint(tmp.overflow, ==, overflow); in test_lshift()
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch32 - FORMATOVERFLOW := $(shell gcc -Q --help=warnings 2>&1 | grep "format-overflow" | wc -l)
33 + FORMATOVERFLOW := $(shell ${CC} -Q --help=warnings 2>&1 | grep "format-overflow" | wc -l)
35 CWFLAGS += -Wformat-overflow
40 - STRINGOPOVERFLOW := $(shell gcc -Q --help=warnings 2>&1 | grep "stringop-overflow" | wc -l)
41 + STRINGOPOVERFLOW := $(shell ${CC} -Q --help=warnings 2>&1 | grep "stringop-overflow" | wc -l)
43 CWFLAGS += -Wstringop-overflow
/openbmc/linux/arch/x86/kernel/
H A Dirq_32.c71 static inline int execute_on_irq_stack(int overflow, struct irq_desc *desc) in execute_on_irq_stack() argument
94 if (unlikely(overflow)) in execute_on_irq_stack()
153 int overflow = check_stack_overflow(); in __handle_irq() local
155 if (user_mode(regs) || !execute_on_irq_stack(overflow, desc)) { in __handle_irq()
156 if (unlikely(overflow)) in __handle_irq()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0002-configure-Disable-selected-warnings.patch21 -AX_CHECK_COMPILE_FLAG([-Werror=format-overflow],[NOWARNINGS=-Wno-error=format-overflow])
22 +AX_CHECK_COMPILE_FLAG([-Werror=format-overflow],[NOWARNINGS='-Wno-error=format-overflow'])
/openbmc/linux/arch/m68k/fpsp040/
H A Dx_ovfl.S4 | fpsp_ovfl --- FPSP handler for overflow exception
23 | RM For pos overflow, the largest pos number. For neg overflow,
25 | RP For pos overflow, +infinity. For neg overflow, the largest
H A Dutil.S6 | ovf_res: used by overflow to force the correct
157 | ovf_r_x3 --- overflow result calculation
173 | ovf_res --- overflow result calculation
199 tstb LOCAL_SGN(%a0) |if negative overflow
209 tstb LOCAL_SGN(%a0) |if negative overflow
230 tstb LOCAL_SGN(%a0) |if negative overflow
240 tstb LOCAL_SGN(%a0) |if negative overflow
261 tstb LOCAL_SGN(%a0) |if negative overflow
271 tstb LOCAL_SGN(%a0) |if negative overflow
283 tstb LOCAL_SGN(%a0) |if negative overflow
[all …]
/openbmc/phosphor-webui/app/server-health/styles/
H A Dinventory.scss48 overflow: hidden;
57 overflow:auto;
58 overflow-wrap: break-word;
63 overflow: auto;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/
H A DCVE-2022-24795.patch6 There was an integer overflow in yajl_buf_ensure_available() leading
9 yajl_buf_ensure_available(). Another result of the overflow was an
14 integer overflow, fortifying buffer allocations, and report the
24 This patch catches the integer overflow and terminates the process
49 + /* need would overflow. */
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dfile-upload.scss6 overflow: hidden;
16 overflow: hidden;
17 text-overflow: ellipsis;
/openbmc/linux/drivers/thermal/st/
H A Dst_thermal.c32 sensor->overflow = devm_regmap_field_alloc(dev, regmap, in st_thermal_alloc_regfields()
39 IS_ERR(sensor->overflow) || in st_thermal_alloc_regfields()
113 unsigned int overflow; in st_thermal_get_temp() local
116 ret = regmap_field_read(sensor->overflow, &overflow); in st_thermal_get_temp()
119 if (overflow) in st_thermal_get_temp()
/openbmc/linux/arch/m68k/mvme147/
H A Dconfig.c149 u8 overflow, tmp; in mvme147_read_clk() local
156 overflow = m147_pcc->t1_cntrl >> 4; in mvme147_read_clk()
157 if (overflow != tmp) in mvme147_read_clk()
160 ticks = count + overflow * PCC_TIMER_CYCLES; in mvme147_read_clk()
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dfix-potential-signed-overflow-in-pointer-arithmatic.patch4 Subject: [PATCH] Fix potential signed overflow in pointer arithmatic
7 type, so that 's - src' in strlcpy and others may trigger signed overflow.
8 In case of compilation by gcc or clang with -ftrapv option, the overflow
52 + * overflow when the string ends where the MSB has changed.
78 + * overflow when the string ends where the MSB has changed.
104 + * overflow when the string ends where the MSB has changed.
/openbmc/linux/drivers/media/rc/
H A Digorplugusb.c51 unsigned i, start, overflow; in igorplugusb_irdata() local
61 overflow = ir->buf_in[2]; in igorplugusb_irdata()
62 i = start = overflow + HEADERLEN; in igorplugusb_irdata()
65 dev_err(ir->dev, "receive overflow invalid: %u", overflow); in igorplugusb_irdata()
67 if (overflow > 0) { in igorplugusb_irdata()
69 overflow); in igorplugusb_irdata()
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1114 int overflow; in perf_push_sample() local
1168 overflow = 0; in perf_push_sample()
1172 overflow = 1; in perf_push_sample()
1177 return overflow; in perf_push_sample()
1227 if (!*overflow) { in hw_collect_samples()
1236 *overflow += 1; in hw_collect_samples()
1333 new.overflow = 0; in hw_perf_event_update()
1533 *overflow = old.overflow; in aux_set_alert()
1543 new.overflow = 0; in aux_set_alert()
1613 new.overflow = 0; in aux_reset_buffer()
[all …]
/openbmc/linux/tools/testing/selftests/lkdtm/
H A Dtests.txt78 FORTIFY_STRSCPY detected buffer overflow
79 FORTIFY_STR_OBJECT detected buffer overflow
80 FORTIFY_STR_MEMBER detected buffer overflow
81 FORTIFY_MEM_OBJECT detected buffer overflow
/openbmc/qemu/scripts/coccinelle/
H A Doverflow_muldiv64.cocci1 // Find muldiv64(i64, i64, x) for potential overflow
16 cocci.print_main("potential muldiv64() overflow", p)
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0021-cmake-Disable-format-overflow-warning-as-error.patch4 Subject: [PATCH] cmake: Disable format-overflow warning as error
8 …rface/vcos/vcos_logging.h:234:88: error: '%s' directive argument is null [-Werror=format-overflow=]
31 + add_definitions(-Wall -Werror -Wno-error=format-overflow)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bearssl/bearssl/
H A D0002-test-test_x509.c-fix-potential-overflow-issue.patch4 Subject: [PATCH 2/2] test/test_x509.c: fix potential overflow issue
6 Instead of doing a memcpy() which does static overflow checking, use
16 …in_memcpy' specified bound 4294967295 exceeds maximum object size 2147483647 [-Wstringop-overflow=]
/openbmc/linux/arch/loongarch/kernel/
H A Dmodule.c179 goto overflow; in apply_r_larch_sop_imm_field()
186 goto overflow; in apply_r_larch_sop_imm_field()
192 goto overflow; in apply_r_larch_sop_imm_field()
201 goto overflow; in apply_r_larch_sop_imm_field()
207 goto overflow; in apply_r_larch_sop_imm_field()
216 goto overflow; in apply_r_larch_sop_imm_field()
227 goto overflow; in apply_r_larch_sop_imm_field()
235 goto overflow; in apply_r_larch_sop_imm_field()
245 overflow: in apply_r_larch_sop_imm_field()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-platform-devices-ampere-smpro182 (RO) Return the overflow status of each type HW error reported:
184 - 0 : No overflow
185 - 1 : There is an overflow and the oldest HW errors are dropped
192 …/sys/bus/platform/devices/smpro-errmon.*/overflow_core_ce | Core CE error overflow |
194 …/sys/bus/platform/devices/smpro-errmon.*/overflow_core_ue | Core UE error overflow |
196 …/sys/bus/platform/devices/smpro-errmon.*/overflow_mem_ce | Memory CE error overflow |
198 …/sys/bus/platform/devices/smpro-errmon.*/overflow_mem_ue | Memory UE error overflow |
200 …/sys/bus/platform/devices/smpro-errmon.*/overflow_pcie_ce | any PCIe controller CE error overflow |
202 …/sys/bus/platform/devices/smpro-errmon.*/overflow_pcie_ue | any PCIe controller UE error overflow |
204 …/sys/bus/platform/devices/smpro-errmon.*/overflow_other_ce| any other CE error overflow |
[all …]
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Darm,cci-400.yaml84 List of counter overflow interrupts, one per counter. The interrupts
85 must be specified starting with the cycle counter overflow interrupt,
86 followed by counter0 overflow interrupt, counter1 overflow
87 interrupt,... ,counterN overflow interrupt.
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c33 tb->overflow = false; in trace_buffer_allocate()
51 if (tb->overflow) in trace_check_alloc()
55 tb->overflow = true; in trace_check_alloc()
279 printf(" overflow %s\n", tb->overflow ? "TRUE" : "false"); in trace_buffer_print()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dcrcc37d.c87 const u32 overflow = status & 0x0000007e; in crcc37d_ctx_finished() local
92 if (overflow) { in crcc37d_ctx_finished()
95 switch (overflow) { in crcc37d_ctx_finished()
/openbmc/linux/include/uapi/linux/
H A Dioam6.h45 overflow:1,
86 overflow:1, member
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch4 Subject: [PATCH] mat4/mat5: fix int overflow in dataend calculation
6 The clang sanitizer warns of a possible signed integer overflow when
46 Subject: [PATCH] au: avoid int overflow while calculating data_end
99 Subject: [PATCH] avr: fix int overflow in avr_read_header()
102 enough numeric space to avoid an int-overflow.
137 same arithmetic operation, without risking an int-overflow.
217 Subject: [PATCH] ircam: fix int overflow in ircam_read_header()
337 Subject: [PATCH] common: fix int overflow in psf_binheader_readf()
341 possible to overflow the int-sized byte_count variable.
513 Subject: [PATCH] nms_adpcm: fix int overflow in signal estimate
[all …]

12345678910>>...19