Home
last modified time | relevance | path

Searched refs:tune (Results 1 – 9 of 9) sorted by relevance

/arch/arm/
DMakefile80 tune-$(CONFIG_CPU_ARM7TDMI) =-mtune=arm7tdmi
81 tune-$(CONFIG_CPU_ARM720T) =-mtune=arm7tdmi
82 tune-$(CONFIG_CPU_ARM740T) =-mtune=arm7tdmi
83 tune-$(CONFIG_CPU_ARM9TDMI) =-mtune=arm9tdmi
84 tune-$(CONFIG_CPU_ARM940T) =-mtune=arm9tdmi
85 tune-$(CONFIG_CPU_ARM946E) =-mtune=arm9e
86 tune-$(CONFIG_CPU_ARM920T) =-mtune=arm9tdmi
87 tune-$(CONFIG_CPU_ARM922T) =-mtune=arm9tdmi
88 tune-$(CONFIG_CPU_ARM925T) =-mtune=arm9tdmi
89 tune-$(CONFIG_CPU_ARM926T) =-mtune=arm9tdmi
[all …]
/arch/arc/
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 := $(shell echo $(CONFIG_ARC_TUNE_MCPU))
21 tune-mcpu-ok := $(call cc-option-yn, $(tune-mcpu))
22 ifeq ($(tune-mcpu-ok),y)
23 cflags-y += $(tune-mcpu)
28 cflags-y += $(tune-mcpu-def-y)
/arch/x86/
DMakefile_32.cpu8 tune = $(call cc-option,-mtune=$(1),$(2))
10 tune = $(call cc-option,-mcpu=$(1),$(2))
19 cflags-$(CONFIG_MPENTIUMII) += -march=i686 $(call tune,pentium2)
20 cflags-$(CONFIG_MPENTIUMIII) += -march=i686 $(call tune,pentium3)
21 cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call tune,pentium3)
22 cflags-$(CONFIG_MPENTIUM4) += -march=i686 $(call tune,pentium4)
29 cflags-$(CONFIG_MEFFICEON) += -march=i686 $(call tune,pentium3) -falign-functions=0 -falign-jumps=0…
35 cflags-$(CONFIG_MCORE2) += -march=i686 $(call tune,core2)
47 cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call tune,i686))
DKconfig.debug85 This option allows the user to tune the amount of TLB entries the
/arch/nds32/
DMakefile15 KBUILD_CFLAGS +=$(arch-y) $(tune-y)
16 KBUILD_AFLAGS +=$(arch-y) $(tune-y)
/arch/mips/txx9/generic/
Dsetup_tx4938.c333 void __init tx4938_ata_init(unsigned int irq, unsigned int shift, int tune) in tx4938_ata_init() argument
351 .gbus_clock = tune ? txx9_gbus_clock : 0, in tx4938_ata_init()
/arch/mips/include/asm/txx9/
Dtx4938.h307 void tx4938_ata_init(unsigned int irq, unsigned int shift, int tune);
/arch/powerpc/platforms/ps3/
DKconfig42 tune the pagetable size on their system. The value here is
/arch/s390/
DKconfig374 Cause the compiler to tune (-mtune) the generated code for a machine.