| /linux/tools/lib/subcmd/ |
| H A 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/scripts/ |
| H A 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 …]
|
| H A D | Makefile.ubsan | 4 export CFLAGS_UBSAN_TRAP := $(call cc-option,-fsanitize-trap=undefined,-fsanitize-undefined-trap-on… 22 -fsanitize-undefined-ignore-overflow-pattern=all \
|
| /linux/tools/arch/alpha/include/uapi/asm/ |
| H A 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/tools/arch/xtensa/include/uapi/asm/ |
| H A 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/Documentation/devicetree/bindings/memory-controllers/ |
| H A 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/tools/testing/ktest/ |
| H A D | sample.conf | 404 # (default undefined) 410 # This may be left undefined. 411 # (default undefined) 419 # (default undefined) 495 # default (undefined) 510 # default (undefined) 531 # default (undefined) 555 # default (undefined) 584 # default (undefined) 595 # default (undefined) [all...] |
| /linux/Documentation/dev-tools/ |
| H A D | ubsan.rst | 3 Undefined Behavior Sanitizer - UBSAN 6 UBSAN is a runtime undefined behaviour checker. 8 UBSAN uses compile-time instrumentation to catch undefined behavior (UB). 13 GCC has that feature since 4.9.x [1_] (see ``-fsanitize=undefined`` option and 22 UBSAN: Undefined behaviour in ../include/linux/bitops.h:110:33
|
| /linux/tools/arch/mips/include/uapi/asm/ |
| H A 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/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-camera.rst | 32 aperture while these features are enabled is undefined, drivers 110 The unit is undefined. A positive value moves the camera to the 117 The unit is undefined. A positive value moves the camera up, a 144 position. The unit is undefined. Positive values set the focus 149 amount. The unit is undefined. Positive values move the focus closer 155 focus adjustments while this feature is enabled is undefined, 160 when ``V4L2_CID_FOCUS_AUTO`` is set to ``TRUE`` (1) is undefined, 245 unit is undefined. Larger values open the iris wider, smaller values 250 The unit is undefined. Positive values open the iris one step 344 than ``V4L2_CID_ISO_SENSITIVITY_MANUAL`` is undefined, drivers [all …]
|
| H A D | dev-overlay.rst | 206 are undefined. 213 after calling :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` are undefined. When clip lists are 236 undefined. When a bit mask is supported but no clipping is desired this 240 both, or despite negotiating chroma-keying, the results are undefined. 243 exceeded are undefined. [#f3]_
|
| /linux/Documentation/arch/arm64/ |
| H A 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/tools/docs/ |
| H A D | get_abi.py | 117 Check undefined ABIs on local machine. 137 Initialize an argparse subparser for logic to check undefined ABI at 144 parser = subparsers.add_parser("undefined", 162 help="Don't actually search for undefined. "
|
| /linux/tools/lib/python/abi/ |
| H A D | helpers.py | 19 UNDEFINED = 8 #: Enable extra undefined symbol data. variable in AbiDebug 24 GRAPH = 256 #: Display ref tree graph for undefined symbols. 34 undefined subcommand) 39 256 - enable displaying refrence tree graphs for undefined symbols.
|
| /linux/arch/x86/include/asm/ |
| H A D | bitops.h | 255 * Undefined if no bit exists, so code should check against 0 first. 271 * Undefined if no zero exists, so code should check against ~0UL first. 282 * Undefined if no set bit exists, so code should check against 0 first. 305 * dest reg is undefined if x==0, but their CPU architect says its in variable_ffs() 362 * dest reg is undefined if x==0, but their CPU architect says its in fls() 405 * dest reg is undefined if x==0, but their CPU architect says its in fls64()
|
| /linux/tools/perf/Documentation/ |
| H A 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/drivers/hid/bpf/progs/ |
| H A D | FR-TEC__Raptor-Mach-2.bpf.c | 50 * 0x05, 0x00, // Usage Page (Undefined) 64 51 * 0x09, 0x00, // Usage (Undefined) 66 107 * 0x09, 0x00, // Usage (Undefined) 192 118 * 0x09, 0x00, // Usage (Undefined) 217 123 * 0x09, 0x00, // Usage (Undefined) 227
|
| /linux/arch/arm/include/asm/ |
| H A D | fpstate.h | 52 unsigned int save[FP_HARD_SIZE]; /* as yet undefined */ 58 unsigned int save[FP_SOFT_SIZE]; /* undefined information */
|
| /linux/net/ipv6/ |
| H A D | ioam6.c | 871 /* bit12 undefined: filled with empty value */ in __ioam6_fill_trace_data() 877 /* bit13 undefined: filled with empty value */ in __ioam6_fill_trace_data() 883 /* bit14 undefined: filled with empty value */ in __ioam6_fill_trace_data() 889 /* bit15 undefined: filled with empty value */ in __ioam6_fill_trace_data() 895 /* bit16 undefined: filled with empty value */ in __ioam6_fill_trace_data() 901 /* bit17 undefined: filled with empty value */ in __ioam6_fill_trace_data() 907 /* bit18 undefined: filled with empty value */ in __ioam6_fill_trace_data() 913 /* bit19 undefined: filled with empty value */ in __ioam6_fill_trace_data() 919 /* bit20 undefined: filled with empty value */ in __ioam6_fill_trace_data() 925 /* bit21 undefined: filled with empty value */ in __ioam6_fill_trace_data()
|
| /linux/arch/sh/drivers/pci/ |
| H A D | pci-sh7751.h | 78 /* PCICONF7 - PCICONF10 are undefined */ 82 /* PCICONF12 is undefined */ 85 /* PCICONF14 is undefined */
|
| /linux/tools/testing/memblock/ |
| H A D | Makefile | 6 -fsanitize=undefined -D CONFIG_PHYS_ADDR_T_64BIT 7 LDFLAGS += -fsanitize=address -fsanitize=undefined
|
| /linux/arch/microblaze/include/asm/ |
| H A D | delay.h | 56 extern void __bad_udelay(void); /* deliberately undefined */ 57 extern void __bad_ndelay(void); /* deliberately undefined */
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-find-errors.sh | 35 if grep -E -q "error:|warning:|^ld: .*undefined reference to" < $i 37 grep -E "error:|warning:|^ld: .*undefined reference to" < $i > $i.diags
|
| /linux/include/uapi/linux/ |
| H A D | lsm.h | 49 * A value of zero/0 is considered undefined and should not be used 75 * A value of zero/0 is considered undefined and should not be used
|
| /linux/Documentation/driver-api/ |
| H A 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
|