Lines Matching refs:call
20 biarch := $(call cc-option,-m32)
31 KBUILD_CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)
35 KBUILD_CFLAGS += $(call cc-ifversion, -lt, 0400, \
36 $(call cc-option,-fno-unit-at-a-time))
53 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8)
54 cflags-$(CONFIG_MPSC) += $(call cc-option,-march=nocona)
57 $(call cc-option,-march=core2,$(call cc-option,-mtune=generic))
58 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom) \
59 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
60 cflags-$(CONFIG_GENERIC_CPU) += $(call cc-option,-mtune=generic)
68 KBUILD_CFLAGS += $(call cc-option,-funit-at-a-time)
88 x32_ld_ok := $(call try-run,\
105 KBUILD_CFLAGS += $(call cc-option,-fno-builtin-memcpy)
113 cfi := $(call as-instr,.cfi_startproc\n.cfi_rel_offset $(sp-y)$(comma)0\n.cfi_endproc,-DCONFIG_AS_C…
115 cfi-sigframe := $(call as-instr,.cfi_startproc\n.cfi_signal_frame\n.cfi_endproc,-DCONFIG_AS_CFI_SIG…
116 cfi-sections := $(call as-instr,.cfi_sections .debug_frame,-DCONFIG_AS_CFI_SECTIONS=1)
119 asinstr := $(call as-instr,fxsaveq (%rax),-DCONFIG_AS_FXSAVEQ=1)
134 KBUILD_CFLAGS += $(call cc-option,-mno-avx,)