| /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/lib/ |
| H A D | Kconfig.kmsan | 9 bool "KMSAN: detector of uninitialized values use" 17 uninitialized values in the kernel. It is based on compiler 29 bool "Check for uninitialized values passed to and returned from functions"
|
| /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/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.
|
| /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/tracing/rtla/ |
| H A D | Makefile.rtla | 25 WOPTS := $(filter-out -Wno-maybe-uninitialized, $(WOPTS))
|
| /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.
|
| /linux/scripts/ |
| H A D | Makefile.warn | 185 KBUILD_CFLAGS += -Wno-maybe-uninitialized
|
| H A D | spelling.txt | 1704 unintialized||uninitialized 1705 unitialized||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/core-api/ |
| H A D | debug-objects.rst | 15 - Activation of uninitialized objects
|
| /linux/Documentation/arch/x86/ |
| H A D | sgx.rst | 269 Architectural behavior is to restore all EPC pages to an uninitialized
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | running_tips.rst | 324 attributes will remain uninitialized and act as though the attribute is set
|
| /linux/Documentation/security/ |
| H A D | self-protection.rst | 307 free. This frustrates many uninitialized variable attacks, stack content
|
| /linux/Documentation/block/ |
| H A D | ublk.rst | 346 uninitialized kernel IO buffer will be exposed to client application.
|
| /linux/Documentation/driver-api/ |
| H A D | mtdnand.rst | 540 the fields pattern, veroffs, offs, len can be left uninitialized
|
| /linux/mm/ |
| H A D | Kconfig | 316 bool "Allow mmapped anonymous memory to be uninitialized"
|