Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/
DMakefile90 UTS_MACHINE := i386 macro
123 UTS_MACHINE := x86_64 macro
217 KBUILD_LDFLAGS += -m elf_$(UTS_MACHINE)
284 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
285 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
/linux-6.6.21/arch/sparc/
DMakefile26 UTS_MACHINE := sparc macro
45 UTS_MACHINE := sparc64 macro
/linux-6.6.21/scripts/package/
Dmkdebian28 case "$UTS_MACHINE" in
30 debarch="$UTS_MACHINE" ;;
82 echo "Please add support for $UTS_MACHINE to ${0} ..." >&2
/linux-6.6.21/scripts/
Dmkcompile_h4 UTS_MACHINE=$1
DMakefile.package95 --target $(UTS_MACHINE)-linux --build-in-place --noprep --define='_smp_mflags %{nil}' \
168 snapcraft --target-arch=$(UTS_MACHINE)
/linux-6.6.21/init/
Dversion-timestamp.c17 .machine = UTS_MACHINE,
/linux-6.6.21/arch/riscv/
DMakefile31 UTS_MACHINE := riscv64 macro
39 UTS_MACHINE := riscv32 macro
/linux-6.6.21/arch/arm64/
DMakefile114 UTS_MACHINE := aarch64_be macro
120 UTS_MACHINE := aarch64 macro
/linux-6.6.21/arch/parisc/
DMakefile24 UTS_MACHINE := parisc64 macro
/linux-6.6.21/arch/loongarch/
DMakefile35 UTS_MACHINE := loongarch64 macro
/linux-6.6.21/arch/sh/
DMakefile102 UTS_MACHINE := sh macro
/linux-6.6.21/arch/s390/
DMakefile36 UTS_MACHINE := s390x macro
/linux-6.6.21/arch/mips/
DMakefile45 UTS_MACHINE := mips macro
49 UTS_MACHINE := mips64 macro
/linux-6.6.21/arch/x86/kernel/
DMakefile8 CPPFLAGS_vmlinux.lds += -U$(UTS_MACHINE)
/linux-6.6.21/arch/x86/boot/compressed/
DMakefile65 KBUILD_LDFLAGS := -m elf_$(UTS_MACHINE)
/linux-6.6.21/arch/powerpc/
DMakefile43 UTS_MACHINE := $(subst $(space),,$(machine-y)) macro
/linux-6.6.21/Documentation/kbuild/
Dkbuild.rst149 the UTS_MACHINE variable, and on some architectures also the kernel config.
/linux-6.6.21/
DMakefile396 UTS_MACHINE := $(ARCH) macro
606 export PERL PYTHON3 CHECK CHECKFLAGS MAKE UTS_MACHINE HOSTCXX
/linux-6.6.21/arch/powerpc/kernel/ptrace/
Dptrace-view.c699 .name = UTS_MACHINE, .e_machine = ELF_ARCH, .ei_osabi = ELF_OSABI,