Home
last modified time | relevance | path

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

/arch/x86/
DMakefile_32.cpu8 tune = $(call cc-option,-mtune=$(1),$(2))
10 tune = $(call cc-option,-mcpu=$(1),$(2))
18 cflags-$(CONFIG_MPENTIUMII) += -march=i686 $(call tune,pentium2)
19 cflags-$(CONFIG_MPENTIUMIII) += -march=i686 $(call tune,pentium3)
20 cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call tune,pentium3)
21 cflags-$(CONFIG_MPENTIUM4) += -march=i686 $(call tune,pentium4)
28 cflags-$(CONFIG_MEFFICEON) += -march=i686 $(call tune,pentium3) -falign-functions=0 -falign-jumps=0…
34 cflags-$(CONFIG_MCORE2) += -march=i686 $(call tune,core2)
46 cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call tune,i686))
DKconfig.debug134 This option allows the user to tune the amount of TLB entries the
/arch/arm/
DMakefile86 tune-$(CONFIG_CPU_ARM7TDMI) =-mtune=arm7tdmi
87 tune-$(CONFIG_CPU_ARM720T) =-mtune=arm7tdmi
88 tune-$(CONFIG_CPU_ARM740T) =-mtune=arm7tdmi
89 tune-$(CONFIG_CPU_ARM9TDMI) =-mtune=arm9tdmi
90 tune-$(CONFIG_CPU_ARM940T) =-mtune=arm9tdmi
91 tune-$(CONFIG_CPU_ARM946E) =-mtune=arm9e
92 tune-$(CONFIG_CPU_ARM920T) =-mtune=arm9tdmi
93 tune-$(CONFIG_CPU_ARM922T) =-mtune=arm9tdmi
94 tune-$(CONFIG_CPU_ARM925T) =-mtune=arm9tdmi
95 tune-$(CONFIG_CPU_ARM926T) =-mtune=arm9tdmi
[all …]
/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/
DKconfig355 Cause the compiler to tune (-mtune) the generated code for a machine.
/arch/sh/kernel/cpu/sh5/
Dentry.S1498 movi 16, r0 ! this value is a best guess, should tune it by benchmarking