Home
last modified time | relevance | path

Searched full:require (Results 1 – 25 of 2376) sorted by relevance

12345678910>>...96

/kernel/linux/linux-5.10/lib/
DKconfig109 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/
Dgeneric-board-config.sh14 # # 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-5.10/tools/testing/fault-injection/
Dfailcmd.sh43 --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/lib/crypto/
DKconfig22 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-5.10/security/integrity/ima/
DKconfig184 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/
Dboard-xilfpga.config1 # require CONFIG_CPU_MIPS32_R2=y
2 # require CONFIG_CPU_LITTLE_ENDIAN=y
Dboard-ni169445.config1 # require CONFIG_CPU_MIPS32_R2=y
2 # require CONFIG_CPU_LITTLE_ENDIAN=y
/kernel/linux/linux-5.10/Documentation/admin-guide/perf/
Darm-ccn.rst26 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/
Ddrm_gem_cma_helper.h121 * 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-5.10/net/core/
Ddev_ioctl.c419 * - 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-5.10/tools/perf/Documentation/
Dasciidoctor-extensions.rb1 require 'asciidoctor'
2 require 'asciidoctor/extensions'
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
DMakefile6 # system time or require escalated privileges
20 # these tests require escalated privileges
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
Dtest_kexec_file_load.sh18 # 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-5.10/drivers/scsi/ufs/
Dufs_quirks.h84 * 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.
/kernel/linux/linux-5.10/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
DContext.pm7 require Exporter;
22 require XSLoader;
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_gart.c67 * (r1xx-r3xx, non-pcie r4xx, rs400). These asics require the
97 * (r1xx-r3xx, non-pcie r4xx, rs400). These asics require the
124 * (pcie r4xx, r5xx+). These asics require the
149 * by the memory manager (pcie r4xx, r5xx+). These asics require the
194 * These asics require the gart table to be in video memory.
218 * (pcie r4xx, r5xx+). These asics require the gart table to
/kernel/linux/linux-5.10/arch/mips/kvm/
DKconfig43 does not require any special hardware Virtualization support beyond
44 standard MIPS32 r2 or later, but it does require the guest kernel
/kernel/linux/linux-5.10/include/linux/
Dkey.h79 KEY_NEED_VIEW, /* Require permission to view attributes */
80 KEY_NEED_READ, /* Require permission to read content */
81 KEY_NEED_WRITE, /* Require permission to update / modify */
82 KEY_NEED_SEARCH, /* Require permission to search (keyring) or find (key) */
83 KEY_NEED_LINK, /* Require permission to link */
84 KEY_NEED_SETATTR, /* Require permission to change attributes */
85 KEY_NEED_UNLINK, /* Require permission to unlink key */
/kernel/linux/linux-5.10/include/media/
Dtuner-types.h111 * @port1_set_for_fm_mono: Some cards require PORT1 to be 1 for mono Radio
129 * require a different TOP value for the
133 * require a different TOP value for the
137 * require a different TOP value for the
/kernel/liteos_m/testsuites/sample/cmsis/
Dcmsis_func_test.c88 * @tc.require: issueI5LBE8
220 * @tc.require: issueI5LBE8
237 * @tc.require: issueI5LBE8
309 * @tc.require: issueI5LBE8
371 * @tc.require: issueI5LBE8
415 * @tc.require: issueI5LBE8
/kernel/linux/linux-5.10/Documentation/networking/dsa/
Dbcm_sf2.rst63 driver require a struct device to be bound to a struct device_node, but things
70 Broadcom switches connected to a SF2 require the use of the DSA slave MDIO bus
82 MoCA interfaces are fairly specific and require the use of a firmware blob which
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
DKconfig12 These devices require softmac firmware which can be found at
24 These devices require softmac firmware which can be found at
/kernel/linux/linux-5.10/net/wireless/
DKconfig93 bool "require regdb signature" if CFG80211_CERTIFICATION_ONUS
97 Require that in addition to the "regulatory.db" file a
201 Drivers should select this option if they require cfg80211's
/kernel/linux/linux-5.10/arch/x86/kernel/
Dftrace_64.S32 * They both require a set of regs to be saved before calling
37 * ftrace_regs_caller. Callbacks (tracing functions) that require
91 * require this, it helps out callers.
117 /* ftrace_regs_caller or frame pointers require this */
/kernel/linux/linux-5.10/Documentation/fault-injection/
Dfault-injection.rst107 - /sys/kernel/debug/fail*/require-start,
108 /sys/kernel/debug/fail*/require-end,
122 for a caller within [require-start,require-end) OR
306 cat /sys/module/$module/sections/.text > /sys/kernel/debug/$FAILTYPE/require-start
307 cat /sys/module/$module/sections/.data > /sys/kernel/debug/$FAILTYPE/require-end

12345678910>>...96