Home
last modified time | relevance | path

Searched full:exclude (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/Linux-v5.15/arch/mips/pci/
Dfixup-sb1250.c39 struct sb1250_bus_dma_limit_exclude *exclude = data; in sb1250_bus_dma_limit() local
43 exclude_this = exclude->set && (dev->bus->number >= exclude->start && in sb1250_bus_dma_limit()
44 dev->bus->number <= exclude->end); in sb1250_bus_dma_limit()
45 ht_bridge = !exclude->set && (dev->vendor == PCI_VENDOR_ID_SIBYTE && in sb1250_bus_dma_limit()
51 exclude->start = dev->subordinate->number; in sb1250_bus_dma_limit()
52 exclude->end = pci_bus_max_busnr(dev->subordinate); in sb1250_bus_dma_limit()
53 exclude->set = true; in sb1250_bus_dma_limit()
55 exclude->start, exclude->end); in sb1250_bus_dma_limit()
66 struct sb1250_bus_dma_limit_exclude exclude = { .set = false }; in quirk_sb1250_pci_dac() local
68 pci_walk_bus(dev->bus, sb1250_bus_dma_limit, &exclude); in quirk_sb1250_pci_dac()
/Linux-v5.15/Documentation/arm64/
Dperf.rst17 Userspace always runs at EL0 and thus this attribute will exclude EL0.
28 For the host this attribute will exclude EL1 and additionally EL2 on a VHE
31 For the guest this attribute will exclude EL1. Please note that EL2 is
43 For a non-VHE host this attribute will exclude EL2 as we consider the
54 These attributes exclude the KVM host and guest, respectively.
66 For non-VHE systems we exclude EL2 for exclude_host - upon entering and
70 For VHE systems we exclude EL1 for exclude_guest and exclude both EL0,EL2
72 to include/exclude EL0 as appropriate based on the exclude_host and
/Linux-v5.15/scripts/package/
Dmkspec32 EXCLUDES="$RCS_TAR_IGNORE --exclude=*vmlinux* --exclude=*.mod \
33 --exclude=*.o --exclude=*.ko --exclude=*.cmd --exclude=Documentation \
34 --exclude=.config.old --exclude=.missing-syscalls.d --exclude=*.s"
134 $M %exclude /lib/modules/$KERNELRELEASE/build
135 $M %exclude /lib/modules/$KERNELRELEASE/source
/Linux-v5.15/tools/perf/tests/
Dparse-events.c296 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_host_modifier()
297 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_host_modifier()
306 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__checkevent_exclude_guest_modifier()
307 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_guest_modifier()
340 TEST_ASSERT_VAL("wrong exclude idle", evsel->core.attr.exclude_idle); in test__checkevent_exclude_idle_modifier()
341 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier()
342 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier()
355 TEST_ASSERT_VAL("wrong exclude idle", evsel->core.attr.exclude_idle); in test__checkevent_exclude_idle_modifier_1()
356 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier_1()
357 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier_1()
[all …]
/Linux-v5.15/tools/perf/
Dperf-completion.sh7 local exclude i j first
8 # Which word separators to exclude?
9 exclude="${1//[^$COMP_WORDBREAKS]}"
11 if [ -z "$exclude" ]; then
25 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ]
62 local exclude cur_ words_ cword_
64 exclude=$2
67 __my_reassemble_comp_words_by_ref "$exclude"
/Linux-v5.15/net/bridge/
DKconfig47 Say N to exclude this support and reduce the binary size.
61 Say N to exclude this support and reduce the binary size.
73 Say N to exclude this support and reduce the binary size.
84 Say N to exclude this support and reduce the binary size.
/Linux-v5.15/Documentation/admin-guide/LSM/
DLoadPin.rst23 It's also possible to exclude specific file types from LoadPin using kernel
24 command line option "``loadpin.exclude``". By default, all files are
26 as "``loadpin.exclude=kernel-module,kexec-image``". This allows to use
/Linux-v5.15/net/openvswitch/
DKconfig50 Say N to exclude this support and reduce the binary size.
62 Say N to exclude this support and reduce the binary size.
74 Say N to exclude this support and reduce the binary size.
/Linux-v5.15/Documentation/trace/coresight/
Dcoresight-etm4x-reference.rst91 / exclude according to the optional parameter, or if omitted
97 ``echo addr1 addr2 [exclude] > addr_range``
101 Optional exclude value:-
104 - 1 for exclude.
186 val is a 7 bit value for exception levels to exclude. Input
648 This is the default value for the include / exclude function when
649 setting address ranges. Set 1 for exclude range. When the mode
771 Set default trace setup to exclude kernel mode trace (see note a)
778 Set default trace setup to exclude user space trace (see note a)
784 set EL exclude bits for NS state in either user space (EL0) or kernel space
/Linux-v5.15/fs/ubifs/
Dfind.c25 * @exclude_index: whether to exclude index LEBs
89 /* Exclude LEBs that are currently in use */ in scan_for_dirty_cb()
95 /* Exclude LEBs with too little space */ in scan_for_dirty_cb()
98 /* If specified, exclude index LEBs */ in scan_for_dirty_cb()
101 /* If specified, exclude empty or freeable LEBs */ in scan_for_dirty_cb()
105 /* Exclude LEBs with too little dirty space (unless it is empty) */ in scan_for_dirty_cb()
119 * @exclude_index: whether to exclude index LEBs
356 /* Exclude LEBs that are currently in use */ in scan_for_free_cb()
362 /* Exclude index LEBs */ in scan_for_free_cb()
365 /* Exclude LEBs with too little space */ in scan_for_free_cb()
[all …]
/Linux-v5.15/drivers/scsi/arm/
Dqueue.h40 * Function: struct scsi_cmnd *queue_remove_exclude_ref (queue, exclude)
43 * exclude - array of busy LUNs
47 unsigned long *exclude);
Dqueue.c152 * Function: struct scsi_cmnd *queue_remove_exclude (queue, exclude)
155 * exclude - bit array of target&lun which is busy
158 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) in queue_remove_exclude() argument
168 (u8)(q->SCpnt->device->lun & 0x7), exclude)) { in queue_remove_exclude()
/Linux-v5.15/arch/arm/mach-realtek/
Drtd1195.c22 /* Exclude boot ROM from RAM */ in rtd1195_reserve()
25 /* Exclude peripheral register spaces from RAM */ in rtd1195_reserve()
/Linux-v5.15/kernel/gcov/
DKconfig28 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
53 larger and run slower. Also be sure to exclude files from profiling
/Linux-v5.15/arch/x86/kernel/
Dcrash.c219 /* Exclude the low 1M because it is always reserved */ in elf_header_exclude_ranges()
224 /* Exclude crashkernel region */ in elf_header_exclude_ranges()
262 /* Exclude unwanted mem ranges */ in prepare_elf_headers()
312 /* Exclude elf header region */ in memmap_exclude_ranges()
365 /* Exclude some ranges from crashk_res and add rest to memmap */ in crash_setup_memmap_entries()
/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dbridge_igmp.sh180 .source_list != null and .filter_mode == \"exclude\")" &>/dev/null
294 .source_list != null and .filter_mode == \"exclude\")" &>/dev/null
343 log_test "IGMPv3 report $TEST_GROUP exclude -> allow"
366 log_test "IGMPv3 report $TEST_GROUP exclude -> is_include"
389 log_test "IGMPv3 report $TEST_GROUP exclude -> is_exclude"
415 log_test "IGMPv3 report $TEST_GROUP exclude -> to_exclude"
472 log_test "IGMPv3 report $TEST_GROUP exclude -> block"
517 log_test "IGMPv3 group $TEST_GROUP exclude timeout"
Dbridge_mld.sh178 .source_list != null and .filter_mode == \"exclude\")" &>/dev/null
291 .source_list != null and .filter_mode == \"exclude\")" &>/dev/null
340 log_test "MLDv2 report $TEST_GROUP exclude -> allow"
363 log_test "MLDv2 report $TEST_GROUP exclude -> is_include"
386 log_test "MLDv2 report $TEST_GROUP exclude -> is_exclude"
412 log_test "MLDv2 report $TEST_GROUP exclude -> to_exclude"
469 log_test "MLDv2 report $TEST_GROUP exclude -> block"
514 log_test "MLDv2 group $TEST_GROUP exclude timeout"
/Linux-v5.15/arch/arm/mm/
Dpmsa-v8.c254 /* RAM and IO: exclude kernel */ in pmsav8_setup()
259 /* RAM and IO: exclude xip */ in pmsav8_setup()
265 /* RAM and IO: exclude vectors */ in pmsav8_setup()
269 /* IO: exclude RAM */ in pmsav8_setup()
/Linux-v5.15/scripts/
Ddev-needs.sh40 --exclude-devlinks Don't follow device links when tracking probe
43 --exclude-parents Don't follow parent devices when tracking probe
240 --exclude-devlinks)
243 --exclude-parents)
DMakefile.modfinal48 # Same as newer-prereqs, but allows to exclude specified extra dependencies
51 # Same as if_changed, but allows to exclude specified extra dependencies
/Linux-v5.15/arch/powerpc/kexec/
Dfile_load_64.c46 * get_exclude_memory_ranges - Get exclude memory ranges. This list includes
86 /* exclude memory ranges should be sorted for easy lookup */ in get_exclude_memory_ranges()
90 pr_err("Failed to setup exclude memory ranges\n"); in get_exclude_memory_ranges()
176 /* Exclude crashkernel region */ in get_crash_memory_ranges()
292 * @emem: Exclude memory ranges.
390 * @emem: Exclude memory ranges.
1128 * tce-table, reserved-ranges & such (exclude
1144 /* Look up the exclude ranges list while locating the memory hole */ in arch_kexec_locate_mem_hole()
1147 pr_warn("No exclude range list. Using the default locate mem hole method\n"); in arch_kexec_locate_mem_hole()
1173 /* Add the buffer allocated to the exclude list for the next lookup */ in arch_kexec_locate_mem_hole()
[all …]
/Linux-v5.15/security/loadpin/
Dloadpin.c254 module_param_array_named(exclude, exclude_read_files, charp, NULL, 0);
255 MODULE_PARM_DESC(exclude, "Exclude pinning specific read file types");
/Linux-v5.15/tools/memory-model/Documentation/
Dglossary.txt49 external" (coe) link is used when it is necessary to exclude
112 external" (fre) link is used when it is necessary to exclude
153 external" (rfe) link is used when it is necessary to exclude
/Linux-v5.15/tools/perf/arch/x86/tests/
Dregs_load.S40 leaq 8(%rsp), %rax /* exclude this call. */
77 leal 4(%esp), %eax /* exclude this call. */
/Linux-v5.15/tools/testing/selftests/powerpc/pmu/
Dper_event_excludes.c63 * The open here will fail if we don't have per event exclude support, in per_event_excludes()
64 * because the second event has an incompatible set of exclude settings in per_event_excludes()

12345678910>>...14