/Linux-v4.19/arch/x86/crypto/sha512-mb/ |
D | Makefile | 6 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\ 7 $(comma)4)$(comma)%ymm2,yes,no)
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | Makefile | 8 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\ 9 $(comma)4)$(comma)%ymm2,yes,no)
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | Makefile | 8 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\ 9 $(comma)4)$(comma)%ymm2,yes,no)
|
/Linux-v4.19/drivers/media/cec/ |
D | cec-pin-error-inj.c | 80 char *comma; in cec_pin_error_inj_parse_line() local 145 comma = strchr(token, ','); in cec_pin_error_inj_parse_line() 146 if (comma) in cec_pin_error_inj_parse_line() 147 *comma++ = '\0'; in cec_pin_error_inj_parse_line() 161 if (comma) { in cec_pin_error_inj_parse_line() 162 if (!strcmp(comma, "off")) in cec_pin_error_inj_parse_line() 164 else if (!strcmp(comma, "once")) in cec_pin_error_inj_parse_line() 166 else if (!strcmp(comma, "always")) in cec_pin_error_inj_parse_line() 168 else if (!strcmp(comma, "toggle")) in cec_pin_error_inj_parse_line()
|
/Linux-v4.19/arch/x86/ |
D | Makefile | 188 cfi := $(call as-instr,.cfi_startproc\n.cfi_rel_offset $(sp-y)$(comma)0\n.cfi_endproc,-DCONFIG_AS_C… 195 asinstr += $(call as-instr,pshufb %xmm0$(comma)%xmm0,-DCONFIG_AS_SSSE3=1) 196 asinstr += $(call as-instr,crc32l %eax$(comma)%eax,-DCONFIG_AS_CRC32=1) 197 avx_instr := $(call as-instr,vxorps %ymm0$(comma)%ymm1$(comma)%ymm2,-DCONFIG_AS_AVX=1) 198 avx2_instr :=$(call as-instr,vpbroadcastb %xmm0$(comma)%ymm1,-DCONFIG_AS_AVX2=1) 199 avx512_instr :=$(call as-instr,vpmovm2b %k1$(comma)%zmm5,-DCONFIG_AS_AVX512=1) 200 sha1_ni_instr :=$(call as-instr,sha1msg1 %xmm0$(comma)%xmm1,-DCONFIG_AS_SHA1_NI=1) 201 sha256_ni_instr :=$(call as-instr,sha256msg1 %xmm0$(comma)%xmm1,-DCONFIG_AS_SHA256_NI=1)
|
/Linux-v4.19/arch/x86/crypto/ |
D | Makefile | 8 avx_supported := $(call as-instr,vpxor %xmm0$(comma)%xmm0$(comma)%xmm0,yes,no) 9 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\ 10 $(comma)4)$(comma)%ymm2,yes,no) 11 sha1_ni_supported :=$(call as-instr,sha1msg1 %xmm0$(comma)%xmm1,yes,no) 12 sha256_ni_supported :=$(call as-instr,sha256msg1 %xmm0$(comma)%xmm1,yes,no)
|
/Linux-v4.19/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-v4.19/arch/powerpc/kernel/ |
D | security.c | 172 bool comma = false; in cpu_show_spectre_v2() local 177 comma = true; in cpu_show_spectre_v2() 181 if (comma) in cpu_show_spectre_v2() 184 comma = true; in cpu_show_spectre_v2() 187 if (comma) in cpu_show_spectre_v2()
|
/Linux-v4.19/arch/arm/ |
D | Makefile | 67 …) =-D__LINUX_ARM_ARCH__=7 $(call cc-option,-march=armv7-a,-march=armv5t -Wa$(comma)-march=armv7-a) 68 …32v6) =-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6,-march=armv5t -Wa$(comma)-march=armv6) 72 …v6K) =-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6k,-march=armv5t -Wa$(comma)-march=armv6k) 116 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W) 119 AFLAGS_AUTOIT :=$(call as-option,-Wa$(comma)-mimplicit-it=always,-Wa$(comma)-mauto-it) 121 AFLAGS_ISA :=$(CFLAGS_ISA) -Wa$(comma)-mthumb
|
/Linux-v4.19/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 8 comma := , 9 $(warning,hello$(comma) world)
|
/Linux-v4.19/arch/sh/ |
D | Makefile | 65 isaflags-y := $(call as-option,-Wa$(comma)-isa=any,) 75 isaflags-y := $(call as-option,-Wa$(comma)-isa=$(isa-y),) 78 $(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
|
/Linux-v4.19/arch/mips/vdso/ |
D | Makefile | 18 $(filter -W%,$(filter-out -Wa$(comma)%,$(KBUILD_CFLAGS))) \ 47 $(addprefix -Wl$(comma),$(filter -E%,$(KBUILD_CFLAGS))) \ 49 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) \ 50 $(call cc-ldoption, -Wl$(comma)--build-id)
|
/Linux-v4.19/scripts/ |
D | bpf_helpers_doc.py | 363 comma = '' 365 one_arg = '{}{}'.format(comma, a['type']) 372 comma = ', '
|
D | Kconfig.include | 4 comma := ,
|
D | Kbuild.include | 5 comma := , 19 # contain a comma 20 depfile = $(subst $(comma),_,$(dot-target).d) 100 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,) 157 # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both) 283 flags_nodeps = $(filter-out -Wp$(comma)-M%, $($(1)))
|
/Linux-v4.19/arch/arm/vdso/ |
D | Makefile | 16 VDSO_LDFLAGS += $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) 17 VDSO_LDFLAGS += $(call cc-ldoption, -Wl$(comma)--build-id)
|
/Linux-v4.19/init/ |
D | do_mounts_md.c | 253 char *comma = strchr(str+pos, ','); in raid_setup() local 255 if (comma) in raid_setup() 256 wlen = (comma-str)-pos; in raid_setup()
|
/Linux-v4.19/tools/build/ |
D | Build.include | 13 comma := , 27 # contain a comma 28 depfile = $(subst $(comma),_,$(dot-target).d)
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-kernel-irq | 15 Description: The IRQ action chain. A comma-separated list of zero or more 44 is a comma-separated list of counters; one per CPU in CPU id
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-ftrace.txt | 35 Trace on existing process id (comma separated list). 47 be provided as a comma separated list with no space like: 0,1.
|
D | perf-test.txt | 28 Tests to skip (comma separated numeric list).
|
/Linux-v4.19/arch/sparc/vdso/ |
D | Makefile | 116 VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) \ 117 $(call cc-ldoption, -Wl$(comma)--build-id) -Wl,-Bsymbolic
|
/Linux-v4.19/arch/ia64/kernel/ |
D | Makefile.gate | 14 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
/Linux-v4.19/arch/sh/kernel/vsyscall/ |
D | Makefile | 19 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
/Linux-v4.19/arch/powerpc/kernel/vdso64/ |
D | Makefile | 16 $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|