Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/
DMakefile119 UTS_MACHINE := i386 macro
153 UTS_MACHINE := x86_64 macro
252 KBUILD_LDFLAGS += -m elf_$(UTS_MACHINE)
313 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
314 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
/linux-6.12.1/arch/sparc/
DMakefile26 UTS_MACHINE := sparc macro
45 UTS_MACHINE := sparc64 macro
/linux-6.12.1/scripts/package/
Dmkdebian28 case "$UTS_MACHINE" in
30 debarch="$UTS_MACHINE" ;;
82 echo "Please add support for $UTS_MACHINE to ${0} ..." >&2
/linux-6.12.1/scripts/
Dmkcompile_h4 UTS_MACHINE=$1
DMakefile.package78 --target $(UTS_MACHINE)-linux --build-in-place --noprep --define='_smp_mflags %{nil}' \
147 snapcraft --target-arch=$(UTS_MACHINE)
/linux-6.12.1/init/
Dversion-timestamp.c17 .machine = UTS_MACHINE,
/linux-6.12.1/arch/arm64/
DMakefile128 UTS_MACHINE := aarch64_be macro
134 UTS_MACHINE := aarch64 macro
/linux-6.12.1/arch/riscv/
DMakefile31 UTS_MACHINE := riscv64 macro
42 UTS_MACHINE := riscv32 macro
/linux-6.12.1/arch/parisc/
DMakefile24 UTS_MACHINE := parisc64 macro
/linux-6.12.1/arch/s390/
DMakefile38 UTS_MACHINE := s390x macro
/linux-6.12.1/arch/sh/
DMakefile102 UTS_MACHINE := sh macro
/linux-6.12.1/arch/mips/
DMakefile45 UTS_MACHINE := mips macro
49 UTS_MACHINE := mips64 macro
/linux-6.12.1/arch/x86/boot/compressed/
DMakefile54 KBUILD_LDFLAGS := -m elf_$(UTS_MACHINE)
/linux-6.12.1/arch/loongarch/
DMakefile51 UTS_MACHINE := loongarch64 macro
/linux-6.12.1/arch/x86/kernel/
DMakefile8 CPPFLAGS_vmlinux.lds += -U$(UTS_MACHINE)
/linux-6.12.1/arch/powerpc/
DMakefile54 UTS_MACHINE := $(subst $(space),,$(machine-y)) macro
/linux-6.12.1/
DMakefile384 UTS_MACHINE := $(ARCH) macro
589 export PERL PYTHON3 CHECK CHECKFLAGS MAKE UTS_MACHINE HOSTCXX
1385 $(Q)find $(srctree)/tools/testing/selftests -name config -o -name config.$(UTS_MACHINE) | \
/linux-6.12.1/Documentation/kbuild/
Dkbuild.rst159 the UTS_MACHINE variable, and on some architectures also the kernel config.
/linux-6.12.1/arch/powerpc/kernel/ptrace/
Dptrace-view.c694 .name = UTS_MACHINE, .e_machine = ELF_ARCH, .ei_osabi = ELF_OSABI,