Searched refs:option (Results 1 – 23 of 23) sorted by relevance
| /lib/ |
| A D | Kconfig.ubsan | 9 This option enables the Undefined Behaviour sanity checker. 39 def_bool $(cc-option,-fsanitize=bounds-strict) 47 def_bool $(cc-option,-fsanitize=array-bounds) 71 GCC's bounds sanitizer. This option is used to select the 91 depends on $(cc-option,-fsanitize=shift) 99 depends on $(cc-option,-fsanitize=integer-divide-by-zero) 114 depends on $(cc-option,-fsanitize=unreachable) 129 depends on $(cc-option,-fsanitize-ignorelist=/dev/null) 140 depends on $(cc-option,-fsanitize=bool) 148 depends on $(cc-option,-fsanitize=enum) [all …]
|
| A D | cmdline.c | 203 bool parse_option_str(const char *str, const char *option) in parse_option_str() argument 206 if (!strncmp(str, option, strlen(option))) { in parse_option_str() 207 str += strlen(option); in parse_option_str()
|
| A D | Kconfig.kasan | 23 def_bool $(cc-option, -fsanitize=kernel-address) 26 def_bool $(cc-option, -fsanitize=kernel-hwaddress) 28 # This option is only required for software KASAN modes. 53 …def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=kernel-address -mllvm -asan-kernel-mem-intrinsic-p… 54 (CC_IS_GCC && $(cc-option,-fsanitize=kernel-address --param asan-kernel-mem-intrinsic-prefix=1)) 162 with Clang, this option is deemed unsafe. 164 This option is always disabled when compile-testing with Clang to 181 checked. Enabling this option leads to higher memory usage.
|
| A D | Kconfig.debug | 10 Selecting this option causes time stamps of the printk() 62 option. 223 be under a more specific debug option but isn't. 332 depends on $(cc-option,-gz=zlib) 333 depends on $(ld-option,--compress-debug-sections=zlib) 347 depends on $(cc-option,-gz=zstd) 348 depends on $(ld-option,--compress-debug-sections=zstd) 359 depends on $(cc-option,-gsplit-dwarf) 554 failures. This option is highly recommended. 920 on the mminit_loglevel= command-line option. [all …]
|
| A D | Kconfig | 30 This option provides the packing() helper function, which permits 62 This option enables the use of hardware bit-reversal instructions on 162 This option enables the 32 bit PRNG library functions to perform a 283 Drivers may select this option to force specific constant 291 When this option is selected, the BCH library supports 304 they select option BCH_CONST_PARAMS. 311 they select option BCH_CONST_PARAMS. 423 This option provides a glob_match function for performing 429 should automatically select this option. Say N unless you 437 This option enables a simple self-test of the glob_match [all …]
|
| A D | Kconfig.kfence | 55 Warning: The KUnit test suite fails with this option enabled - due to 65 option is only recommended when using very large sample intervals, or 66 performance has carefully been evaluated with this option. 81 this option is to stress test KFENCE with concurrent error reports
|
| A D | Kconfig.kcsan | 7 def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-distinguish-volatile=1)) || \ 8 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-distinguish-volatile=1)) 34 …def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-compound-read-before-write=1))… 35 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-compound-read-before-write=1)) 50 While this option should generally be benign, we call into more 147 delayed. This option will allow KCSAN to detect races between 233 Never instrument marked atomic accesses. This option can be used for 243 be reported as data races; however, unlike that option, data races
|
| A D | Kconfig.kmsan | 9 def_bool $(cc-option,-fsanitize=kernel-memory -mllvm -msan-disable-checks=1) 34 def_bool $(cc-option,-fsanitize=kernel-memory -fsanitize-memory-param-retval)
|
| A D | Kconfig.kgdb | 18 you also turn on the kernel config option 117 The config option merely sets the default at boot time. Both 119 setting with kdb.cmd_enable=X kernel command line option will
|
| A D | Makefile | 124 CFLAGS_debug_info.o += $(call cc-option, -femit-struct-debug-detailed=any)
|
| /lib/math/ |
| A D | Kconfig | 5 This option provides an implementation of the CORDIC algorithm; 11 This option provides a simple prime number generator for test
|
| /lib/vdso/ |
| A D | Kconfig | 19 This config option helps to avoid possible performance issues 25 This config option enables the compat VDSO layer.
|
| /lib/kunit/ |
| A D | Kconfig | 44 KUnit and test KUnit. This option should only be enabled for testing 55 itself, lib/kunit/example-test.c, for more information. This option
|
| /lib/crypto/riscv/ |
| A D | sha512-riscv64-zvknhb-zvkb.S | 49 .option arch, +zvknhb, +zvkb
|
| A D | sha256-riscv64-zvknha_or_zvknhb-zvkb.S | 49 .option arch, +zvknha, +zvkb
|
| A D | chacha-riscv64-zvkb.S | 47 .option arch, +zvkb
|
| /lib/raid6/ |
| A D | Makefile | 18 altivec_flags := -maltivec $(call cc-option,-mabi=altivec)
|
| A D | vpermxor.uc | 7 * 2 of the License, or (at your option) any later version.
|
| A D | altivec.uc | 9 * (at your option) any later version; incorporated herein by reference.
|
| A D | int.uc | 9 * (at your option) any later version; incorporated herein by reference.
|
| A D | neon.uc | 15 * (at your option) any later version; incorporated herein by reference.
|
| /lib/tests/ |
| A D | printf_kunit.c | 30 #define NOWARN(option, comment, block) \ argument 32 __diag_ignore_all(#option, comment); \
|
| /lib/crc/ |
| A D | Kconfig | 93 Disabling this option reduces code size slightly by disabling the
|
Completed in 32 milliseconds