/linux-4.4.14/arch/sh/oprofile/ |
H A D | Makefile | 3 CFLAGS_common.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
|
H A D | common.c | 45 UTS_MACHINE, perf_pmu_name()); oprofile_arch_init()
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | Makefile | 8 # Pass UTS_MACHINE for user_regset definition 9 CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
|
H A D | ptrace.c | 202 .name = UTS_MACHINE,
|
/linux-4.4.14/init/ |
H A D | Makefile | 36 "$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CONFIG_PREEMPT)" "$(CC) $(KBUILD_CFLAGS)"
|
H A D | version.c | 34 .machine = UTS_MACHINE,
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | Makefile | 25 # Pass UTS_MACHINE for user_regset definition 27 CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
|
H A D | ptrace.c | 1191 .name = UTS_MACHINE,
|
/linux-4.4.14/arch/sh/ |
H A D | Makefile | 14 CROSS_COMPILE := $(call cc-cross-prefix, $(UTS_MACHINE)-linux- $(UTS_MACHINE)-linux-gnu- $(UTS_MACHINE)-unknown-linux-gnu-) 103 UTS_MACHINE := sh macro 108 UTS_MACHINE := sh64 macro 117 ld-bfd := elf32-$(UTS_MACHINE)-linux 121 ld-bfd := elf32-$(UTS_MACHINE)big-linux
|
/linux-4.4.14/arch/sparc/ |
H A D | Makefile | 25 UTS_MACHINE := sparc macro 38 UTS_MACHINE := sparc64 macro
|
/linux-4.4.14/arch/x86/ |
H A D | Makefile | 54 UTS_MACHINE := i386 macro 83 UTS_MACHINE := x86_64 macro 180 LDFLAGS := -m elf_$(UTS_MACHINE) 252 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot 253 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
|
/linux-4.4.14/arch/parisc/ |
H A D | Makefile | 29 UTS_MACHINE := parisc64 macro 36 ifneq ($(SUBARCH),$(UTS_MACHINE))
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | Makefile | 7 CPPFLAGS_vmlinux.lds += -U$(UTS_MACHINE)
|
/linux-4.4.14/scripts/ |
H A D | mkcompile_h | 72 echo \#define UTS_MACHINE \"$ARCH\"
|
/linux-4.4.14/arch/x86/boot/compressed/ |
H A D | Makefile | 37 LDFLAGS := -m elf_$(UTS_MACHINE)
|
/linux-4.4.14/arch/s390/ |
H A D | Makefile | 22 UTS_MACHINE := s390x macro
|
/linux-4.4.14/scripts/package/ |
H A D | Makefile | 55 rpmbuild $(RPMOPTS) --target $(UTS_MACHINE) -ta $(KERNELPATH).tar.gz 67 $(UTS_MACHINE) -bb $(objtree)/binkernel.spec
|
H A D | builddeb | 37 case "$UTS_MACHINE" in 39 debarch="$UTS_MACHINE" ;; 73 echo "Please add support for $UTS_MACHINE to ${0} ..." >&2
|
/linux-4.4.14/arch/arc/ |
H A D | Makefile | 9 UTS_MACHINE := arc macro
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | Makefile | 5 CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
|
H A D | ptrace.c | 669 .name = UTS_MACHINE, .e_machine = ELF_ARCH, .ei_osabi = ELF_OSABI,
|
/linux-4.4.14/arch/mips/ |
H A D | Makefile | 38 UTS_MACHINE := mips macro 42 UTS_MACHINE := mips64 macro
|
/linux-4.4.14/arch/hexagon/kernel/ |
H A D | ptrace.c | 182 .name = UTS_MACHINE,
|
/linux-4.4.14/include/linux/ |
H A D | regset.h | 168 * @name: Identifier, e.g. UTS_MACHINE string.
|
/linux-4.4.14/arch/powerpc/ |
H A D | Makefile | 66 UTS_MACHINE := $(OLDARCH) macro
|
/linux-4.4.14/ |
H A D | Makefile | 255 UTS_MACHINE := $(ARCH) macro 410 export MAKE AWK GENKSYMS INSTALLKERNEL PERL PYTHON UTS_MACHINE
|