Home
last modified time | relevance | path

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

12345678910>>...108

/linux/arch/mips/tools/
H A 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
/linux/tools/testing/fault-injection/
H A Dfailcmd.sh43 --stacktrace-depth=value, --require-start=value, --require-end=value,
96 LONGOPTS=$LONGOPTS,stacktrace-depth:,require-start:,require-end:
170 --require-start)
172 echo $2 > $FAULTATTR/require-start
175 --require-end)
177 echo $2 > $FAULTATTR/require-end
/linux/tools/perf/pmu-events/arch/powerpc/power10/
H A Dothers.json45 …tions in LD0 port that are either unaligned, or treated as unaligned and require an additional rec…
50 …tions in LD1 port that are either unaligned, or treated as unaligned and require an additional rec…
55 …tions in ST0 port that are either unaligned, or treated as unaligned and require an additional rec…
60 …tions in ST1 port that are either unaligned, or treated as unaligned and require an additional rec…
/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Duncore-cache.json9 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
21 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
33 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
45 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
57 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
69 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
81 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
93 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
105 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
117 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
[all …]
/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Duncore-cache.json9 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
21 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
33 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
45 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
57 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
69 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
81 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
93 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
105 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
117 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
[all …]
/linux/Documentation/arch/powerpc/
H A Dvmemmap_dedup.rst14 With 2M PMD level mapping, we require 32 struct pages and a single 64K vmemmap
18 With 1G PUD level mapping, we require 16384 struct pages and a single 64K
20 require 16 64K pages in vmemmap to map the struct page for 1G PUD level mapping.
48 require 8 4K pages in vmemmap to map the struct page for 2M pmd level mapping.
74 With 1G PUD level mapping, we require 262144 struct pages and a single 4K
76 require 4096 4K pages in vmemmap to map the struct pages for 1G PUD level
/linux/drivers/gpu/drm/xe/display/
H A Dintel_fb_bo.c36 * Some modifiers require physical alignment of 64KiB VRAM pages; in intel_fb_bo_framebuffer_init()
37 * require that the BO in those cases is created correctly. in intel_fb_bo_framebuffer_init()
83 /* Require vram placement or dma-buf import */ in intel_fb_bo_lookup_valid_bo()
/linux/Documentation/admin-guide/perf/
H A 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.
/linux/arch/mips/configs/generic/
H A Dboard-xilfpga.config1 # require CONFIG_CPU_MIPS32_R2=y
2 # require CONFIG_CPU_LITTLE_ENDIAN=y
H A Dboard-ni169445.config1 # require CONFIG_CPU_MIPS32_R2=y
2 # require CONFIG_CPU_LITTLE_ENDIAN=y
/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-cache.json1038 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1048 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1058 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1068 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1078 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1088 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1098 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1108 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1118 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1128 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
[all …]
/linux/security/integrity/ima/
H A DKconfig177 Depending on the rules configured, this policy may require kernel
197 Enabling this rule will require all kexec'ed kernel images to
210 Enabling this rule will require all kernel modules to be signed
222 Enabling this rule will require the IMA policy to be signed and
294 bool "Require signed user-space initialization"
/linux/tools/testing/selftests/timers/
H A DMakefile6 # system time or require escalated privileges
20 # these tests require escalated privileges
/linux/tools/perf/Documentation/
H A Dasciidoctor-extensions.rb1 require 'asciidoctor'
2 require 'asciidoctor/extensions'
/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Duncore-cache.json1081 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1091 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1101 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1111 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1121 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1131 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1141 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1151 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1161 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
1171 … of the subevent combinations are valid. Subevents that require an opcode or NID match require th…
[all …]
/linux/tools/testing/selftests/kexec/
H A 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.
/linux/Documentation/devicetree/bindings/nvmem/layouts/
H A Dnvmem-layout.yaml15 Most NVMEM layouts are static and thus do not require additional description
17 define and might require dynamic reading of the NVMEM device in order to
/linux/include/ufs/
H A Dufs_quirks.h75 * Some UFS devices require host PA_TACTIVATE to be lower than device
91 * Some UFS devices require VS_DebugSaveConfigTime is 0x10,
104 * Some UFS devices require delay after VCC power rail is turned-off.
/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm7 require Exporter;
22 require XSLoader;
/linux/drivers/gpu/drm/radeon/
H A 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
148 * by the memory manager (pcie r4xx, r5xx+). These asics require the
193 * These asics require the gart table to be in video memory.
217 * (pcie r4xx, r5xx+). These asics require the gart table to
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dkconfig.c137 "Tests require network namespaces support (CONFIG_NET_NS)",
138 "Tests require veth support (CONFIG_VETH)",
139 "Tests require TCP-AO support (CONFIG_TCP_AO)",
/linux/drivers/xen/
H A DKconfig20 It is very useful on critical systems which require long
176 but require DMAable memory instead.
360 guest type this will require special support on the backend side
366 bool "Require Xen virtio support to use grants"
369 Require virtio for Xen guests to use grant mappings.
/linux/drivers/usb/core/
H A DKconfig45 Say N here unless you require new-device enumeration failure to
134 hub require user space authorization before they can be used.
140 USB devices require user space authorization before they can be
/linux/include/linux/
H A 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 */
/linux/include/media/
H A 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

12345678910>>...108