Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/arch/mips/pci/
A 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-6.3-rc2/tools/perf/
A 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-6.3-rc2/Documentation/arm64/
A 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-6.3-rc2/scripts/
A DMakefile.package38 $< --exclude='*.rej' --output=$@_exclude --prefix=./ --rootdir=$(srctree) --stat=-
47 cmd_tar = tar -c -f $@ $(tar-compress-opt) $(tar-exclude-opt) \
75 linux.tar.gz: tar-exclude-opt = --exclude=./$@ --exclude-from=$<_exclude
183 tar -c -f - --exclude-from=$<_exclude -C $(srctree) --files-from=$(srctree)/tools/perf/MANIFEST | \
A Ddev-needs.sh43 --exclude-parents Don't follow parent devices when tracking probe
240 --exclude-devlinks)
243 --exclude-parents)
A Dmisc-check15 git -C ${srctree:-.} ls-files -i -c --exclude-per-directory=.gitignore 2>/dev/null |
/linux-6.3-rc2/Documentation/admin-guide/LSM/
A 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-6.3-rc2/net/bridge/
A 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-6.3-rc2/tools/testing/selftests/drivers/net/dsa/
A Dbridge_mdb.sh168 filter_mode exclude &> /dev/null
322 filter_mode exclude source_list $src1
343 filter_mode exclude source_list $src1
411 filter_mode exclude source_list $src1
442 filter_mode exclude source_list $src1
445 filter_mode exclude source_list $src1
454 filter_mode exclude source_list $src1
466 filter_mode exclude source_list $src1
478 filter_mode exclude source_list $src1
490 filter_mode exclude source_list $src1
[all …]
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/
A Dbridge_mdb.sh168 filter_mode exclude &> /dev/null
322 filter_mode exclude source_list $src1
343 filter_mode exclude source_list $src1
411 filter_mode exclude source_list $src1
442 filter_mode exclude source_list $src1
445 filter_mode exclude source_list $src1
454 filter_mode exclude source_list $src1
466 filter_mode exclude source_list $src1
478 filter_mode exclude source_list $src1
490 filter_mode exclude source_list $src1
[all …]
/linux-6.3-rc2/net/openvswitch/
A DKconfig52 Say N to exclude this support and reduce the binary size.
64 Say N to exclude this support and reduce the binary size.
76 Say N to exclude this support and reduce the binary size.
/linux-6.3-rc2/kernel/gcov/
A 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-6.3-rc2/Documentation/trace/coresight/
A 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-6.3-rc2/drivers/scsi/arm/
A Dqueue.h47 unsigned long *exclude);
A 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-6.3-rc2/drivers/misc/mchp_pci1xxxx/
A DKconfig11 Select yes, no or module here to include or exclude the driver
/linux-6.3-rc2/security/loadpin/
A Dloadpin.c449 module_param_array_named(exclude, exclude_read_files, charp, NULL, 0);
450 MODULE_PARM_DESC(exclude, "Exclude pinning specific read file types");
/linux-6.3-rc2/scripts/package/
A Dmkspec141 $M %exclude /lib/modules/$KERNELRELEASE/build
142 $M %exclude /lib/modules/$KERNELRELEASE/source
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dspecial_inodes.rst33 - The “exclude” inode, for snapshots(?)
/linux-6.3-rc2/net/tipc/
A Dname_table.h123 u32 exclude, bool mcast);
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dkvm.h545 #define KVM_PMU_ENCODE_MASKED_ENTRY(event_select, mask, match, exclude) \ argument
549 ((__u64)(!!(exclude)) << 55))
/linux-6.3-rc2/tools/arch/x86/include/uapi/asm/
A Dkvm.h545 #define KVM_PMU_ENCODE_MASKED_ENTRY(event_select, mask, match, exclude) \ argument
549 ((__u64)(!!(exclude)) << 55))
/linux-6.3-rc2/kernel/time/
A 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-6.3-rc2/Documentation/translations/zh_CN/doc-guide/
A Dkernel-doc.rst497 $(git grep -l '/\*\*' -- . ":(exclude)Documentation" ":(exclude)tools") \
/linux-6.3-rc2/arch/mips/net/
A 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()

Completed in 45 milliseconds

1234