Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 73) sorted by relevance

123

/linux-3.4.99/arch/mips/loongson/
DPlatform13 ifeq ($(call as-option,-Wa$(comma)-mfix-loongson2f-nop,),)
16 cflags-$(CONFIG_CPU_NOP_WORKAROUNDS) += -Wa$(comma)-mfix-loongson2f-nop
18 ifeq ($(call as-option,-Wa$(comma)-mfix-loongson2f-jump,),)
21 cflags-$(CONFIG_CPU_JUMP_WORKAROUNDS) += -Wa$(comma)-mfix-loongson2f-jump
/linux-3.4.99/arch/arm/
DMakefile54 comma = , macro
60 … :=-D__LINUX_ARM_ARCH__=7 $(call cc-option,-march=armv7-a,-march=armv5t -Wa$(comma)-march=armv7-a)
61 …2v6) :=-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6,-march=armv5t -Wa$(comma)-march=armv6)
65 …6K) :=-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6k,-march=armv5t -Wa$(comma)-march=armv6k)
105 AFLAGS_AUTOIT :=$(call as-option,-Wa$(comma)-mimplicit-it=always,-Wa$(comma)-mauto-it)
106 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W)
108 AFLAGS_THUMB2 :=$(CFLAGS_THUMB2) -Wa$(comma)-mthumb
/linux-3.4.99/arch/sh/
DMakefile51 isaflags-y := $(call as-option,-Wa$(comma)-isa=any,)
61 isaflags-y := $(call as-option,-Wa$(comma)-isa=$(isa-y),)
64 $(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
/linux-3.4.99/init/
Ddo_mounts_md.c251 char *comma = strchr(str+pos, ','); in raid_setup() local
253 if (comma) in raid_setup()
254 wlen = (comma-str)-pos; in raid_setup()
/linux-3.4.99/arch/x86/crypto/
DMakefile41 ifeq ($(call as-instr,vpxor %xmm0$(comma)%xmm1$(comma)%xmm2,yes,no),yes)
/linux-3.4.99/tools/perf/Documentation/
Dperf-stat.txt38 stat events on existing process id (comma separated list)
42 stat events on existing thread id (comma separated list)
64 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
Dperf-top.txt31 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
75 Profile events on existing Process ID (comma separated list).
79 Profile events on existing thread ID (comma separated list).
Dperf-record.txt55 Record events on existing process ID (comma separated list).
59 Record events on existing thread ID (comma separated list).
134 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
182 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
Dperf-annotate.txt71 be provided as a comma-separated list with no space: 0,1. Ranges of
/linux-3.4.99/scripts/
DKbuild.include5 comma := ,
16 # contain a comma
17 depfile = $(subst $(comma),_,$(dot-target).d)
98 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
144 # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both)
/linux-3.4.99/arch/ia64/kernel/
DMakefile.gate13 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-3.4.99/arch/sh/kernel/vsyscall/
DMakefile18 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-3.4.99/arch/powerpc/kernel/vdso32/
DMakefile19 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-3.4.99/arch/powerpc/kernel/vdso64/
DMakefile14 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-3.4.99/arch/s390/kernel/vdso32/
DMakefile16 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-3.4.99/arch/s390/kernel/vdso64/
DMakefile16 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-3.4.99/arch/x86/um/vdso/
DMakefile77 VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-3.4.99/Documentation/fb/
Daty128fb.txt52 be separated by comma, values are separated from options by `:').
Dpvr2fb.txt25 separated by comma, values are separated from options by `:').
Dtgafb.txt40 separated by comma, values are separated from options by `:').
/linux-3.4.99/drivers/usb/gadget/
Df_fs.c1089 char *end, *eq, *comma; in ffs_fs_parse_opts() local
1093 comma = strchr(opts, ','); in ffs_fs_parse_opts()
1094 if (comma) in ffs_fs_parse_opts()
1095 *comma = 0; in ffs_fs_parse_opts()
1148 if (!comma) in ffs_fs_parse_opts()
1150 opts = comma + 1; in ffs_fs_parse_opts()
/linux-3.4.99/arch/x86/
DMakefile_32.cpu70 cflags-y += $(call cc-option,-Wa$(comma)-mtune=generic32,)
DMakefile111 cfi := $(call as-instr,.cfi_startproc\n.cfi_rel_offset $(sp-y)$(comma)0\n.cfi_endproc,-DCONFIG_AS_C…
/linux-3.4.99/Documentation/
Deisa.txt161 A comma-separated list of slots to be enabled, even if the firmware
167 A comma-separated list of slots to be enabled, even if the firmware
/linux-3.4.99/arch/powerpc/
DMakefile70 asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1)

123