/linux/drivers/macintosh/ |
H A D | via-pmu.c | 123 uninitialized = 0, enumerator 293 if (pmu_state != uninitialized) in find_via_pmu() 375 pmu_state = uninitialized; in find_via_pmu() 393 pmu_state = uninitialized; in find_via_pmu() 404 return pmu_state == uninitialized ? -ENODEV : 0; in pmu_probe() 409 return pmu_state == uninitialized ? -ENODEV : 0; in pmu_init() 424 if (pmu_state == uninitialized) in via_pmu_start() 504 if (pmu_state == uninitialized) in via_pmu_dev_init() 979 if (pmu_state == uninitialized || !pmu_fully_inited) { in pmu_send_request() 1073 if (pmu_state == uninitialized || !pmu_fully_inited || !pmu_has_adb) in pmu_adb_autopoll() [all …]
|
/linux/security/ |
H A D | Kconfig.hardening | 52 uninitialized variables. The selected class of variable will be 60 classes of uninitialized stack variable exploits 71 uninitialized stack variable exploits and information 85 of uninitialized stack variable exploits and information 104 of uninitialized stack variable exploits and information 119 all classes of uninitialized stack variable exploits and 121 having been left uninitialized. 124 related to uninitialized locals, e.g. pointers receive 139 classes of uninitialized stack variable exploits and 141 about having been left uninitialized. [all …]
|
/linux/tools/verification/rv/ |
H A D | Makefile.rv | 21 -Wp,-D_GLIBCXX_ASSERTIONS -Wno-maybe-uninitialized 25 WOPTS := $(filter-out -Wno-maybe-uninitialized, $(WOPTS))
|
/linux/tools/tracing/rtla/ |
H A D | Makefile.rtla | 21 -Wp,-D_GLIBCXX_ASSERTIONS -Wno-maybe-uninitialized 25 WOPTS := $(filter-out -Wno-maybe-uninitialized, $(WOPTS))
|
/linux/lib/ |
H A D | Kconfig.kmsan | 12 bool "KMSAN: detector of uninitialized values use" 20 uninitialized values in the kernel. It is based on compiler 37 bool "Check for uninitialized values passed to and returned from functions"
|
/linux/scripts/coccinelle/misc/ |
H A D | uninitialized_var.cocci | 7 /// For any compiler warnings about uninitialized variables, just add 11 /// is uninitialized, either simply initialize the variable or make compiler
|
/linux/Documentation/filesystems/ |
H A D | hfsplus.rst | 23 that have uninitialized permissions structures. 28 that have uninitialized permissions structures.
|
H A D | dax.rst | 235 exposure of uninitialized data through mmap.
|
/linux/mm/kmsan/ |
H A D | Makefile | 34 CFLAGS_kmsan_test.o += $(call cc-disable-warning, uninitialized)
|
/linux/arch/parisc/math-emu/ |
H A D | Makefile | 8 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
|
/linux/arch/um/kernel/skas/ |
H A D | Makefile | 45 CFLAGS_stub_exe.o += $(call cc-option, -ftrivial-auto-var-init=uninitialized)
|
/linux/tools/testing/selftests/powerpc/tm/ |
H A D | Makefile | 25 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
|
/linux/tools/virtio/ |
H A D | Makefile | 18 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wn…
|
/linux/fs/btrfs/ |
H A D | Makefile | 15 $(call cc-option, -Wmaybe-uninitialized)
|
/linux/Documentation/filesystems/ext4/ |
H A D | ifork.rst | 153 the extent is uninitialized and the actual extent length is ``ee_len`` - 155 blocks, and the maximum length of an uninitialized extent is 32767.
|
H A D | super.rst | 591 - “Lazy BG”. Not in Linux kernel, seems to have been for uninitialized 693 this is useful for lazy formatting with uninitialized groups
|
/linux/scripts/ |
H A D | Makefile.extrawarn | 164 KBUILD_CFLAGS += -Wno-maybe-uninitialized
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-fs-ext4 | 105 out in preference to creating a new uninitialized
|
/linux/arch/powerpc/kernel/ |
H A D | Makefile | 20 CFLAGS_prom_init.o += $(call cc-option, -ftrivial-auto-var-init=uninitialized)
|
/linux/Documentation/driver-api/nvdimm/ |
H A D | btt.rst | 140 operation, with 00 indicating an uninitialized state.
|
/linux/Documentation/bpf/ |
H A D | kfuncs.rst | 105 uninitialized. 114 Here, the dynptr will be treated as an uninitialized dynptr. Without this
|
/linux/Documentation/core-api/ |
H A D | debug-objects.rst | 15 - Activation of uninitialized objects
|
/linux/Documentation/admin-guide/ |
H A D | ext4.rst | 332 Do not initialize any uninitialized inode table blocks in the 363 dioread_nolock option is specified ext4 will allocate uninitialized
|
H A D | md.rst | 172 Then uninitialized devices can be added with ADD_NEW_DISK. The 176 Once started with RUN_ARRAY, uninitialized spares can be added with
|
/linux/Documentation/security/ |
H A D | self-protection.rst | 307 free. This frustrates many uninitialized variable attacks, stack content
|