Searched refs:arch (Results 1 – 25 of 28) sorted by relevance
12
| /scripts/ |
| D | head-object-list.txt | 14 arch/alpha/kernel/head.o 15 arch/arc/kernel/head.o 16 arch/arm/kernel/head-nommu.o 17 arch/arm/kernel/head.o 18 arch/csky/kernel/head.o 19 arch/hexagon/kernel/head.o 20 arch/loongarch/kernel/head.o 21 arch/m68k/68000/head.o 22 arch/m68k/coldfire/head.o 23 arch/m68k/kernel/head.o [all …]
|
| 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 'm68k') { 75 } elsif ($arch eq 'mips64') { 78 } elsif ($arch eq 'mips') { [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; 32 'arch=s' => \$arch, 155 next if (m/^\s*\|\s*arch\s*\|\s*status\s*\|\s*$/); 212 my $title = "Feature status on $arch architecture"; 254 printf "%-${max_size_status}s ", $arch_table{$arch}; 274 print "#\n# Kernel feature support matrix of the '$arch' architecture:\n#\n"; 284 my $status = $arch_table{$arch}; 336 foreach my $arch (sort keys %arch_table) { 337 printf "%-${max_size_arch}s ", $arch; 338 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 local include=$(find ${tree}arch/$1/ -name include -type d -print); 80 \( -path ${tree}include -o -path ${tree}arch -o -name '.tmp_*' \) -prune -o \ 91 for arch in $ALLSOURCE_ARCHS 93 find_arch_sources $arch '*.[chS]' 120 find ${tree}arch/ -maxdepth 1 $ignore \ 122 for arch in $ALLSOURCE_ARCHS; do 123 find_arch_sources $arch 'Kconfig*'
|
| D | Makefile.defconf | 6 $4 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$2 \ 7 $(foreach config,$3,$(srctree)/arch/$(SRCARCH)/configs/$(config).config)
|
| D | leaking_addresses.pl | 211 state $arch = `uname -m`; 213 chomp $arch; 214 if ($arch =~ m/i[3456]86/) { 223 my $arch = `uname -m`; 225 chomp $arch; 226 if ($arch eq $desc) {
|
| D | make_fit.py | 128 fsw.property_string('arch', args.arch) 194 def output_dtb(fsw, seq, fname, arch, compress): argument 207 fsw.property_string('arch', arch) 288 output_dtb(fsw, seq, fn, args.arch, args.compress)
|
| D | spdxexclude | 13 arch/*/configs/
|
| D | checksyscalls.sh | 272 (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.vmlinux | 36 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
|
| D | Makefile | 41 HOSTCFLAGS_sorttable.o += -I$(srctree)/tools/arch/$(SRCARCH)/include
|
| D | Makefile.gcc-plugins | 31 += -fplugin-arg-stackleak_plugin-arch=$(SRCARCH)
|
| D | Makefile.modfinal | 39 ARCH_POSTLINK := $(srctree)/arch/$(SRCARCH)/Makefile.postlink
|
| D | Makefile.asm-headers | 24 -include $(srctree)/arch/$(SRCARCH)/kernel/Makefile.syscalls
|
| D | Makefile.package | 131 -R'$(MAKE) -f debian/rules' -j1 -a$$(cat debian/arch), \ 147 snapcraft --target-arch=$(UTS_MACHINE)
|
| /scripts/package/debian/ |
| D | rules | 61 $(binary-targets): build-arch 65 .PHONY: binary binary-indep binary-arch 66 binary: binary-arch binary-indep 68 binary-arch: $(binary-targets) 71 .PHONY: build build-indep build-arch 72 build: build-arch build-indep 74 build-arch: 91 $(Q)dpkg-architecture -a$$(cat debian/arch) --print-set --print-format=make > $@.tmp
|
| /scripts/gdb/linux/ |
| D | utils.py | 169 def is_target_arch(arch): argument 171 return arch in gdb.newest_frame().architecture().name() 176 return arch in target_arch
|
| /scripts/kconfig/ |
| D | Makefile | 28 KCONFIG_DEFCONFIG_LIST += arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) 93 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),) 95 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig) 102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig) 104 configfiles = $(wildcard $(srctree)/kernel/configs/$(1) $(srctree)/arch/$(SRCARCH)/configs/$(1))
|
| /scripts/atomic/ |
| D | gen-atomics.sh | 13 gen-atomic-fallback.sh linux/atomic/atomic-arch-fallback.h
|
| /scripts/package/ |
| D | PKGBUILD | 20 arch=(${CARCH}) 73 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
|
| /scripts/gcc-plugins/ |
| D | Kconfig | 5 An arch should select this symbol if it supports building with
|
| /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()
|
12