Searched refs:arch (Results 1 – 17 of 17) sorted by relevance
40 my $arch = shift;41 if ($arch eq "") {42 $arch = `uname -m`;43 chomp($arch);49 if ($arch =~ '^(aarch|arm)64$') {54 } elsif ($arch eq 'arm') {57 } elsif ($arch =~ /^x86(_64)?$/ || $arch =~ /^i[3456]86$/) {63 } elsif ($arch eq 'ia64') {66 } elsif ($arch eq 'm68k') {70 } elsif ($arch eq 'mips64') {[all …]
123 my ($arch, $endian, $bits, $objdump, $objcopy, $cc,210 if ($arch =~ /(x86(_64)?)|(i386)/) {212 $arch = "x86_64";214 $arch = "i386";231 if ($arch eq "x86_64") {243 } elsif ($arch eq "i386") {253 } elsif ($arch eq "s390" && $bits == 64) {266 } elsif ($arch eq "sh") {273 } elsif ($arch eq "powerpc") {299 } elsif ($arch eq "arm") {[all …]
35 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ')44 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print;50 include=$(find ${tree}arch/$1/ -name include -type d -print);69 \( -path ${tree}include -o -path ${tree}arch -o -name '.tmp_*' \) -prune -o \85 for arch in $ALLSOURCE_ARCHS87 find_sources $arch '*.[chS]'121 find ${tree}arch/ -maxdepth 1 $ignore \123 for arch in $ALLSOURCE_ARCHS; do124 find_sources $arch 'Kconfig*'
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) {
26 my ($dir, $arch, @files) = @ARGV;58 $inc =~ s#asm/#asm-$arch/#;
78 +dpkg-buildpackage -r$(KBUILD_PKG_ROOTCMD) -a$$(cat debian/arch) $(DPKG_FLAGS) -i.git -us -uc83 +dpkg-buildpackage -r$(KBUILD_PKG_ROOTCMD) -a$$(cat debian/arch) $(DPKG_FLAGS) -b -nc -uc102 snapcraft --target-arch=$(UTS_MACHINE)
264 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
1 # SUBARCH tells the usermode build what the underlying arch is. That is set
31 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
137 host_arch=$(dpkg-architecture -a$(cat debian/arch) -qDEB_HOST_MULTIARCH)169 (cd $srctree; find arch/*/include include scripts -type f -o -type l) >> "$objtree/debian/hdrsrcfil…170 (cd $srctree; find arch/$SRCARCH -name module.lds -o -name Kbuild.platforms -o -name Platform) >> "…171 (cd $srctree; find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f) >> "$objtr…175 (cd $objtree; find arch/$SRCARCH/include Module.symvers include scripts -type f) >> "$objtree/debia…
138 echo $debarch > debian/arch
129 def is_target_arch(arch): argument131 return arch in gdb.newest_frame().architecture().name()136 return arch in target_arch
81 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)83 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)90 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)92 configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)
137 * To use this functionality an arch's atomic.h file needs to define all
143 if [ ! -d ${srctree}/arch/${ARCH} ] ; then151 if [ -d ${git_root}/arch/ ] ; then
18 // arch/sh/kernel/traps_64.c:read_opcode()
14 An arch should select this symbol if it supports building with