/Linux-v5.15/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,
|
/Linux-v5.15/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 …]
|
D | mksysmap | 27 # U = Undefined symbol 34 # U - undefined global symbols
|
/Linux-v5.15/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 */
|
/Linux-v5.15/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 */
|
/Linux-v5.15/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.
|
/Linux-v5.15/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()
|
/Linux-v5.15/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 18 depends on $(cc-option, -fsanitize-undefined-trap-on-error) 166 tristate "Module for testing for undefined behavior detection" 170 It triggers various undefined behavior, and detect it.
|
/Linux-v5.15/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
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/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 */
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-camera.rst | 31 aperture while these features are enabled is undefined, drivers 109 The unit is undefined. A positive value moves the camera to the 116 The unit is undefined. A positive value moves the camera up, a 143 position. The unit is undefined. Positive values set the focus 148 amount. The unit is undefined. Positive values move the focus closer 154 focus adjustments while this feature is enabled is undefined, 159 when ``V4L2_CID_FOCUS_AUTO`` is set to ``TRUE`` (1) is undefined, 244 unit is undefined. Larger values open the iris wider, smaller values 249 The unit is undefined. Positive values open the iris one step 343 than ``V4L2_CID_ISO_SENSITIVITY_MANUAL`` is undefined, drivers [all …]
|
D | dev-overlay.rst | 201 are undefined. 207 after calling :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` are undefined. When clip lists are 229 undefined. When a bit mask is supported but no clipping is desired this 233 both, or despite negotiating chroma-keying, the results are undefined. 236 exceeded are undefined. [#f3]_
|
/Linux-v5.15/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.
|
/Linux-v5.15/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'
|
/Linux-v5.15/arch/x86/include/asm/ |
D | bitops.h | 231 * Undefined if no bit exists, so code should check against 0 first. 245 * Undefined if no zero exists, so code should check against ~0UL first. 259 * Undefined if no set bit exists, so code should check against 0 first. 290 * dest reg is undefined if x==0, but their CPU architect says its in ffs() 331 * dest reg is undefined if x==0, but their CPU architect says its in fls() 371 * dest reg is undefined if x==0, but their CPU architect says its in fls64()
|
/Linux-v5.15/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 90 Note: If the interrupt-type cell is undefined 110 type-specific cell is undefined. The 131 cell is undefined. 137 cell is undefined.
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/32/ |
D | mmu-8xx.h | 57 /* Reset value is undefined */ 71 /* Reset value is undefined */ 120 /* Reset value is undefined */ 129 /* Reset value is undefined */ 147 /* Reset value is undefined */
|
/Linux-v5.15/net/ipv6/ |
D | ioam6.c | 773 /* bit12 undefined: filled with empty value */ in __ioam6_fill_trace_data() 779 /* bit13 undefined: filled with empty value */ in __ioam6_fill_trace_data() 785 /* bit14 undefined: filled with empty value */ in __ioam6_fill_trace_data() 791 /* bit15 undefined: filled with empty value */ in __ioam6_fill_trace_data() 797 /* bit16 undefined: filled with empty value */ in __ioam6_fill_trace_data() 803 /* bit17 undefined: filled with empty value */ in __ioam6_fill_trace_data() 809 /* bit18 undefined: filled with empty value */ in __ioam6_fill_trace_data() 815 /* bit19 undefined: filled with empty value */ in __ioam6_fill_trace_data() 821 /* bit20 undefined: filled with empty value */ in __ioam6_fill_trace_data() 827 /* bit21 undefined: filled with empty value */ in __ioam6_fill_trace_data()
|
/Linux-v5.15/arch/arm/include/asm/ |
D | fpstate.h | 55 unsigned int save[FP_HARD_SIZE]; /* as yet undefined */ 61 unsigned int save[FP_SOFT_SIZE]; /* undefined information */
|
/Linux-v5.15/arch/s390/kvm/ |
D | gaccess.h | 111 * must be located in the vcpu's lowcore. Otherwise the result is undefined. 139 * be located within the vcpu's lowcore, otherwise the result is undefined. 165 * be located within the vcpu's lowcore, otherwise the result is undefined. 224 * If no access exception happened, the contents of pgm are undefined when 230 * undefined. Also parts of @data may have been copied to guest 242 * It may also be used for terminating instructions, if it is undefined
|
/Linux-v5.15/arch/sh/drivers/pci/ |
D | pci-sh7751.h | 78 /* PCICONF7 - PCICONF10 are undefined */ 82 /* PCICONF12 is undefined */ 85 /* PCICONF14 is undefined */
|
/Linux-v5.15/arch/microblaze/include/asm/ |
D | delay.h | 56 extern void __bad_udelay(void); /* deliberately undefined */ 57 extern void __bad_ndelay(void); /* deliberately undefined */
|
/Linux-v5.15/tools/testing/radix-tree/ |
D | Makefile | 4 -fsanitize=undefined 5 LDFLAGS += -fsanitize=address -fsanitize=undefined
|
/Linux-v5.15/Documentation/driver-api/ |
D | io-mapping.rst | 39 undefined results. Using an offset which is not page aligned yields an 40 undefined result. The return value points to a single page in CPU address
|