Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 25 of 78) sorted by relevance

1234

/Linux-v6.1/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-v6.1/tools/perf/
Dperf-completion.sh7 local exclude i j first
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-v6.1/Documentation/arm64/
Dperf.rst20 Userspace always runs at EL0 and thus this attribute will exclude EL0.
31 For the host this attribute will exclude EL1 and additionally EL2 on a VHE
34 For the guest this attribute will exclude EL1. Please note that EL2 is
46 For a non-VHE host this attribute will exclude EL2 as we consider the
57 These attributes exclude the KVM host and guest, respectively.
69 For non-VHE systems we exclude EL2 for exclude_host - upon entering and
73 For VHE systems we exclude EL1 for exclude_guest and exclude both EL0,EL2
75 to include/exclude EL0 as appropriate based on the exclude_host and
/Linux-v6.1/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-v6.1/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-v6.1/scripts/
Ddev-needs.sh43 --exclude-parents Don't follow parent devices when tracking probe
240 --exclude-devlinks)
243 --exclude-parents)
/Linux-v6.1/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-v6.1/kernel/gcov/
DKconfig27 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
52 larger and run slower. Also be sure to exclude files from profiling
/Linux-v6.1/Documentation/trace/coresight/
Dcoresight-etm4x-reference.rst105 / exclude according to the optional parameter, or if omitted
111 ``echo addr1 addr2 [exclude] > addr_range``
115 Optional exclude value:-
118 - 1 for exclude.
200 val is a 7 bit value for exception levels to exclude. Input
662 This is the default value for the include / exclude function when
663 setting address ranges. Set 1 for exclude range. When the mode
800 Set default trace setup to exclude kernel mode trace (see note a)
807 Set default trace setup to exclude user space trace (see note a)
813 set EL exclude bits for NS state in either user space (EL0) or kernel space
/Linux-v6.1/drivers/scsi/arm/
Dqueue.h47 unsigned long *exclude);
Dqueue.c162 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) in queue_remove_exclude() argument
172 (u8)(q->SCpnt->device->lun & 0x7), exclude)) { in queue_remove_exclude()
/Linux-v6.1/drivers/misc/mchp_pci1xxxx/
DKconfig11 Select yes, no or module here to include or exclude the driver
/Linux-v6.1/security/loadpin/
Dloadpin.c428 module_param_array_named(exclude, exclude_read_files, charp, NULL, 0);
429 MODULE_PARM_DESC(exclude, "Exclude pinning specific read file types");
/Linux-v6.1/scripts/package/
Dmkspec135 $M %exclude /lib/modules/$KERNELRELEASE/build
136 $M %exclude /lib/modules/$KERNELRELEASE/source
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_sw_fence.h94 const struct dma_fence_ops *exclude,
/Linux-v6.1/Documentation/filesystems/ext4/
Dspecial_inodes.rst33 - The “exclude” inode, for snapshots(?)
/Linux-v6.1/net/tipc/
Dname_table.h123 u32 exclude, bool mcast);
/Linux-v6.1/kernel/time/
Dhrtimer.c503 const struct hrtimer *exclude, in __hrtimer_next_event_base() argument
516 if (timer == exclude) { in __hrtimer_next_event_base()
529 if (exclude) in __hrtimer_next_event_base()
1502 u64 hrtimer_next_event_without(const struct hrtimer *exclude) in hrtimer_next_event_without() argument
1515 expires = __hrtimer_next_event_base(cpu_base, exclude, in hrtimer_next_event_without()
1519 expires = __hrtimer_next_event_base(cpu_base, exclude, active, in hrtimer_next_event_without()
/Linux-v6.1/Documentation/translations/zh_CN/doc-guide/
Dkernel-doc.rst497 $(git grep -l '/\*\*' -- . ":(exclude)Documentation" ":(exclude)tools") \
/Linux-v6.1/
DMakefile624 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
625 --exclude CVS --exclude .pc --exclude .hg --exclude .git
1352 rsync -mrl --include='*/' --include='*\.h' --exclude='*' \
D.gitignore7 # NOTE! Please use 'git ls-files -i --exclude-standard'
/Linux-v6.1/arch/mips/net/
Dbpf_jit_comp32.c531 int exclude, k; in emit_divmod_r64() local
565 exclude = BIT(lo(dst)) | BIT(hi(dst)); in emit_divmod_r64()
567 exclude, JIT_RESERVED_STACK); in emit_divmod_r64()
717 u32 exclude = 0; in emit_atomic_r32() local
779 exclude = BIT(src); in emit_atomic_r32()
785 exclude, JIT_RESERVED_STACK); in emit_atomic_r32()
802 u32 exclude = 0; in emit_atomic_r64() local
861 exclude = BIT(src[0]) | BIT(src[1]); in emit_atomic_r64()
867 exclude, JIT_RESERVED_STACK); in emit_atomic_r64()
/Linux-v6.1/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-v6.1/drivers/hwtracing/coresight/
Dcoresight-etm4x-sysfs.c14 static int etm4_set_mode_exclude(struct etmv4_drvdata *drvdata, bool exclude) in etm4_set_mode_exclude() argument
38 if (exclude == true) { in etm4_set_mode_exclude()
986 int elements, exclude; in addr_range_store() local
988 elements = sscanf(buf, "%lx %lx %x", &val1, &val2, &exclude); in addr_range_store()
1022 exclude = config->mode & ETM_MODE_EXCLUDE; in addr_range_store()
1023 etm4_set_mode_exclude(drvdata, exclude ? true : false); in addr_range_store()
1307 bool exclude = false; in addr_cmp_view_show() local
1322 exclude = config->viiectlr & BIT(idx / 2 + 16); in addr_cmp_view_show()
1331 exclude ? "exclude" : "include"); in addr_cmp_view_show()
/Linux-v6.1/tools/testing/selftests/cgroup/
Dmemcg_protection.m65 % commit 1bc63fb1272b ("mm, memcg: make scan aggression always exclude protection")

1234