Home
last modified time | relevance | path

Searched refs:overflows (Results 1 – 25 of 46) sorted by relevance

12

/linux-5.19.10/tools/perf/tests/
Dbp_signal.c35 static int overflows; variable
85 overflows++; in sig_handler()
87 if (overflows > 10) { in sig_handler()
268 count1, count2, count3, overflows, overflows_2); in test__bp_signal()
277 if (overflows != 3) in test__bp_signal()
278 pr_debug("failed: wrong overflow (%d) hit, expected 3\n", overflows); in test__bp_signal()
289 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
Dbp_signal_overflow.c31 static int overflows; variable
42 overflows++; in sig_handler()
125 count, overflows); in test__bp_signal_overflow()
133 if (overflows != EXECUTIONS / THRESHOLD) { in test__bp_signal_overflow()
135 overflows, EXECUTIONS / THRESHOLD); in test__bp_signal_overflow()
/linux-5.19.10/Documentation/vm/
Dvmalloced-kernel-stacks.rst21 Kernel stack overflows are often hard to debug and make the kernel
26 overflows to be caught immediately rather than causing difficult to
31 causes reliable faults when the stack overflows. The usability of
53 - If the stack overflows into a guard page, something reasonable
64 with guard pages. This causes kernel stack overflows to be caught
123 Leading and trailing guard pages help detect stack overflows. When stack
124 overflows into the guard pages, handlers have to be careful not overflow
Dnuma.rst127 does contain memory overflows.
/linux-5.19.10/drivers/staging/media/omap4iss/
DTODO1 * Fix FIFO/buffer overflows and underflows
/linux-5.19.10/Documentation/translations/zh_CN/riscv/
Dpmu.rst141 if the event overflows
145 if the event overflows again
/linux-5.19.10/Documentation/hwmon/
Dsl28cpld.rst25 second. If the 7 bit counter overflows, the supervisor will automatically
/linux-5.19.10/arch/x86/ras/
DKconfig8 PFN overflows, we try to soft-offline that page as we take it to mean
/linux-5.19.10/drivers/net/ethernet/freescale/fman/
DKconfig26 to interconnect. When the FMAN internal queue overflows, it can
/linux-5.19.10/Documentation/process/
Ddeprecated.rst60 allocations could lead to linear overflows of heap memory and other
116 explicitly ignore overflows, which may lead to unexpected results
125 could result in linear overflows beyond the end of the buffer, leading to
137 be NUL terminated. This can lead to various linear read overflows and
157 size limit. This is both inefficient and can lead to linear read overflows
/linux-5.19.10/lib/
DKconfig.ubsan43 Note that this does not protect array overflows via bad calls
76 bool "Perform checking for bit-shift overflows"
/linux-5.19.10/tools/perf/Documentation/
DBuild.txt58 such as buffer overflows and memory leaks.
Dperf-c2c.txt118 Disabled by default. In common cases with call stack overflows,
/linux-5.19.10/Documentation/dev-tools/
Dtesting-overview.rst92 integer overflows.
101 overflows. See Documentation/dev-tools/ubsan.rst
136 overflows, null pointer dereferences, and memory leaks. See the project page at
/linux-5.19.10/Documentation/networking/device_drivers/fddi/
Ddefza.rst38 requested explicitly or if the CAM overflows. The promiscuous mode
/linux-5.19.10/arch/sh/
DKconfig.debug17 bool "Check for stack overflows"
/linux-5.19.10/Documentation/admin-guide/perf/
Dimx-ddr.rst13 interrupt is raised. If any other counter overflows, it continues counting, and
/linux-5.19.10/Documentation/filesystems/
Domfs.rst110 If this table overflows, a continuation inode is written and pointed to by
/linux-5.19.10/security/
DKconfig156 bool "Harden common str/mem functions against buffer overflows"
163 Detect overflows of buffers in common string and memory functions
/linux-5.19.10/arch/arm/mach-s3c/
DKconfig60 purposes. This allows any problems where an counter overflows from
/linux-5.19.10/Documentation/security/
Dself-protection.rst170 hole at the bottom of the stack to catch these overflows.
190 Similar to counter overflow, integer overflows (usually size calculations)
/linux-5.19.10/Documentation/core-api/
Dtimekeeping.rst151 been replaced because the tv_sec member overflows in year 2038 on 32-bit
/linux-5.19.10/Documentation/PCI/
Dboot-interrupts.rst68 run to completion; otherwise some handlers will end up in stack overflows
/linux-5.19.10/arch/m68k/fpsp040/
Dsrem_mod.S255 scs %d6 | ...set Carry if 2(R) overflows
/linux-5.19.10/Documentation/x86/x86_64/
Dboot-options.rst285 Always panic when IOMMU overflows.

12