Searched refs:arch (Results 1 – 23 of 23) sorted by relevance
/scripts/ |
D | checkstack.pl | 42 my $arch = shift; 43 if ($arch eq "") { 44 $arch = `uname -m`; 45 chomp($arch); 56 if ($arch =~ '^(aarch|arm)64$') { 61 } elsif ($arch eq 'arm') { 65 } elsif ($arch =~ /^x86(_64)?$/ || $arch =~ /^i[3456]86$/) { 71 } elsif ($arch eq 'ia64') { 74 } elsif ($arch eq 'm68k') { 78 } elsif ($arch eq 'mips64') { [all …]
|
D | recordmcount.pl | 123 my ($arch, $endian, $bits, $objdump, $objcopy, $cc, 177 if ($arch =~ /(x86(_64)?)|(i386)/) { 179 $arch = "x86_64"; 181 $arch = "i386"; 198 if ($arch eq "x86_64") { 210 } elsif ($arch eq "i386") { 220 } elsif ($arch eq "s390" && $bits == 64) { 230 } elsif ($arch eq "sh") { 241 } elsif ($arch eq "powerpc") { 267 } elsif ($arch eq "arm") { [all …]
|
D | get_feat.pl | 14 my $arch; 31 'arch=s' => \$arch, 149 next if (m/^\s*\|\s*arch\s*\|\s*status\s*\|\s*$/); 206 my $title = "Feature status on $arch architecture"; 248 printf "%-${max_size_status}s ", $arch_table{$arch}; 268 print "#\n# Kernel feature support matrix of the '$arch' architecture:\n#\n"; 278 my $status = $arch_table{$arch}; 330 foreach my $arch (sort keys %arch_table) { 331 printf "%-${max_size_arch}s ", $arch; 332 printf "%-${max_size_status}s\n", $arch_table{$arch}; [all …]
|
D | tags.sh | 46 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ') 55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print; 61 include=$(find ${tree}arch/$1/ -name include -type d -print); 80 \( -path ${tree}include -o -path ${tree}arch -o -name '.tmp_*' \) -prune -o \ 96 for arch in $ALLSOURCE_ARCHS 98 find_sources $arch '*.[chS]' 125 find ${tree}arch/ -maxdepth 1 $ignore \ 127 for arch in $ALLSOURCE_ARCHS; do 128 find_sources $arch 'Kconfig*'
|
D | leaking_addresses.pl | 184 state $arch = `uname -m`; 186 chomp $arch; 187 if ($arch =~ m/i[3456]86/) { 196 my $arch = `uname -m`; 198 chomp $arch; 199 if ($arch eq $desc) {
|
D | headers_check.pl | 26 my ($dir, $arch, @files) = @ARGV; 58 $inc =~ s#asm/#asm-$arch/#;
|
D | remove-stale-files | 29 rm -f arch/arm/boot/compressed/${f}
|
D | Makefile.package | 78 +dpkg-buildpackage -r$(KBUILD_PKG_ROOTCMD) -a$$(cat debian/arch) $(DPKG_FLAGS) -i.git -us -uc 83 +dpkg-buildpackage -r$(KBUILD_PKG_ROOTCMD) -a$$(cat debian/arch) $(DPKG_FLAGS) -b -nc -uc 102 snapcraft --target-arch=$(UTS_MACHINE)
|
D | checksyscalls.sh | 270 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
|
D | subarch.include | 1 # SUBARCH tells the usermode build what the underlying arch is. That is set
|
D | Makefile | 30 HOSTCFLAGS_sorttable.o += -I$(srctree)/tools/arch/x86/include
|
D | Makefile.modfinal | 33 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
|
D | Makefile.gcc-plugins | 41 += -fplugin-arg-stackleak_plugin-arch=$(SRCARCH)
|
/scripts/package/ |
D | builddeb | 63 find . arch/$SRCARCH -maxdepth 1 -name Makefile\* 65 find arch/$SRCARCH -name Kbuild.platforms -o -name Platform 66 find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f 74 find arch/$SRCARCH/include Module.symvers include scripts -type f 104 host_arch=$(dpkg-architecture -a$(cat debian/arch) -qDEB_HOST_MULTIARCH)
|
D | mkdebian | 138 echo $debarch > debian/arch
|
/scripts/kconfig/ |
D | Makefile | 28 KCONFIG_DEFCONFIG_LIST += arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) 85 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),) 87 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig) 94 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig) 96 configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)
|
/scripts/gdb/linux/ |
D | utils.py | 149 def is_target_arch(arch): argument 151 return arch in gdb.newest_frame().architecture().name() 156 return arch in target_arch
|
/scripts/atomic/ |
D | check-atomics.sh | 19 linux/atomic/atomic-arch-fallback.h
|
D | gen-atomics.sh | 13 gen-atomic-fallback.sh linux/atomic/atomic-arch-fallback.h
|
D | gen-atomic-instrumented.sh | 115 * To use this functionality an arch's atomic.h file needs to define all
|
/scripts/dtc/ |
D | dtx_diff | 142 if [ ! -d ${srctree}/arch/${ARCH} ] ; then 150 if [ -d ${git_root}/arch/ ] ; then
|
/scripts/coccinelle/misc/ |
D | cond_no_effect.cocci | 18 // arch/sh/kernel/traps_64.c:read_opcode()
|
/scripts/gcc-plugins/ |
D | Kconfig | 5 An arch should select this symbol if it supports building with
|