| /kernel/linux/linux-6.6/tools/lib/subcmd/ |
| D | subcmd-config.c | 4 #define UNDEFINED "SUBCMD_HAS_NOT_BEEN_INITIALIZED" macro 7 .exec_name = UNDEFINED, 8 .prefix = UNDEFINED, 9 .exec_path = UNDEFINED, 10 .exec_path_env = UNDEFINED, 11 .pager_env = UNDEFINED,
|
| /kernel/linux/linux-5.10/tools/lib/subcmd/ |
| D | subcmd-config.c | 4 #define UNDEFINED "SUBCMD_HAS_NOT_BEEN_INITIALIZED" macro 7 .exec_name = UNDEFINED, 8 .prefix = UNDEFINED, 9 .exec_path = UNDEFINED, 10 .exec_path_env = UNDEFINED, 11 .pager_env = UNDEFINED,
|
| /kernel/linux/linux-5.10/lib/ |
| D | Kconfig.ubsan | 6 bool "Undefined behaviour sanity checker" 8 This option enables the Undefined Behaviour sanity checker. 9 Compile-time instrumentation is used to detect various undefined 17 depends on $(cc-option, -fsanitize-undefined-trap-on-error) 65 bool "Enable all other Undefined Behavior sanity checks" 98 tristate "Module for testing for undefined behavior detection" 102 It triggers various undefined behavior, and detect it.
|
| /kernel/linux/linux-5.10/scripts/ |
| D | checkkconfigsymbols.py | 57 "undefined Kconfig symbols") 61 help="diff undefined symbols between two commits " 133 undefined = {} 151 # get undefined items before the commit 155 # get undefined items for the commit 161 # symbol has not been undefined before 164 undefined[symbol] = files 165 # check if there are new files that reference the undefined symbol 170 undefined[symbol] = files 177 undefined, defined = check_symbols(args.ignore) [all …]
|
| /kernel/linux/linux-6.6/scripts/ |
| D | checkkconfigsymbols.py | 56 "undefined Kconfig symbols") 60 help="diff undefined symbols between two commits " 135 undefined = {} 153 # get undefined items before the commit 157 # get undefined items for the commit 163 # symbol has not been undefined before 166 undefined[symbol] = files 167 # check if there are new files that reference the undefined symbol 172 undefined[symbol] = files 179 undefined, defined = check_symbols(args.ignore) [all …]
|
| /kernel/linux/linux-6.6/tools/arch/alpha/include/uapi/asm/ |
| D | mman.h | 38 /* MADV_HWPOISON is undefined on alpha, fix it for perf */ 40 /* MADV_SOFT_OFFLINE is undefined on alpha, fix it for perf */ 42 /* MAP_32BIT is undefined on alpha, fix it for perf */ 44 /* MAP_UNINITIALIZED is undefined on alpha, fix it for perf */
|
| /kernel/linux/linux-5.10/tools/arch/alpha/include/uapi/asm/ |
| D | mman.h | 38 /* MADV_HWPOISON is undefined on alpha, fix it for perf */ 40 /* MADV_SOFT_OFFLINE is undefined on alpha, fix it for perf */ 42 /* MAP_32BIT is undefined on alpha, fix it for perf */ 44 /* MAP_UNINITIALIZED is undefined on alpha, fix it for perf */
|
| /kernel/linux/linux-5.10/tools/arch/xtensa/include/uapi/asm/ |
| D | mman.h | 38 /* MADV_HWPOISON is undefined on xtensa, fix it for perf */ 40 /* MADV_SOFT_OFFLINE is undefined on xtensa, fix it for perf */ 42 /* MAP_32BIT is undefined on xtensa, fix it for perf */ 44 /* MAP_UNINITIALIZED is undefined on xtensa, fix it for perf */
|
| /kernel/linux/linux-6.6/tools/arch/xtensa/include/uapi/asm/ |
| D | mman.h | 38 /* MADV_HWPOISON is undefined on xtensa, fix it for perf */ 40 /* MADV_SOFT_OFFLINE is undefined on xtensa, fix it for perf */ 42 /* MAP_32BIT is undefined on xtensa, fix it for perf */ 44 /* MAP_UNINITIALIZED is undefined on xtensa, fix it for perf */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ |
| D | atmel,ebi.txt | 49 Default to 8 when undefined. 52 Default to "select" when undefined. 55 Default to "ncs" when undefined. 58 Default to "ncs" when undefined. 61 Default to "disabled" when undefined. 72 Default to "normal" when undefined.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | atmel,ebi.txt | 49 Default to 8 when undefined. 52 Default to "select" when undefined. 55 Default to "ncs" when undefined. 58 Default to "ncs" when undefined. 61 Default to "disabled" when undefined. 72 Default to "normal" when undefined.
|
| /kernel/linux/linux-6.6/arch/m68k/atari/ |
| D | nvram.c | 158 "6 (undefined)", 168 "4 (undefined)", 169 "5 (undefined)", 170 "6 (undefined)", 171 "7 (undefined)", 198 seq_printf(seq, "0x%02x (undefined)\n", nvram[1]); in atari_nvram_proc_read() 215 seq_printf(seq, "%u (undefined)\n", nvram[6]); in atari_nvram_proc_read() 220 seq_printf(seq, "%u (undefined)\n", nvram[7]); in atari_nvram_proc_read()
|
| /kernel/linux/linux-5.10/arch/m68k/atari/ |
| D | nvram.c | 158 "6 (undefined)", 168 "4 (undefined)", 169 "5 (undefined)", 170 "6 (undefined)", 171 "7 (undefined)", 198 seq_printf(seq, "0x%02x (undefined)\n", nvram[1]); in atari_nvram_proc_read() 215 seq_printf(seq, "%u (undefined)\n", nvram[6]); in atari_nvram_proc_read() 220 seq_printf(seq, "%u (undefined)\n", nvram[7]); in atari_nvram_proc_read()
|
| /kernel/linux/linux-6.6/Documentation/dev-tools/ |
| D | ubsan.rst | 1 The Undefined Behavior Sanitizer - UBSAN 4 UBSAN is a runtime undefined behaviour checker. 6 UBSAN uses compile-time instrumentation to catch undefined behavior (UB). 11 GCC has that feature since 4.9.x [1_] (see ``-fsanitize=undefined`` option and 20 UBSAN: Undefined behaviour in ../include/linux/bitops.h:110:33
|
| /kernel/linux/linux-5.10/Documentation/dev-tools/ |
| D | ubsan.rst | 1 The Undefined Behavior Sanitizer - UBSAN 4 UBSAN is a runtime undefined behaviour checker. 6 UBSAN uses compile-time instrumentation to catch undefined behavior (UB). 11 GCC has that feature since 4.9.x [1_] (see ``-fsanitize=undefined`` option and 20 UBSAN: Undefined behaviour in ../include/linux/bitops.h:110:33
|
| /kernel/linux/linux-6.6/tools/testing/ktest/ |
| D | sample.conf | 404 # (default undefined) 410 # This may be left undefined. 411 # (default undefined) 419 # (default undefined) 495 # default (undefined) 504 # default (undefined) 525 # default (undefined) 549 # default (undefined) 578 # default (undefined) 589 # default (undefined) [all …]
|
| /kernel/linux/linux-5.10/tools/testing/ktest/ |
| D | sample.conf | 396 # (default undefined) 402 # This may be left undefined. 403 # (default undefined) 411 # (default undefined) 487 # default (undefined) 496 # default (undefined) 517 # default (undefined) 541 # default (undefined) 570 # default (undefined) 581 # default (undefined) [all …]
|
| /kernel/linux/linux-6.6/tools/arch/mips/include/uapi/asm/ |
| D | mman.h | 39 /* MADV_SOFT_OFFLINE is undefined on mips, fix it for perf */ 41 /* MAP_32BIT is undefined on mips, fix it for perf */ 43 /* MAP_UNINITIALIZED is undefined on mips, fix it for perf */
|
| /kernel/linux/linux-5.10/tools/arch/mips/include/uapi/asm/ |
| D | mman.h | 39 /* MADV_SOFT_OFFLINE is undefined on mips, fix it for perf */ 41 /* MAP_32BIT is undefined on mips, fix it for perf */ 43 /* MAP_UNINITIALIZED is undefined on mips, fix it for perf */
|
| /kernel/linux/linux-6.6/lib/ |
| D | Kconfig.ubsan | 6 bool "Undefined behaviour sanity checker" 8 This option enables the Undefined Behaviour sanity checker. 9 Compile-time instrumentation is used to detect various undefined 157 tristate "Module for testing for undefined behavior detection" 161 It triggers various undefined behavior, and detect it.
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | ext-ctrls-camera.rst | 31 aperture while these features are enabled is undefined, drivers 108 The unit is undefined. A positive value moves the camera to the 115 The unit is undefined. A positive value moves the camera up, a 142 position. The unit is undefined. Positive values set the focus 147 amount. The unit is undefined. Positive values move the focus closer 153 focus adjustments while this feature is enabled is undefined, 158 when ``V4L2_CID_FOCUS_AUTO`` is set to ``TRUE`` (1) is undefined, 243 unit is undefined. Larger values open the iris wider, smaller values 248 The unit is undefined. Positive values open the iris one step 342 than ``V4L2_CID_ISO_SENSITIVITY_MANUAL`` is undefined, drivers [all …]
|
| /kernel/linux/linux-5.10/Documentation/arm64/ |
| D | legacy_instructions.rst | 7 the architecture. The infrastructure code uses undefined instruction 18 Generates undefined instruction abort. Default for instructions that 40 while obsolete instructions must be undefined by default.
|
| /kernel/linux/linux-6.6/Documentation/arch/arm64/ |
| D | legacy_instructions.rst | 7 the architecture. The infrastructure code uses undefined instruction 18 Generates undefined instruction abort. Default for instructions that 40 while obsolete instructions must be undefined by default.
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | Build.txt | 66 UndefinedBehaviorSanitizer (or UBSan) is a fast undefined behavior detector 67 supported by GCC. UBSan detects undefined behaviors of programs at runtime. 70 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=undefined'
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | Build.txt | 66 UndefinedBehaviorSanitizer (or UBSan) is a fast undefined behavior detector 67 supported by GCC. UBSan detects undefined behaviors of programs at runtime. 70 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=undefined'
|