Home
last modified time | relevance | path

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

/qemu/scripts/
H A Dclean-header-guards.pl35 my $exclude = qr,^(include/standard-headers/|linux-headers/
51 return if !$opt_v or $fname =~ $exclude;
59 return if $fname =~ $exclude;
153 unless ($fname =~ $exclude) {
187 unless ($fname =~ $exclude) {
205 unless $fname =~ $exclude or $fname =~ $exclude_cpp;
H A Darchive-source.sh57 tar --append --file "$tar_file" --exclude=.git subprojects/$sp
H A Dmake-release50 tar --exclude=.git -cJf ${destination}.tar.xz ${destination}
H A Dget_maintainer.pl560 my $exclude = 0;
572 $exclude = 1;
579 if (!$exclude) {
/qemu/roms/
H A Dedk2-build.py421 if options.exclude:
422 exclude = False
423 for item in options.exclude:
426 exclude = True
427 if exclude:
/qemu/target/arm/tcg/
H A Dmte_helper.c34 static int choose_nonexcluded_tag(int tag, int offset, uint16_t exclude) in choose_nonexcluded_tag() argument
36 if (exclude == 0xffff) { in choose_nonexcluded_tag()
40 while (exclude & (1 << tag)) { in choose_nonexcluded_tag()
47 } while (exclude & (1 << tag)); in choose_nonexcluded_tag()
231 uint16_t exclude = extract32(rm | env->cp15.gcr_el1, 0, 16); in HELPER() local
271 rtag = choose_nonexcluded_tag(start, offset, exclude); in HELPER()
281 uint16_t exclude = extract32(env->cp15.gcr_el1, 0, 16); in HELPER() local
282 int rtag = choose_nonexcluded_tag(start_tag, tag_offset, exclude); in HELPER()
/qemu/python/
H A DMANIFEST.in3 exclude README.rst
H A Dsetup.cfg75 exclude = __pycache__,
/qemu/.gitlab-ci.d/
H A Dcrossbuild-template.yml21 --target-list-exclude="arm-softmmu cris-softmmu
73 --disable-system --target-list-exclude="aarch64_be-linux-user
H A Dcirrus.yml60 …CONFIGURE_ARGS: --target-list-exclude=arm-softmmu,i386-softmmu,microblaze-softmmu,mips64el-softmmu…
76 …CONFIGURE_ARGS: --target-list-exclude=arm-softmmu,i386-softmmu,microblazeel-softmmu,mips64-softmmu…
H A Dbuildtest-template.yml45 exclude:
H A Dbuildtest.yml178 exclude:
358 --target-list-exclude=alpha-linux-user,sh4-linux-user
368 --target-list-exclude=alpha-linux-user,sh4-linux-user
447 …--target-list-exclude=alpha-linux-user,microblazeel-linux-user,aarch64_be-linux-user,i386-linux-us…
596 - gcovr --xml-pretty --exclude-unreachable-branches --print-summary
H A Dbase.yml36 # Stage 1: exclude scenarios where we definitely don't
/qemu/linux-headers/asm-x86/
H A Dkvm.h898 #define KVM_PMU_ENCODE_MASKED_ENTRY(event_select, mask, match, exclude) \ argument
902 ((__u64)(!!(exclude)) << 55))
/qemu/
H A Dconfigure672 --target-list-exclude=*) target_list_exclude="$optarg"
852 --target-list-exclude=LIST exclude a set of targets from the default target-list
/qemu/tcg/i386/
H A Dtcg-target.c.inc598 whereas relying on optimization may not be able to exclude them. */