Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 23 of 23) sorted by relevance

/scripts/
Dcheckstack.pl42 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 …]
Drecordmcount.pl123 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 …]
Dget_feat.pl14 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 …]
Dtags.sh46 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*'
Dleaking_addresses.pl184 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) {
Dheaders_check.pl26 my ($dir, $arch, @files) = @ARGV;
58 $inc =~ s#asm/#asm-$arch/#;
Dremove-stale-files29 rm -f arch/arm/boot/compressed/${f}
DMakefile.package78 +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)
Dchecksyscalls.sh270 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
DMakefile30 HOSTCFLAGS_sorttable.o += -I$(srctree)/tools/arch/x86/include
DMakefile.modfinal33 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
DMakefile.gcc-plugins41 += -fplugin-arg-stackleak_plugin-arch=$(SRCARCH)
/scripts/package/
Dbuilddeb63 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)
Dmkdebian138 echo $debarch > debian/arch
/scripts/kconfig/
DMakefile28 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/
Dutils.py149 def is_target_arch(arch): argument
151 return arch in gdb.newest_frame().architecture().name()
156 return arch in target_arch
/scripts/atomic/
Dcheck-atomics.sh19 linux/atomic/atomic-arch-fallback.h
Dgen-atomics.sh13 gen-atomic-fallback.sh linux/atomic/atomic-arch-fallback.h
Dgen-atomic-instrumented.sh115 * To use this functionality an arch's atomic.h file needs to define all
/scripts/dtc/
Ddtx_diff142 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
150 if [ -d ${git_root}/arch/ ] ; then
/scripts/coccinelle/misc/
Dcond_no_effect.cocci18 // arch/sh/kernel/traps_64.c:read_opcode()
/scripts/gcc-plugins/
DKconfig5 An arch should select this symbol if it supports building with