Home
last modified time | relevance | path

Searched refs:UTS_MACHINE (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/arch/x86/
H A DMakefile119 UTS_MACHINE := i386 macro
148 UTS_MACHINE := x86_64 macro
246 KBUILD_LDFLAGS += -m elf_$(UTS_MACHINE)
315 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
316 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
/linux-6.15/arch/sparc/
H A DMakefile26 UTS_MACHINE := sparc macro
45 UTS_MACHINE := sparc64 macro
/linux-6.15/scripts/package/
H A Dmkdebian28 case "$UTS_MACHINE" in
30 debarch="$UTS_MACHINE" ;;
91 echo "Please add support for $UTS_MACHINE to ${0} ..." >&2
/linux-6.15/scripts/
H A Dmkcompile_h4 UTS_MACHINE=$1
H A DMakefile.package78 --target $(UTS_MACHINE)-linux --build-in-place --noprep --define='_smp_mflags %{nil}' \
147 snapcraft --target-arch=$(UTS_MACHINE)
/linux-6.15/init/
H A Dversion-timestamp.c17 .machine = UTS_MACHINE,
/linux-6.15/arch/arm64/
H A DMakefile132 UTS_MACHINE := aarch64_be macro
138 UTS_MACHINE := aarch64 macro
/linux-6.15/arch/riscv/
H A DMakefile31 UTS_MACHINE := riscv64 macro
42 UTS_MACHINE := riscv32 macro
/linux-6.15/Documentation/translations/zh_CN/kbuild/
H A Dkbuild.rst155 UTS_MACHINE 变量(在某些架构中还包括内核配置)来猜测正确的架构。KBUILD_DEBARCH
/linux-6.15/arch/parisc/
H A DMakefile24 UTS_MACHINE := parisc64 macro
/linux-6.15/arch/s390/
H A DMakefile38 UTS_MACHINE := s390x macro
/linux-6.15/arch/sh/
H A DMakefile102 UTS_MACHINE := sh macro
/linux-6.15/arch/x86/boot/compressed/
H A DMakefile54 KBUILD_LDFLAGS := -m elf_$(UTS_MACHINE)
/linux-6.15/arch/mips/
H A DMakefile45 UTS_MACHINE := mips macro
49 UTS_MACHINE := mips64 macro
/linux-6.15/arch/x86/kernel/
H A DMakefile8 CPPFLAGS_vmlinux.lds += -U$(UTS_MACHINE)
/linux-6.15/arch/loongarch/
H A DMakefile51 UTS_MACHINE := loongarch64 macro
/linux-6.15/arch/powerpc/
H A DMakefile54 UTS_MACHINE := $(subst $(space),,$(machine-y)) macro
/linux-6.15/
H A DMakefile406 UTS_MACHINE := $(ARCH) macro
619 export PERL PYTHON3 CHECK CHECKFLAGS MAKE UTS_MACHINE HOSTCXX
1458 $(Q)find $(srctree)/tools/testing/selftests -name config -o -name config.$(UTS_MACHINE) | \
/linux-6.15/Documentation/kbuild/
H A Dkbuild.rst176 the UTS_MACHINE variable, and on some architectures also the kernel config.
/linux-6.15/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c694 .name = UTS_MACHINE, .e_machine = ELF_ARCH, .ei_osabi = ELF_OSABI,