Home
last modified time | relevance | path

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

/arch/x86/
DMakefile66 UTS_MACHINE := i386 macro
92 UTS_MACHINE := x86_64 macro
203 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/$@
/arch/sparc/
DMakefile26 UTS_MACHINE := sparc macro
45 UTS_MACHINE := sparc64 macro
/arch/sh/oprofile/
Dcommon.c45 UTS_MACHINE, perf_pmu_name()); in oprofile_arch_init()
/arch/riscv/
DMakefile24 UTS_MACHINE := riscv64 macro
32 UTS_MACHINE := riscv32 macro
/arch/parisc/
DMakefile31 UTS_MACHINE := parisc64 macro
49 ifneq ($(SUBARCH),$(UTS_MACHINE))
/arch/arm64/
DMakefile119 UTS_MACHINE := aarch64_be macro
125 UTS_MACHINE := aarch64 macro
/arch/s390/
DMakefile46 UTS_MACHINE := s390x macro
/arch/x86/boot/compressed/
DMakefile63 KBUILD_LDFLAGS := -m elf_$(UTS_MACHINE)
/arch/sh/
DMakefile102 UTS_MACHINE := sh macro
/arch/x86/kernel/
DMakefile12 CPPFLAGS_vmlinux.lds += -U$(UTS_MACHINE)
/arch/mips/
DMakefile46 UTS_MACHINE := mips macro
50 UTS_MACHINE := mips64 macro
/arch/powerpc/
DMakefile45 UTS_MACHINE := $(subst $(space),,$(machine-y)) macro
/arch/powerpc/kernel/ptrace/
Dptrace-view.c636 .name = UTS_MACHINE, .e_machine = ELF_ARCH, .ei_osabi = ELF_OSABI,