| /kernel/linux/linux-4.19/lib/ |
| D | Kconfig | 78 modules require CRC-CCITT functions, but a module built outside 80 functions require M here. 86 modules require CRC16 functions, but a module built outside 88 functions require M here. 103 modules require CRC ITU-T V.41 functions, but a module built outside 105 functions require M here. 113 modules require CRC32/CRC32c functions, but a module built outside 115 functions require M here. 177 modules require CRC64 functions, but a module built outside 179 functions require M here. [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | Kconfig | 109 modules require CRC-CCITT functions, but a module built outside 111 functions require M here. 117 modules require CRC16 functions, but a module built outside 119 functions require M here. 134 modules require CRC ITU-T V.41 functions, but a module built outside 136 functions require M here. 144 modules require CRC32/CRC32c functions, but a module built outside 146 functions require M here. 208 modules require CRC64 functions, but a module built outside 210 functions require M here. [all …]
|
| /kernel/linux/linux-5.10/arch/mips/tools/ |
| D | generic-board-config.sh | 14 # # require CONFIG_CPU_MIPS32_R2=y 15 # # require CONFIG_CPU_LITTLE_ENDIAN=y 51 # For each line beginning with # require, cut out the field following 55 grep -E '^# require ' "${board_cfg}" | \ 60 # If we require something =y then we check that a line 65 # If we require something =n then we just invert that
|
| /kernel/linux/linux-4.19/tools/testing/fault-injection/ |
| D | failcmd.sh | 43 --stacktrace-depth=value, --require-start=value, --require-end=value, 88 LONGOPTS=$LONGOPTS,stacktrace-depth:,require-start:,require-end: 162 --require-start) 163 echo $2 > $FAULTATTR/require-start 166 --require-end) 167 echo $2 > $FAULTATTR/require-end
|
| /kernel/linux/linux-5.10/tools/testing/fault-injection/ |
| D | failcmd.sh | 43 --stacktrace-depth=value, --require-start=value, --require-end=value, 88 LONGOPTS=$LONGOPTS,stacktrace-depth:,require-start:,require-end: 162 --require-start) 163 echo $2 > $FAULTATTR/require-start 166 --require-end) 167 echo $2 > $FAULTATTR/require-end
|
| /kernel/linux/linux-4.19/arch/mips/tools/ |
| D | generic-board-config.sh | 18 # # require CONFIG_CPU_MIPS32_R2=y 19 # # require CONFIG_CPU_LITTLE_ENDIAN=y 55 # For each line beginning with # require, cut out the field following 59 grep -E '^# require ' "${board_cfg}" | \ 64 # If we require something =y then we check that a line 69 # If we require something =n then we just invert that
|
| /kernel/linux/linux-5.10/lib/crypto/ |
| D | Kconfig | 22 Blake2s library interface that require the generic code as a 48 ChaCha library interface that require the generic code as a 73 Curve25519 library interface that require the generic code as a 108 Poly1305 library interface that require the generic code as a
|
| /kernel/linux/linux-4.19/security/integrity/ima/ |
| D | Kconfig | 170 Depending on the rules configured, this policy may require kernel 190 Enabling this rule will require all kexec'ed kernel images to 203 Enabling this rule will require all kernel modules to be signed 215 Enabling this rule will require the IMA policy to be signed and 227 bool "Require all keys on the .ima keyring be signed (deprecated)" 285 bool "Require signed user-space initialization"
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| D | Kconfig | 184 Depending on the rules configured, this policy may require kernel 204 Enabling this rule will require all kexec'ed kernel images to 217 Enabling this rule will require all kernel modules to be signed 229 Enabling this rule will require the IMA policy to be signed and 254 bool "Require all keys on the .ima keyring be signed (deprecated)" 312 bool "Require signed user-space initialization"
|
| /kernel/linux/linux-5.10/arch/mips/configs/generic/ |
| D | board-xilfpga.config | 1 # require CONFIG_CPU_MIPS32_R2=y 2 # require CONFIG_CPU_LITTLE_ENDIAN=y
|
| D | board-ni169445.config | 1 # require CONFIG_CPU_MIPS32_R2=y 2 # require CONFIG_CPU_LITTLE_ENDIAN=y
|
| /kernel/linux/linux-4.19/arch/mips/configs/generic/ |
| D | board-xilfpga.config | 1 # require CONFIG_CPU_MIPS32_R2=y 2 # require CONFIG_CPU_LITTLE_ENDIAN=y
|
| D | board-ni169445.config | 1 # require CONFIG_CPU_MIPS32_R2=y 2 # require CONFIG_CPU_LITTLE_ENDIAN=y
|
| /kernel/linux/linux-4.19/Documentation/perf/ |
| D | arm-ccn.txt | 25 Crosspoint PMU events require "xp" (index), "bus" (bus number) 29 require "xp" and "vc" as as above plus "port" (device port index), 38 not require any other settings.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/perf/ |
| D | arm-ccn.rst | 26 Crosspoint PMU events require "xp" (index), "bus" (bus number) 30 require "xp" and "vc" as above plus "port" (device port index), 40 not require any other settings.
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_gem_cma_helper.h | 121 * DRM_GEM_CMA_DRIVER_OPS if possible. Drivers that require a virtual address 142 * DRM_GEM_CMA_DRIVER_OPS if possible. Drivers that require a virtual address 160 * DRM_GEM_CMA_DRIVER_OPS_VMAP if possible. Drivers that do not require a 183 * DRM_GEM_CMA_DRIVER_OPS_VMAP if possible. Drivers that do not require a
|
| /kernel/linux/linux-4.19/net/core/ |
| D | dev_ioctl.c | 401 * - atomic and do not require locking. in dev_ioctl() 431 * - require superuser power. in dev_ioctl() 432 * - require strict serialization. in dev_ioctl() 450 * - require superuser power. in dev_ioctl() 451 * - require strict serialization. in dev_ioctl() 461 * - require local superuser power. in dev_ioctl() 462 * - require strict serialization. in dev_ioctl()
|
| /kernel/linux/linux-5.10/net/core/ |
| D | dev_ioctl.c | 419 * - atomic and do not require locking. in dev_ioctl() 448 * - require superuser power. in dev_ioctl() 449 * - require strict serialization. in dev_ioctl() 467 * - require superuser power. in dev_ioctl() 468 * - require strict serialization. in dev_ioctl() 478 * - require local superuser power. in dev_ioctl() 479 * - require strict serialization. in dev_ioctl()
|
| /kernel/linux/linux-4.19/tools/testing/selftests/timers/ |
| D | Makefile | 6 # system time or require escalated privileges 19 # these tests require escalated privileges
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | asciidoctor-extensions.rb | 1 require 'asciidoctor' 2 require 'asciidoctor/extensions'
|
| /kernel/linux/linux-4.19/tools/perf/Documentation/ |
| D | asciidoctor-extensions.rb | 1 require 'asciidoctor' 2 require 'asciidoctor/extensions'
|
| /kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
| D | Makefile | 6 # system time or require escalated privileges 20 # these tests require escalated privileges
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kexec/ |
| D | test_kexec_file_load.sh | 18 # Some of the IMA builtin policies may require the kexec kernel image to 35 # The architecture specific or a custom policy may require the 58 # The kexec_file_load_test() is complicated enough, require pesign. 74 # The kexec_file_load_test() is complicated enough, require getfattr.
|
| /kernel/linux/linux-4.19/Documentation/dev-tools/ |
| D | kselftest.rst | 32 Note that some tests will require root privileges. 86 Note that some tests will require root privileges. 113 note some tests will require root privileges:: 141 TEST_CUSTOM_PROGS should be used by tests that require custom build
|
| /kernel/linux/linux-5.10/drivers/scsi/ufs/ |
| D | ufs_quirks.h | 84 * Some UFS devices require host PA_TACTIVATE to be lower than device 100 * Some UFS devices require VS_DebugSaveConfigTime is 0x10, 113 * Some UFS devices require delay after VCC power rail is turned-off.
|