Searched refs:mcpu (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/m68k/
H A DMakefile41 cpuflags-$(CONFIG_M5441x) = $(call cc-option,-mcpu=54455,-mcfv4e)
42 cpuflags-$(CONFIG_M54xx) = $(call cc-option,-mcpu=5475,-m5200)
43 cpuflags-$(CONFIG_M5407) = $(call cc-option,-mcpu=5407,-m5200)
44 cpuflags-$(CONFIG_M532x) = $(call cc-option,-mcpu=532x,-m5307)
45 cpuflags-$(CONFIG_M537x) = $(call cc-option,-mcpu=537x,-m5307)
46 cpuflags-$(CONFIG_M5307) = $(call cc-option,-mcpu=5307,-m5200)
47 cpuflags-$(CONFIG_M528x) = $(call cc-option,-mcpu=528x,-m5307)
48 cpuflags-$(CONFIG_M5275) = $(call cc-option,-mcpu=5275,-m5307)
49 cpuflags-$(CONFIG_M5272) = $(call cc-option,-mcpu=5272,-m5307)
50 cpuflags-$(CONFIG_M5271) = $(call cc-option,-mcpu
[all...]
/linux-master/arch/alpha/
H A DMakefile18 cpuflags-$(CONFIG_ALPHA_EV4) := -mcpu=ev4
19 cpuflags-$(CONFIG_ALPHA_EV5) := -mcpu=ev5
20 cpuflags-$(CONFIG_ALPHA_EV56) := -mcpu=ev56
21 cpuflags-$(CONFIG_ALPHA_POLARIS) := -mcpu=pca56
22 cpuflags-$(CONFIG_ALPHA_SX164) := -mcpu=pca56
23 cpuflags-$(CONFIG_ALPHA_EV6) := -mcpu=ev6
24 cpuflags-$(CONFIG_ALPHA_EV67) := -mcpu=ev67
29 cpuflags-$(CONFIG_ALPHA_GENERIC) := -mcpu=ev5
/linux-master/arch/arc/
H A DMakefile14 tune-mcpu-def-$(CONFIG_ISA_ARCOMPACT) := -mcpu=arc700
15 tune-mcpu-def-$(CONFIG_ISA_ARCV2) := -mcpu=hs38
18 cflags-y += $(tune-mcpu-def-y)
20 tune-mcpu := $(CONFIG_ARC_TUNE_MCPU)
21 ifneq ($(call cc-option,$(tune-mcpu)),)
22 cflags-y += $(tune-mcpu)
25 # (probably the compiler is too old). Use ISA default mcpu flag instead as a safe option.
26 $(warning ** WARNING ** CONFIG_ARC_TUNE_MCPU flag '$(tune-mcpu)' i
[all...]
/linux-master/arch/csky/
H A DMakefile39 KBUILD_CFLAGS += -mcpu=$(CPUTYPE) -Wa,-mcpu=$(MCPU_STR)
/linux-master/arch/sparc/
H A DMakefile30 # give -mcpu=v8. This silently worked with older bintutils versions but
32 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
47 KBUILD_CFLAGS += -m64 -pipe -mno-fpu -mcpu=ultrasparc -mcmodel=medlow
51 KBUILD_AFLAGS += -m64 -mcpu=ultrasparc -Wa,--undeclared-regs
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A DMakefile7 CFLAGS += -mcpu=power4
/linux-master/arch/powerpc/boot/
H A DMakefile46 BOOTTARGETFLAGS += -mcpu=$(CONFIG_TARGET_CPU)
49 BOOTTARGETFLAGS += -mcpu=powerpc64le
51 BOOTTARGETFLAGS += -mcpu=powerpc64
55 $(obj)/4xx.o: BOOTTARGETFLAGS += -mcpu=405
56 $(obj)/ebony.o: BOOTTARGETFLAGS += -mcpu=440
57 $(obj)/cuboot-hotfoot.o: BOOTTARGETFLAGS += -mcpu=405
58 $(obj)/cuboot-taishan.o: BOOTTARGETFLAGS += -mcpu=440
59 $(obj)/cuboot-katmai.o: BOOTTARGETFLAGS += -mcpu=440
60 $(obj)/cuboot-acadia.o: BOOTTARGETFLAGS += -mcpu=405
61 $(obj)/treeboot-iss4xx.o: BOOTTARGETFLAGS += -mcpu
[all...]
/linux-master/tools/testing/selftests/hid/
H A DMakefile197 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v3 -o $2
202 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v2 -o $2
/linux-master/arch/x86/kernel/cpu/mce/
H A Dinject.c257 struct mce *mcpu = &per_cpu(injectm, cpu); local
258 if (!mcpu->finished ||
259 MCJ_CTX(mcpu->inject_flags) != MCJ_CTX_RANDOM)
/linux-master/arch/arm/kernel/
H A DMakefile83 AFLAGS_iwmmxt.o := -Wa,-mcpu=iwmmxt
/linux-master/arch/powerpc/
H A DMakefile168 CFLAGS-$(CONFIG_TARGET_CPU_BOOL) += -mcpu=$(CONFIG_TARGET_CPU)
169 AFLAGS-$(CONFIG_TARGET_CPU_BOOL) += -mcpu=$(CONFIG_TARGET_CPU)
/linux-master/tools/testing/selftests/bpf/
H A DMakefile63 ifneq ($(shell $(CLANG) --target=bpf -mcpu=help 2>&1 | grep 'v4'),)
430 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v3 -o $2
435 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v2 -o $2
440 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v4 -o $2
/linux-master/crypto/
H A DMakefile117 aegis128-cflags-y := -ffreestanding -mcpu=generic+crypto

Completed in 209 milliseconds