/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | Makefile | 5 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\ 6 $(comma)4)$(comma)%ymm2,yes,no)
|
/linux-4.4.14/arch/mips/loongson64/ |
D | Platform | 13 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-4.4.14/arch/x86/crypto/ |
D | Makefile | 5 avx_supported := $(call as-instr,vpxor %xmm0$(comma)%xmm0$(comma)%xmm0,yes,no) 6 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\ 7 $(comma)4)$(comma)%ymm2,yes,no) 8 sha1_ni_supported :=$(call as-instr,sha1msg1 %xmm0$(comma)%xmm1,yes,no) 9 sha256_ni_supported :=$(call as-instr,sha256msg1 %xmm0$(comma)%xmm1,yes,no)
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 163 cfi := $(call as-instr,.cfi_startproc\n.cfi_rel_offset $(sp-y)$(comma)0\n.cfi_endproc,-DCONFIG_AS_C… 170 asinstr += $(call as-instr,pshufb %xmm0$(comma)%xmm0,-DCONFIG_AS_SSSE3=1) 171 asinstr += $(call as-instr,crc32l %eax$(comma)%eax,-DCONFIG_AS_CRC32=1) 172 avx_instr := $(call as-instr,vxorps %ymm0$(comma)%ymm1$(comma)%ymm2,-DCONFIG_AS_AVX=1) 173 avx2_instr :=$(call as-instr,vpbroadcastb %xmm0$(comma)%ymm1,-DCONFIG_AS_AVX2=1) 174 sha1_ni_instr :=$(call as-instr,sha1msg1 %xmm0$(comma)%xmm1,-DCONFIG_AS_SHA1_NI=1) 175 sha256_ni_instr :=$(call as-instr,sha256msg1 %xmm0$(comma)%xmm1,-DCONFIG_AS_SHA256_NI=1)
|
D | Makefile_32.cpu | 69 cflags-y += $(call cc-option,-Wa$(comma)-mtune=generic32,)
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 213 char *comma = strchr(str, ','); in lnet_parse_networks() local 223 if (square != NULL && (comma == NULL || square < comma)) { in lnet_parse_networks() 249 (comma != NULL && comma < bracket)) { in lnet_parse_networks() 253 if (comma != NULL) in lnet_parse_networks() 254 *comma++ = 0; in lnet_parse_networks() 273 str = comma; in lnet_parse_networks() 305 comma = strchr(iface, ','); in lnet_parse_networks() 306 if (comma != NULL) in lnet_parse_networks() 307 *comma++ = 0; in lnet_parse_networks() 323 iface = comma; in lnet_parse_networks() [all …]
|
/linux-4.4.14/arch/arm/ |
D | Makefile | 70 …) =-D__LINUX_ARM_ARCH__=7 $(call cc-option,-march=armv7-a,-march=armv5t -Wa$(comma)-march=armv7-a) 71 …32v6) =-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6,-march=armv5t -Wa$(comma)-march=armv6) 75 …v6K) =-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6k,-march=armv5t -Wa$(comma)-march=armv6k) 119 AFLAGS_AUTOIT :=$(call as-option,-Wa$(comma)-mimplicit-it=always,-Wa$(comma)-mauto-it) 120 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W) 122 AFLAGS_ISA :=$(CFLAGS_ISA) -Wa$(comma)-mthumb
|
/linux-4.4.14/arch/sh/ |
D | Makefile | 58 isaflags-y := $(call as-option,-Wa$(comma)-isa=any,) 68 isaflags-y := $(call as-option,-Wa$(comma)-isa=$(isa-y),) 71 $(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
|
/linux-4.4.14/arch/arm/vdso/ |
D | Makefile | 15 VDSO_LDFLAGS += $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) 16 VDSO_LDFLAGS += $(call cc-ldoption, -Wl$(comma)--build-id)
|
/linux-4.4.14/tools/build/ |
D | Build.include | 13 comma := , 26 # contain a comma 27 depfile = $(subst $(comma),_,$(dot-target).d)
|
/linux-4.4.14/init/ |
D | do_mounts_md.c | 261 char *comma = strchr(str+pos, ','); in raid_setup() local 263 if (comma) in raid_setup() 264 wlen = (comma-str)-pos; in raid_setup()
|
/linux-4.4.14/arch/mips/vdso/ |
D | Makefile | 11 $(filter -W%,$(filter-out -Wa$(comma)%,$(KBUILD_CFLAGS))) \ 42 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) \ 43 $(call cc-ldoption, -Wl$(comma)--build-id)
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-trace.txt | 48 Record events on existing process ID (comma separated list). 52 Record events on existing thread ID (comma separated list). 59 Filter out events for these pids and for 'trace' itself (comma separated list). 77 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
|
D | perf-record.txt | 96 Record events on existing process ID (comma separated list). 100 Record events on existing thread ID (comma separated list). 135 Also, by adding a comma, the number of mmap pages for AUX 166 User can change the size by passing the size after comma like 206 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2. 259 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k 287 --intr-regs=\?. To name registers, pass a comma separated list such as
|
D | perf-test.txt | 28 Tests to skip (comma separated numeric list).
|
D | perf-top.txt | 31 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2. 76 Profile events on existing Process ID (comma separated list). 80 Profile events on existing thread ID (comma separated list). 230 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
|
D | perf-stat.txt | 50 stat events on existing process id (comma separated list) 54 stat events on existing thread id (comma separated list) 84 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
|
D | perf-kvm.txt | 114 Analyze events only for given process ID(s) (comma separated list). 134 Analyze events only for given process ID(s) (comma separated list).
|
D | perf-script.txt | 204 be provided as a comma-separated list with no space: 0,1. Ranges of 214 Only show events for given process ID (comma separated list). 217 Only show events for given thread ID (comma separated list).
|
D | perf-annotate.txt | 73 be provided as a comma-separated list with no space: 0,1. Ranges of
|
D | perf-report.txt | 45 Only show events for given process ID (comma separated list). 48 Only show events for given thread ID (comma separated list). 265 be provided as a comma-separated list with no space: 0,1. Ranges of
|
D | intel-pt.txt | 407 is specified by the optional addition of a comma and the value.
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
D | Makefile | 57 $(call cc-ldoption, -Wl$(comma)--hash-style=both) 116 $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/linux-4.4.14/arch/ia64/kernel/ |
D | Makefile.gate | 13 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
D | Makefile | 18 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
D | Makefile | 14 $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/linux-4.4.14/arch/powerpc/kernel/vdso32/ |
D | Makefile | 21 $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
D | Makefile | 16 $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
D | Makefile | 16 $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | Makefile | 16 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | Makefile | 165 VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=both) \ 166 $(call cc-ldoption, -Wl$(comma)--build-id) -Wl,-Bsymbolic $(LTO_CFLAGS)
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 5 comma := , 17 # contain a comma 18 depfile = $(subst $(comma),_,$(dot-target).d) 99 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,) 147 # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
D | Makefile.lib | 99 name-fix = $(subst $(comma),_,$(subst -,_,$1)) 295 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-msc | 26 power of 2. In multiblock mode, this is a comma-separated list
|
D | dev-kmsg | 64 Future extensions might add more comma separated values before
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | Makefile | 77 VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-tegra.c | 548 const char *comma = strchr(s, ','); in strip_prefix() local 549 if (!comma) in strip_prefix() 552 return comma + 1; in strip_prefix()
|
D | pinctrl-tegra-xusb.c | 418 const char *comma = strchr(s, ','); in strip_prefix() local 419 if (!comma) in strip_prefix() 422 return comma + 1; in strip_prefix()
|
/linux-4.4.14/kernel/ |
D | workqueue.c | 4215 static void pr_cont_work(bool comma, struct work_struct *work) in pr_cont_work() argument 4222 pr_cont("%s BAR(%d)", comma ? "," : "", in pr_cont_work() 4225 pr_cont("%s %pf", comma ? "," : "", work->func); in pr_cont_work() 4250 bool comma = false; in show_pwq() local 4257 pr_cont("%s %d%s:%pf", comma ? "," : "", in show_pwq() 4263 comma = true; in show_pwq() 4275 bool comma = false; in show_pwq() local 4282 pr_cont_work(comma, work); in show_pwq() 4283 comma = !(*work_data_bits(work) & WORK_STRUCT_LINKED); in show_pwq() 4289 bool comma = false; in show_pwq() local [all …]
|
/linux-4.4.14/Documentation/fb/ |
D | pvr2fb.txt | 25 separated by comma, values are separated from options by `:').
|
D | aty128fb.txt | 52 be separated by comma, values are separated from options by `:').
|
D | tgafb.txt | 40 separated by comma, values are separated from options by `:').
|
D | vesafb.txt | 117 by comma, like this: "video=vesafb:ypan,invers"
|
D | matroxfb.txt | 110 separated by comma, values are separated from options by `:').
|
/linux-4.4.14/arch/mips/ |
D | Makefile | 101 ifneq ($(call as-option,-Wa$(comma)-msoft-float,),) 203 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
|
/linux-4.4.14/drivers/firmware/efi/ |
D | Kconfig | 74 Ranges can be set up to this value using comma-separated list.
|
/linux-4.4.14/Documentation/ |
D | eisa.txt | 161 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
|
D | parport.txt | 151 modes Parallel port's hardware modes, comma-separated,
|
D | kernel-parameters.txt | 949 set by separating the files with a comma. An EDID 1216 tracer at boot up. function-list is a comma separated 1230 function-list is a comma separated list of functions 1236 function-list. This list is a comma separated list of 1514 initcall_blacklist= [KNL] Do not execute a comma-separated list of 1824 libata.force= [LIBATA] Force configurations. The format is comma 3577 will trace at boot up. function-list is a comma separated 3773 The option-list is a comma delimited list of options
|
D | md.txt | 361 which can be a comma separated list of
|
/linux-4.4.14/drivers/s390/char/ |
D | defkeymap.map | 111 keycode 107 = comma Ocircumflex
|
/linux-4.4.14/arch/m68k/hp300/ |
D | hp300map.map | 142 keycode 113 = comma less
|
/linux-4.4.14/fs/nfs/ |
D | super.c | 1889 char *comma; in nfs_parse_devname() local 1897 comma = strchr(dev_name, ','); in nfs_parse_devname() 1898 if (comma != NULL && comma < end) in nfs_parse_devname() 1899 *comma = 0; in nfs_parse_devname()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_fs.c | 1193 char *eq, *comma; in ffs_fs_parse_opts() local 1196 comma = strchr(opts, ','); in ffs_fs_parse_opts() 1197 if (comma) in ffs_fs_parse_opts() 1198 *comma = 0; in ffs_fs_parse_opts() 1265 if (!comma) in ffs_fs_parse_opts() 1267 opts = comma + 1; in ffs_fs_parse_opts()
|
/linux-4.4.14/Documentation/networking/ |
D | dns_resolver.txt | 95 for the default query type it is just a list of comma-separated IPv4 and
|
D | decnet.txt | 66 and early 2.3.xx kernels, you must use a comma when specifying the
|
D | openvswitch.txt | 81 them as comma-separated strings, with parentheses indicating arguments
|
D | ip-sysctl.txt | 791 ip_local_reserved_ports - list of comma separated ranges 797 The format used for both input and output is a comma separated
|
D | bonding.txt | 302 addresses must be separated by a comma. At least one IP
|
/linux-4.4.14/arch/powerpc/ |
D | Makefile | 160 asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1)
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Insmod-options | 70 remap, card, radio and pll accept up to four comma-separated arguments
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi-changer.txt | 152 All three insmod options accept up to four comma-separated
|
D | ncr53c8xx.txt | 629 an optional list of integers separated with comma followed by an optional 630 list of comma-separated strings. Example of boot setup command under lilo 639 Since comma seems not to be allowed when defining a string variable using
|
D | tmscsim.txt | 192 tab, comma, = and : as separators.
|
D | st.txt | 333 pairs are separated with a comma (no spaces allowed). A colon can be
|
/linux-4.4.14/drivers/tty/vt/ |
D | defkeymap.map | 108 keycode 51 = comma less
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-driver-ib_srp | 7 a comma-separated list of login parameters to this sysfs
|
/linux-4.4.14/Documentation/filesystems/ |
D | tmpfs.txt | 93 NodeList format is a comma-separated list of decimal numbers and ranges,
|
D | vfs.txt | 1125 comma separated list of mount options. The options can have either of
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 312 <sub-options> is a comma-separated list of the sub-options listed 643 The <list of switches> is a comma-separated list of the following 684 The <sub-options> is a comma-separated list of the sub-options listed 781 The <sub-options> is a comma-separated list of the sub-options listed
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats.txt | 86 comma-separated cpu ranges e.g. to listen to exit data from cpus 1,2,3,5,7,8
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 431 cflags-y += $(call as-option,-Wa$(comma)-isa=$(isa-y),) 434 -Wa$(comma)-isa=$(isa-y) if it is supported by $(CC). 445 vsyscall-flags += $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) 448 -Wl$(comma)--hash-style=sysv if it is supported by $(CC). 1119 after the comma):
|
/linux-4.4.14/ |
D | Makefile | 790 LDFLAGS_BUILD_ID = $(patsubst -Wl$(comma)%,%,\ 791 $(call cc-ldoption, -Wl$(comma)--build-id,))
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 91 two entries separated by comma. For example, to map the third PCM
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 380 OBJECT_KEY Object key } 1 column, with separating comma
|
/linux-4.4.14/Documentation/trace/ |
D | events.txt | 93 event-list is a comma separated list of events. See section 2.1 for event
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 217 2. The "rcu_nocbs=" kernel boot parameter, which takes a comma-separated
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 355 the comma as the separator between the mount 360 this might be useful when comma is contained within username
|
D | CHANGES | 629 as an override of comma as the default separator between mount
|
/linux-4.4.14/Documentation/isdn/ |
D | README.HiSax | 127 cards are installed, the ordering within the comma separated parameter
|
D | README | 185 8 2 Pause time for comma (ignored)
|
D | INTERFACE | 321 (comma-separated). If an empty String is given, the
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 203 comma-separated list of subsystems to mount as the filesystem mount
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 1186 contains an apostrophe, a comma, or backslash (other than
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 992 contains an apostrophe, a comma, or backslash (other than
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1148 contains an apostrophe, a comma, or backslash (other than
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 857 vendor name and a comma.
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 765 by putting a comma between them:
|