Home
last modified time | relevance | path

Searched refs:uninitialized (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/lib/
DKconfig.kmemcheck7 bool "kmemcheck: trap use of uninitialized memory"
72 initialized, uninitialized, etc. and will be displayed when an
76 bool "kmemcheck: allow partially uninitialized memory"
/linux-4.1.27/Documentation/filesystems/
Dhfsplus.txt21 that have uninitialized permissions structures.
26 that have uninitialized permissions structures.
Dext4.txt330 noinit_itable Do not initialize any uninitialized inode table
365 ext4 will allocate uninitialized extent before buffer
Dproc.txt372 with the memory region, as the case would be with BSS (uninitialized data).
/linux-4.1.27/arch/parisc/math-emu/
DMakefile7 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
/linux-4.1.27/Documentation/
Dkmemcheck.txt25 is a dynamic checker that detects and warns about some uses of uninitialized
64 warning for the upper 16 bits (if they're uninitialized).
95 Debugging" / "kmemcheck: trap use of uninitialized memory"). Here follows
109 detecting the first use of uninitialized memory.
154 are initialized, uninitialized, etc. and will be displayed when an
236 WARNING: kmemcheck: Caught 32-bit read from uninitialized memory (ffff88003e4a2024)
299 "from" argument which contained some uninitialized bytes. Following the chain
468 But just which fields of the struct were uninitialized? Let's look at
471 WARNING: kmemcheck: Caught 32-bit read from uninitialized memory (ffff88003e4a2024)
485 u - uninitialized
[all …]
Dmd.txt137 Then uninitialized devices can be added with ADD_NEW_DISK. The
141 Once started with RUN_ARRAY, uninitialized spares can be added with
D00-INDEX267 - info on dynamic checker that detects uses of uninitialized memory.
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dbootloader.lds20 can access them all, and initialized data all before uninitialized, so
/linux-4.1.27/scripts/
DMakefile.extrawarn67 KBUILD_CFLAGS += $(call cc-disable-warning, uninitialized)
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_context.c642 bool uninitialized = false; in do_switch() local
783 uninitialized = !to->legacy_hw_ctx.initialized; in do_switch()
790 if (uninitialized) { in do_switch()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-fs-ext4105 out in preference to creating a new uninitialized
/linux-4.1.27/sound/oss/
DCHANGELOG133 - Fixed bug in handling of uninitialized instruments with GUS.
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped1116 /* Nonzero means print parse trace. It is left uninitialized so that
1698 GCC warning that YYVAL may be used uninitialized. */
/linux-4.1.27/
DMakefile615 KBUILD_CFLAGS += -Os $(call cc-disable-warning,maybe-uninitialized,)
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped1041 /* Nonzero means print parse trace. It is left uninitialized so that
1653 GCC warning that YYVAL may be used uninitialized. */
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped944 /* Nonzero means print parse trace. It is left uninitialized so that
1512 GCC warning that YYVAL may be used uninitialized. */
/linux-4.1.27/Documentation/networking/
Dfilter.txt1151 Program that reads uninitialized register:
/linux-4.1.27/init/
DKconfig1728 bool "Allow mmapped anonymous memory to be uninitialized"