Home
last modified time | relevance | path

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

12

/scripts/
Dhead-object-list.txt14 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 …]
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 'm68k') {
75 } elsif ($arch eq 'mips64') {
78 } elsif ($arch eq 'mips') {
[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;
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 …]
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 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*'
DMakefile.defconf6 $4 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$2 \
7 $(foreach config,$3,$(srctree)/arch/$(SRCARCH)/configs/$(config).config)
Dleaking_addresses.pl211 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) {
Dmake_fit.py128 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)
Dspdxexclude13 arch/*/configs/
Dchecksyscalls.sh272 (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
DMakefile.vmlinux36 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
DMakefile41 HOSTCFLAGS_sorttable.o += -I$(srctree)/tools/arch/$(SRCARCH)/include
DMakefile.gcc-plugins31 += -fplugin-arg-stackleak_plugin-arch=$(SRCARCH)
DMakefile.modfinal39 ARCH_POSTLINK := $(srctree)/arch/$(SRCARCH)/Makefile.postlink
DMakefile.asm-headers24 -include $(srctree)/arch/$(SRCARCH)/kernel/Makefile.syscalls
DMakefile.package131 -R'$(MAKE) -f debian/rules' -j1 -a$$(cat debian/arch), \
147 snapcraft --target-arch=$(UTS_MACHINE)
/scripts/package/debian/
Drules61 $(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/
Dutils.py169 def is_target_arch(arch): argument
171 return arch in gdb.newest_frame().architecture().name()
176 return arch in target_arch
/scripts/kconfig/
DMakefile28 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/
Dgen-atomics.sh13 gen-atomic-fallback.sh linux/atomic/atomic-arch-fallback.h
/scripts/package/
DPKGBUILD20 arch=(${CARCH})
73 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
/scripts/gcc-plugins/
DKconfig5 An arch should select this symbol if it supports building with
/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()

12