Home
last modified time | relevance | path

Searched refs:exclude (Results 101 – 125 of 271) sorted by relevance

1234567891011

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm.h545 #define KVM_PMU_ENCODE_MASKED_ENTRY(event_select, mask, match, exclude) \ argument
549 ((__u64)(!!(exclude)) << 55))
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/
H A D0001-meson.build-drop-unnecessary-build-dependencies.patch35 #FIXME: exclude doc/env/
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py387 exclude = self.d.getVar('PACKAGE_EXCLUDE_COMPLEMENTARY')
388 if exclude:
389 cmd.extend(['--exclude=' + '|'.join(exclude.split())])
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/
H A D0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch16 may support C11, exclude those compilers too
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch16 may support C11, exclude those compilers too
/openbmc/linux/kernel/time/
H A Dhrtimer.c505 const struct hrtimer *exclude, in __hrtimer_next_event_base() argument
518 if (timer == exclude) { in __hrtimer_next_event_base()
531 if (exclude) in __hrtimer_next_event_base()
1506 u64 hrtimer_next_event_without(const struct hrtimer *exclude) in hrtimer_next_event_without() argument
1519 expires = __hrtimer_next_event_base(cpu_base, exclude, in hrtimer_next_event_without()
1523 expires = __hrtimer_next_event_base(cpu_base, exclude, active, in hrtimer_next_event_without()
/openbmc/linux/Documentation/translations/zh_CN/doc-guide/
H A Dkernel-doc.rst497 $(git grep -l '/\*\*' -- . ":(exclude)Documentation" ":(exclude)tools") \
/openbmc/linux/arch/mips/net/
H 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()
/openbmc/openbmc/poky/meta/recipes-core/readline/
H A Dreadline.inc20 EXTRA_AUTORECONF += "--exclude=autoheader"
/openbmc/openbmc/poky/meta/recipes-extended/zip/
H A Dzip_3.0.bb54 # exclude version 2.3.2 which triggers a false positive
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/
H A Dlibtool-2.4.7.inc40 EXTRA_AUTORECONF = "--exclude=libtoolize"
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A Dautogen.sh-exclude-pc.patch4 Subject: [PATCH] autogen.sh: exclude .pc from po/POTFILES.in
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dmemcg_protection.m65 % commit 1bc63fb1272b ("mm, memcg: make scan aggression always exclude protection")
/openbmc/linux/tools/memory-model/Documentation/
H A 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
/openbmc/openbmc/poky/meta/recipes-support/nettle/
H A Dnettle_3.9.1.bb29 EXTRA_AUTORECONF += "--exclude=aclocal"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dallarch.bbclass62 # These multilib values shouldn't change allarch packages so exclude them
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml44 exclude:
/openbmc/linux/
H A D.gitignore7 # NOTE! Please use 'git ls-files -i -c --exclude-per-directory=.gitignore'
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/
H A Dxfsprogs_6.6.0.bb41 EXTRA_AUTORECONF += "-I ${S}/m4 --exclude=autoheader"
/openbmc/linux/drivers/hwtracing/coresight/
H A 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()
987 int elements, exclude; in addr_range_store() local
989 elements = sscanf(buf, "%lx %lx %x", &val1, &val2, &exclude); in addr_range_store()
1023 exclude = config->mode & ETM_MODE_EXCLUDE; in addr_range_store()
1024 etm4_set_mode_exclude(drvdata, exclude ? true : false); in addr_range_store()
1308 bool exclude = false; in addr_cmp_view_show() local
1323 exclude = config->viiectlr & BIT(idx / 2 + 16); in addr_cmp_view_show()
1332 exclude ? "exclude" : "include"); in addr_cmp_view_show()
/openbmc/linux/Documentation/dev-tools/
H A Dubsan.rst69 To exclude files from being instrumented even if
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0001-fix-compile-error-with-linux-kernel-v4.8.patch12 We should exclude the linux time.h by disable linux/atm_zatm.h and
/openbmc/openbmc/poky/meta/recipes-extended/unzip/
H A Dunzip_6.0.bb43 # exclude version 5.5.2 which triggers a false positive
/openbmc/linux/tools/net/ynl/lib/
H A Dnlspec.py491 for exclude in self._exclude_ops:
492 skip |= bool(exclude.match(elem['name']))
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/
H A Dautoconf_2.72e.bb17 file://autoreconf-exclude.patch \

1234567891011