/linux-4.4.14/arch/blackfin/lib/ |
D | udivsi3.S | 20 CC = R0 < R1 (IU); /* If X < Y, always return 0 */ define 21 IF CC JUMP .Lreturn_ident; 24 CC = R2 <= R0 (IU); define 25 IF CC JUMP .Lidents; 30 CC = R2; define 31 IF CC JUMP .Ly_16bit; 39 AQ = CC; /* Clear AQ (CC==0) */ 78 CC = ! BITTST(R0, 31); define 84 CC &= AZ; 93 CC &= CARRY; [all …]
|
D | divsi3.S | 42 CC = V; define 88 CC = R1 == 0; /* check for divide by zero */ define 89 IF CC JUMP .Lident_return; 91 CC = R0 == 0; /* check for division of zero */ define 92 IF CC JUMP .Lzero_return; 94 CC = R0 == R1; /* check for identical operands */ define 95 IF CC JUMP .Lident_return; 97 CC = R1 == 1; /* check for divide by 1 */ define 98 IF CC JUMP .Lident_return; 102 CC = R2 == 1; define [all …]
|
D | memmove.S | 24 CC = P2 == 0; /* Check zero count*/ define 25 IF CC JUMP .Lfinished; /* very unlikely */ 27 CC = R1 < R0 (IU); /* From < To */ define 28 IF !CC JUMP .Lno_overlap; 30 CC = R0 <= R3 (IU); /* (From+len) >= To */ define 31 IF CC JUMP .Loverlap; 34 CC = R2 <= R3; define 35 IF CC JUMP .Lbytes; 38 CC = AZ; /* AZ set if zero.*/ define 39 IF !CC JUMP .Lbytes; /* Jump if addrs not aligned.*/ [all …]
|
D | modsi3.S | 25 CC=R0==0; 26 IF CC JUMP .LRETURN_R0; /* Return 0, if numerator == 0 */ 27 CC=R1==0; 28 IF CC JUMP .LRETURN_ZERO; /* Return 0, if denominator == 0 */ 29 CC=R0==R1; 30 IF CC JUMP .LRETURN_ZERO; /* Return 0, if numerator == denominator */ 31 CC = R1 == 1; define 32 IF CC JUMP .LRETURN_ZERO; /* Return 0, if denominator == 1 */ 33 CC = R1 == -1; define 34 IF CC JUMP .LRETURN_ZERO; /* Return 0, if denominator == -1 */
|
D | umodsi3.S | 21 CC=R0==0; 22 IF CC JUMP .LRETURN_R0; /* Return 0, if NR == 0 */ 23 CC= R1==0; 24 IF CC JUMP .LRETURN_ZERO_VAL; /* Return 0, if DR == 0 */ 25 CC=R0==R1; 26 IF CC JUMP .LRETURN_ZERO_VAL; /* Return 0, if NR == DR */ 27 CC = R1 == 1; define 28 IF CC JUMP .LRETURN_ZERO_VAL; /* Return 0, if DR == 1 */ 29 CC = R0<R1 (IU); define 30 IF CC JUMP .LRETURN_R0; /* Return dividend (R0),IF NR<DR */
|
D | memset.S | 30 CC = R2 <= 7(IU); define 31 IF CC JUMP .Ltoo_small; 35 CC = R2 == 0; /* AZ set if zero. */ define 36 IF !CC JUMP .Lforce_align ; /* Jump if addr not aligned. */ 49 CC = P0 == P2; define 50 IF !CC JUMP .Lbytes_left; 60 CC = P2 == 0; /* Check zero count */ define 61 IF CC JUMP .Lfinished; /* Unusual */ 72 CC = BITTST (R0, 0); /* odd byte */ define 77 IF !CC JUMP .Lskip1; [all …]
|
D | memcpy.S | 32 CC = R2 <= 0; /* length not positive? */ define 33 IF CC JUMP .L_P1L2147483647; /* Nothing to do */ 40 CC = R1 < R0; /* src < dst */ define 41 IF !CC JUMP .Lno_overlap; 43 CC = R0 < R3; /* and dst < src+len */ define 44 IF CC JUMP .Lhas_overlap; 52 CC = R3; /* low bits set on either address? */ define 53 IF CC JUMP .Lnot_aligned; 58 CC = P2 <= 2; define 59 IF !CC JUMP .Lmore_than_seven; [all …]
|
D | memcmp.S | 26 CC = R2 <= 7(IU); define 27 IF CC JUMP .Ltoo_small; 31 CC = AZ; /* AZ set if zero. */ define 32 IF !CC JUMP .Lbytes ; /* Jump if addrs not aligned. */ 47 CC = R0 == R1; define 48 IF !CC JUMP .Lquad_different; 54 CC = P2 == 0; /* Check zero count*/ define 55 IF CC JUMP .Lfinished; /* very unlikely*/ 62 CC = R0 == R1; define 63 IF !CC JUMP .Ldifferent;
|
D | strncpy.S | 27 CC = R2 == 0; define 28 if CC JUMP 6f; 38 CC = R1 == 0; define 40 if CC jump 3f; 50 CC = R2 define 51 if ! CC jump 6f; 57 CC = R2 < R3; define 58 IF CC jump 4f;
|
D | outs.S | 16 CC = R2 == 0; define 17 IF CC JUMP 1f; 29 CC = R2 == 0; define 30 IF CC JUMP 1f; 42 CC = R2 == 0; define 43 IF CC JUMP 1f; 55 CC = R2 == 0; define 56 IF CC JUMP 1f;
|
D | strncmp.S | 25 CC = R2 == 0; define 26 if CC JUMP 5f; 33 CC = R0 == R1; /* compare a byte */ define 35 CC = R0; /* at end of s1? */ define 38 CC = R2 == 0; define
|
D | memchr.S | 25 CC = R2 == 0; define 26 IF CC JUMP .Lfailed; 33 CC = R3 == R1; define 34 IF CC JUMP .Lfound;
|
D | strcmp.S | 33 CC = R0 == R1; /* compare a byte */ define 35 CC = R0; /* at end of s1? */ define
|
D | strcpy.S | 31 CC = R1; define
|
/linux-4.4.14/arch/ia64/scripts/ |
D | toolchain-flags | 6 CC=$1 16 $CC -nostdlib -static -Wl,-T$dir/check-segrel.lds $dir/check-segrel.S -o $out 30 $CC -c $dir/check-text-align.S -o $out 38 if ! $CC -c $dir/check-model.c -o $out 2>&1 | grep __model__ | grep -q attrib 46 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
|
D | check-gas | 3 CC=$1 7 $CC -c $dir/check-gas-asm.S -o $out
|
/linux-4.4.14/tools/power/cpupower/ |
D | Makefile | 94 CC = $(CROSS)gcc macro 111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS 114 cc-supports = ${shell if $(CC) ${1} -S -o /dev/null -x c /dev/null > /dev/null 2>&1; then echo "$(1… 190 $(ECHO) " CC " $@ 207 $(ECHO) " CC " $@ 211 $(ECHO) " CC " $@
|
/linux-4.4.14/tools/virtio/virtio-trace/ |
D | Makefile | 1 CC = gcc macro 7 $(CC) $(CFLAGS) -c $^ -o $@ 10 $(CC) $(CFLAGS) -o $@ $^
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | Makefile | 18 CAN_BUILD_I386 := $(shell ./check_cc.sh $(CC) trivial_32bit_program.c -m32) 19 CAN_BUILD_X86_64 := $(shell ./check_cc.sh $(CC) trivial_64bit_program.c) 39 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl -lm 42 $(CC) -m64 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
|
D | check_cc.sh | 6 CC="$1" 10 if "$CC" -o /dev/null "$TESTPROG" -O0 "$@" 2>/dev/null; then
|
/linux-4.4.14/tools/power/cpupower/debug/i386/ |
D | Makefile | 15 $(CC) $(CFLAGS) -o $@ centrino-decode.c 18 $(CC) $(CFLAGS) -o $@ dump_psb.c 21 $(CC) $(CFLAGS) -o $@ -llrmi intel_gsic.c 24 $(CC) $(CFLAGS) -o $@ powernow-k8-decode.c
|
/linux-4.4.14/tools/build/feature/ |
D | Makefile | 41 CC := $(CROSS_COMPILE)gcc -MD macro 46 __BUILD = $(CC) $(CFLAGS) -Wall -Werror -o $(OUTPUT)$@ $(patsubst %.bin,%.c,$@) $(LDFLAGS) 135 …$(CC) $(CFLAGS) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ld… 138 …$(CC) $(CFLAGS) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ld… 159 $(CC) -m32 -o $(OUTPUT)$@ test-compile.c 162 $(CC) -mx32 -o $(OUTPUT)$@ test-compile.c
|
/linux-4.4.14/tools/build/ |
D | Makefile | 14 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 23 export Q srctree CC LD 39 $(QUIET_LINK)$(CC) $(LDFLAGS) -o $@ $<
|
D | Makefile.build | 58 quiet_cmd_cc_o_c = CC $@ 59 cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $< 62 cmd_cc_i_c = $(CC) $(c_flags) -E -o $@ $< 65 cmd_cc_s_c = $(CC) $(c_flags) -S -o $@ $<
|
/linux-4.4.14/tools/cgroup/ |
D | Makefile | 3 CC = $(CROSS_COMPILE)gcc macro 8 $(CC) $(CFLAGS) -o $@ $^
|
/linux-4.4.14/arch/m68k/tools/amiga/ |
D | Makefile | 2 CC = m68k-cbm-amigados-gcc macro 10 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | kprobes.c | 94 #define CC (1 << 6) macro 106 /* 0 0 0 0 */ (NE | NC | CC | VC | GE | GT | HI), 107 /* 0 0 0 1 */ (EQ | NC | CC | VC | GE | LE | LS), 108 /* 0 0 1 0 */ (NE | NS | CC | VC | LT | LE | HI), 109 /* 0 0 1 1 */ (EQ | NS | CC | VC | LT | LE | LS), 114 /* 1 0 0 0 */ (NE | NC | CC | VS | LT | LE | HI), 115 /* 1 0 0 1 */ (EQ | NC | CC | VS | LT | LE | LS), 116 /* 1 0 1 0 */ (NE | NS | CC | VS | GE | GT | HI), 117 /* 1 0 1 1 */ (EQ | NS | CC | VS | GE | LE | LS),
|
/linux-4.4.14/tools/usb/ |
D | Makefile | 3 CC = $(CROSS_COMPILE)gcc macro 11 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | entry.h | 121 CC = BITTST(R0, EVT_IVHW_P); \ 122 IF CC JUMP 1f; \ 151 CC = BITTST(R0, EVT_IVHW_P); \ 152 IF CC JUMP 1f; \
|
/linux-4.4.14/tools/laptop/freefall/ |
D | Makefile | 4 CC = $(CROSS_COMPILE)gcc macro 11 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
|
/linux-4.4.14/tools/usb/ffs-aio-example/multibuff/host_app/ |
D | Makefile | 1 CC = gcc macro 10 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
/linux-4.4.14/tools/usb/ffs-aio-example/simple/host_app/ |
D | Makefile | 1 CC = gcc macro 10 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
/linux-4.4.14/tools/hv/ |
D | Makefile | 3 CC = $(CROSS_COMPILE)gcc macro 12 $(CC) $(CFLAGS) -o $@ $^
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | Makefile | 14 $(ECHO) " CC " $@ 18 $(ECHO) " CC " $@
|
/linux-4.4.14/tools/vm/ |
D | Makefile | 8 CC = $(CROSS_COMPILE)gcc macro 18 $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 73 # Return first prefix where a prefix$(CC) is found in PATH. 74 # If no $(CC) found in PATH with listed prefixes return nothing 78 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \ 86 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 102 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2)) 108 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3)) 114 $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2)) 119 $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n) 129 …$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(stri… 133 cc-name = $(shell $(CC) -v 2>&1 | grep -q "clang version" && echo clang || echo gcc) [all …]
|
D | Makefile.build | 149 quiet_cmd_cc_s_c = CC $(quiet_modtag) $@ 150 cmd_cc_s_c = $(CC) $(c_flags) $(DISABLE_LTO) -fverbose-asm -S -o $@ $< 181 quiet_cmd_cc_o_c = CC $(quiet_modtag) $@ 184 cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $< 199 cmd_cc_o_c = $(CC) $(c_flags) -c -o $(@D)/.tmp_$(@F) $< 269 cmd_cc_lst_c = $(CC) $(c_flags) -g -c -o $*.o $< && \ 291 cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $<
|
D | Makefile.modpost | 109 quiet_cmd_cc_o_c = CC $@ 110 cmd_cc_o_c = $(CC) $(c_flags) $(KBUILD_CFLAGS_MODULE) $(CFLAGS_MODULE) \
|
D | link-vmlinux.sh | 60 ${CC} ${CFLAGS_vmlinux} -o ${2} \ 98 ${CC} ${aflags} -c -o ${2} -x assembler-with-cpp -
|
D | gcc-ld | 29 exec $CC $ARGS
|
D | mkcompile_h | 7 CC=$5
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | Makefile | 1 CC = $(CROSS_COMPILE)gcc macro 16 $(CC) $(CFLAGS) $< -o $(BUILD_OUTPUT)/$@
|
/linux-4.4.14/arch/xtensa/ |
D | Makefile | 54 ifeq ($(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#"),1) 57 ifeq ($(shell echo __XTENSA_EL__ | $(CC) -E - | grep -v "\#"),1) 79 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | Makefile | 16 $(CC) $(CFLAGS) -o $@ $^ -lrt 18 $(CC) $(CFLAGS) -O2 -o $@ $< -lpthread
|
/linux-4.4.14/tools/lib/lockdep/ |
D | Makefile | 18 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 98 export srctree OUTPUT CC LD CFLAGS V 103 $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$@"';$(shell ln -s $@ liblockdep.so))
|
/linux-4.4.14/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 15 $(CC) $(CFLAGS) -o $@ $< 18 $(CC) $(CFLAGS) -o $@ $<
|
/linux-4.4.14/tools/lib/traceevent/ |
D | Makefile | 24 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 142 export srctree OUTPUT CC LD CFLAGS V 175 $(QUIET_LINK)$(CC) --shared $^ -o $@ 192 $(QUIET_LINK)$(CC) $(CFLAGS) -shared -nostartfiles -o $@ $^
|
/linux-4.4.14/tools/lib/bpf/ |
D | Makefile | 22 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 128 export srctree OUTPUT CC LD CFLAGS V 146 $(QUIET_LINK)$(CC) --shared $^ -o $@
|
/linux-4.4.14/arch/unicore32/lib/ |
D | Makefile | 12 GNU_LIBC_A := $(shell $(CC) $(KBUILD_CFLAGS) -print-file-name=libc.a) 17 GNU_LIBGCC_A := $(shell $(CC) $(KBUILD_CFLAGS) -print-file-name=libgcc.a)
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | ti-edma.txt | 3 The eDMA3 consists of two components: Channel controller (CC) and Transfer 4 Controller(s) (TC). The CC is the main entry for DMA users since it is 15 - reg: Memory map of eDMA CC 23 - ti,hwmods: Name of the hwmods associated to the eDMA CC 135 - dma-channels: Specify total DMA channels per CC
|
/linux-4.4.14/Documentation/zh_CN/ |
D | SubmittingPatches | 128 发送或者CC给Linus。那些需要讨论或者没有很清楚的好处的补丁,一般先发送到 131 5)选择CC( e-mail 抄送)列表 133 除非你有理由不这样做,否则CC linux-kernel@vger.kernel.org。 149 ,一直将维护者拷贝到CC列表中。 151 对于小的补丁,你也许会CC到 Adrian Bunk 管理的搜集琐碎补丁的邮件列表
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | debugfs-olpc | 10 To execute a command, write data with the format: CC:N A A A A 11 CC is the (hex) command, N is the count of expected reply bytes, and A A A A
|
D | sysfs-wusb_cbaf | 39 to wusb_ck (this uploads the new CC to the
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | interrupt.S | 170 CC = BITTST(R1, EVT_IVHW_P); define 171 IF ! CC JUMP 2f; 176 CC = R1 == R2; define 177 if CC JUMP 2f;
|
D | dpmc_modes.S | 202 CC = BITTST(R2, 4); define 203 if !CC JUMP 1b; 281 CC = BITTST(R0,5); define 282 IF !CC JUMP 1b;
|
D | entry.S | 102 CC = R0 == 0; define 103 IF !CC JUMP _handle_bad_cplb; 112 CC = R7 == R6; define 113 if CC JUMP _double_fault; 249 CC = R7 == R6; define 250 if CC JUMP _double_fault; 286 CC = BITTST (r7, 5); define 287 if CC jump _double_fault; 449 CC = BITTST(r7, EVT_IRPTEN_P) define 450 if !CC jump 1f; [all …]
|
/linux-4.4.14/tools/lib/api/ |
D | Makefile | 11 CC = $(CROSS_COMPILE)gcc macro 28 export srctree OUTPUT CC LD CFLAGS V
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | fixed_code.S | 57 CC = R0 == R1; define 58 IF !CC JUMP 1f;
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
D | Makefile | 39 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $^ -o $@ 41 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $<
|
/linux-4.4.14/tools/power/acpi/ |
D | Makefile.config | 57 CC = $(CROSS)gcc 63 cc-supports = ${shell if $(CC) ${1} -S -o /dev/null -x c /dev/null > /dev/null 2>&1; then echo "$(1…
|
D | Makefile.rules | 18 $(QUIET) $(CC) -c $(CFLAGS) -o $@ $<
|
/linux-4.4.14/drivers/ata/ |
D | sata_fsl.c | 113 CC = 0x10, enumerator 574 ioread32(CE + hcr_base), ioread32(CC + hcr_base)); in sata_fsl_qc_issue() 587 ioread32(CC + hcr_base), in sata_fsl_qc_issue() 991 ioread32(CA + hcr_base), ioread32(CC + hcr_base)); in sata_fsl_softreset() 993 iowrite32(0xFFFF, CC + hcr_base); in sata_fsl_softreset() 1004 ioread32(CA + hcr_base), ioread32(CC + hcr_base)); in sata_fsl_softreset() 1040 iowrite32(0x01, CC + hcr_base); /* We know it will be cmd#0 always */ in sata_fsl_softreset() 1058 VPRINTK("ccreg = 0x%x\n", ioread32(hcr_base + CC)); in sata_fsl_softreset() 1228 done_mask = ioread32(hcr_base + CC); in sata_fsl_host_intr() 1279 iowrite32(done_mask, hcr_base + CC); in sata_fsl_host_intr() [all …]
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
D | Makefile | 46 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $^ -o $@ 48 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $<
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
D | Makefile | 46 cmd_vdso32ld = $(CC) $(c_flags) -Wl,-T $^ -o $@ 48 cmd_vdso32as = $(CC) $(a_flags) -c -o $@ $<
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | Makefile | 58 cmd_vdsold = $(CC) $(c_flags) -Wl,-n -Wl,-T $^ -o $@ 60 cmd_vdsoas = $(CC) $(a_flags) -c -o $@ $<
|
/linux-4.4.14/arch/powerpc/ |
D | Makefile | 25 CROSS32CC := $(CC) -m32 69 override CC += -mlittle-endian 71 override CC += -mno-strict-align 83 override CC += -mbig-endian 95 override CC += -m$(CONFIG_WORD_SIZE) 166 CPP = $(CC) -E $(KBUILD_CFLAGS)
|
/linux-4.4.14/lib/raid6/test/ |
D | Makefile | 6 CC = gcc macro 55 $(CC) $(CFLAGS) -c -o $@ $< 71 $(CC) $(CFLAGS) -o raid6test $^
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 132 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 309 export srctree OUTPUT RM CC LD AR CFLAGS V BISON FLEX AWK 316 $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $(LIBTRACEEVENT_DYNAMIC_LIST_LDFLAGS) \ 323 $(QUIET_LINK)$(CC) -o $@ -shared $(LDFLAGS) $(filter %.o,$^) $(GTK_LIBS) 386 $(QUIET_LINK)$(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(filter %.o,$^) $(LIBS) 390 $(QUIET_CC)$(CC) -m32 $(filter -static,$(LDFLAGS)) -Wall -Werror -o $@ perf-read-vdso.c 395 $(QUIET_CC)$(CC) -mx32 $(filter -static,$(LDFLAGS)) -Wall -Werror -o $@ perf-read-vdso.c
|
/linux-4.4.14/Documentation/ja_JP/ |
D | SubmittingPatches | 181 必要としないパッチは Linus へ電子メールを送るか CC しなければなりません。 186 6) CC (カーボンコピー)先の選び方 188 特に理由がないなら、LKML にも CC してください。 209 加えたときには、いつもメンテナに CC するのを忘れないようにしてください。 212 <trivial@kernel.org>に CC してもいいです。その現管理者については MAINTAINERS
|
D | HOWTO | 113 をマニュアルページのメンテナ mtk.manpages@gmail.com に送り、CC を 436 もし複数の人があなたのメールに返事をした場合、CC: で受ける人のリストは 437 だいぶ多くなるでしょう。良い理由がない場合、CC: リストから誰かを削除を
|
D | stable_kernel_rules.txt | 69 い限り)に送られ、linux-kernel メーリングリストにCCされる。
|
/linux-4.4.14/arch/um/drivers/ |
D | Makefile | 20 LDFLAGS_pcap.o := -r $(shell $(CC) $(KBUILD_CFLAGS) -print-file-name=libpcap.a) 22 LDFLAGS_vde.o := -r $(shell $(CC) $(CFLAGS) -print-file-name=libvdeplug.a)
|
/linux-4.4.14/tools/testing/selftests/size/ |
D | Makefile | 4 $(CC) -static -ffreestanding -nostartfiles -s $< -o $@
|
/linux-4.4.14/tools/firewire/ |
D | Makefile | 4 CC = gcc macro
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.mk | 19 CC = $(CROSS_COMPILE)gcc
|
/linux-4.4.14/tools/testing/selftests/net/ |
D | Makefile | 11 $(CC) $(CFLAGS) -o $@ $^
|
/linux-4.4.14/tools/thermal/tmon/ |
D | Makefile | 6 CC=$(CROSS_COMPILE)gcc macro
|
/linux-4.4.14/tools/testing/selftests/capabilities/ |
D | Makefile | 18 $(CC) -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
|
/linux-4.4.14/tools/iio/ |
D | Makefile | 1 CC = $(CROSS_COMPILE)gcc macro
|
/linux-4.4.14/tools/testing/selftests/mount/ |
D | Makefile | 7 $(CC) $(CFLAGS) unprivileged-remount-test.c -o unprivileged-remount-test
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 20 --- 3.11 $(CC) support functions 296 ccflags-y specifies options for compiling with $(CC). 334 $(CFLAGS_$@) specifies per-file options for $(CC). The $@ 362 Thus, if you change an option to $(CC) all affected files will 416 --- 3.11 $(CC) support functions 419 $(CC), each supporting a unique set of features and options. 420 kbuild provides basic support to check for valid options for $(CC). 421 $(CC) is usually the gcc compiler, but other alternatives are 425 as-option is used to check if $(CC) -- when used to compile 434 -Wa$(comma)-isa=$(isa-y) if it is supported by $(CC). [all …]
|
D | kbuild.txt | 42 Additional options for $(CC) when used to compile 47 Additional module specific options to use for $(CC).
|
/linux-4.4.14/drivers/staging/gs_fpgaboot/ |
D | TODO | 7 And please CC to "Staging subsystem" mail list <devel@driverdev.osuosl.org> too.
|
/linux-4.4.14/tools/testing/selftests/exec/ |
D | Makefile | 18 $(CC) $(CFLAGS) -o $@ $^
|
/linux-4.4.14/tools/testing/selftests/memfd/ |
D | Makefile | 1 CC = $(CROSS_COMPILE)gcc macro
|
/linux-4.4.14/arch/nios2/ |
D | Makefile | 23 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
|
/linux-4.4.14/tools/testing/selftests/ipc/ |
D | Makefile | 15 $(CC) $(CFLAGS) msgque.c -o msgque_test
|
/linux-4.4.14/kernel/debug/kdb/ |
D | Makefile | 9 CCVERSION := $(shell $(CC) -v 2>&1 | sed -ne '$$p')
|
/linux-4.4.14/tools/testing/selftests/ |
D | lib.mk | 3 CC := $(CROSS_COMPILE)gcc
|
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
D | parse-build.sh | 37 if grep -q CC < $F
|
/linux-4.4.14/tools/build/tests/ex/ |
D | Makefile | 2 export CC := gcc macro
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | Makefile | 1 CC = $(CROSS_COMPILE)gcc macro
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile.arch | 13 LP64 := $(shell echo __LP64__ | ${CC} ${CFLAGS} -E -x c - | tail -n 1)
|
D | utilities.mak | 182 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 198 $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
|
/linux-4.4.14/arch/hexagon/ |
D | Makefile | 34 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
D | Makefile | 13 $(CC) $(CFLAGS) -m64 -o $@ $^
|
/linux-4.4.14/arch/openrisc/ |
D | Makefile | 25 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
|
/linux-4.4.14/arch/xtensa/boot/ |
D | Makefile | 15 BIG_ENDIAN := $(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#")
|
/linux-4.4.14/tools/net/ |
D | Makefile | 3 CC = gcc macro
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | cc10001_adc.txt | 1 * Cosmic Circuits - Analog to Digital Converter (CC-10001-ADC)
|
/linux-4.4.14/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 20 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
|
/linux-4.4.14/arch/h8300/boot/compressed/ |
D | Makefile | 20 LIBGCC := $(shell $(CROSS-COMPILE)$(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
|
/linux-4.4.14/tools/testing/ktest/examples/include/ |
D | patchcheck.conf | 110 MAKE_CMD = CC=gcc-4.5.1 make
|
/linux-4.4.14/arch/ia64/kernel/ |
D | Makefile.gate | 10 cmd_gate = $(CC) -nostdlib $(GATECFLAGS_$(@F)) -Wl,-T,$(filter-out FORCE,$^) -o $@
|
/linux-4.4.14/arch/mips/lasat/image/ |
D | Makefile | 25 $(CC) -fno-pic $(HEAD_DEFINES) $(LINUXINCLUDE) -c -o $@ $<
|
/linux-4.4.14/Documentation/video4linux/ |
D | 4CCs.txt | 4 Guidelines for Video4Linux 4CC codes defined using v4l2_fourcc() are
|
D | README.ivtv | 160 The 'vertical blank interval' (Teletext, CC, WSS etc) capture device(s)
|
D | vivid.txt | 939 for either raw or sliced VBI. Note that at the moment only CC/XDS (60 Hz formats)
|
/linux-4.4.14/arch/tile/ |
D | Makefile | 34 $(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name)
|
/linux-4.4.14/arch/m32r/ |
D | Makefile | 36 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
|
/linux-4.4.14/firmware/radeon/ |
D | R100_cp.bin.ihex | 114 :1007100000000002040023940000000000005000CC
|
D | RV630_me.bin.ihex | 517 :1020400000000023002036270000000000000024CC 1111 :1045600000000006002048110000000000000000CC
|
D | RV635_me.bin.ihex | 517 :1020400000000023002036270000000000000024CC 1111 :1045600000000006002048110000000000000000CC
|
D | RS780_me.bin.ihex | 517 :1020400000000023002036270000000000000024CC
|
D | RV670_me.bin.ihex | 517 :1020400000000023002036270000000000000024CC
|
D | RV610_me.bin.ihex | 517 :1020400000000023002036270000000000000024CC
|
D | RV620_me.bin.ihex | 517 :1020400000000023002036270000000000000024CC
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
D | Makefile | 12 cmd_syscall = $(CC) -nostdlib $(SYSCFLAGS_$(@F)) \
|
/linux-4.4.14/arch/powerpc/kernel/vdso32/ |
D | Makefile | 11 CROSS32CC := $(CC)
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | Makefile | 26 AICASM_CC= $(CC)
|
/linux-4.4.14/arch/avr32/mach-at32ap/include/mach/ |
D | at32ap700x.h | 219 ATMEL_LCDC(PC, CC) | ATMEL_LCDC(PC, DVAL) | \ 223 ATMEL_LCDC(PE, CC) | ATMEL_LCDC(PE, DVAL) | \
|
/linux-4.4.14/Documentation/ko_KR/ |
D | HOWTO | 387 여러 사람들이 여러분의 메일에 응답한다면 CC: 즉 수신 리스트는 꽤 커지게 388 될 것이다. 아무 이유없이 CC에서 어떤 사람도 제거하거나 리스트 주소로만
|
/linux-4.4.14/arch/mips/ |
D | Makefile | 122 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' && echo -EB $… 123 cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL… 275 CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx51-digi-connectcore-jsk.dts | 15 model = "Digi ConnectCore CC(W)-MX51 JSK";
|
D | tegra30-apalis-eval.dts | 137 cd-gpios = <&gpio TEGRA_GPIO(CC, 5) GPIO_ACTIVE_LOW>;
|
D | imx51-digi-connectcore-som.dtsi | 16 model = "Digi ConnectCore CC(W)-MX51";
|
D | tegra30-cardhu.dtsi | 336 interrupts = <TEGRA_GPIO(CC, 2) IRQ_TYPE_LEVEL_LOW>;
|
D | omap3-pandora-common.dtsi | 212 * on earlier (CC) board revisions, so keep it always on */
|
/linux-4.4.14/arch/arm/vdso/ |
D | Makefile | 49 cmd_vdsold = $(CC) $(c_flags) $(VDSO_LDFLAGS) \
|
/linux-4.4.14/firmware/tigon/ |
D | tg3.bin.ihex | 67 :1004200000000000000000000000000000000000CC
|
/linux-4.4.14/arch/mn10300/ |
D | Makefile | 17 CCSPECS := $(shell $(CC) -v 2>&1 | grep "^Reading specs from " | head -1 | cut -c20-)
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 232 # ymm7 T1 CC 262 CC = %ymm7 define 362 vmovdqu C,CC 413 vpaddd CC,C,C
|
/linux-4.4.14/arch/parisc/ |
D | Makefile | 26 LIBGCC = $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
|
/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/ |
D | mem_map.h | 176 dreg = CC;
|
/linux-4.4.14/arch/cris/ |
D | Makefile | 62 LIBGCC = $(shell $(CC) $(KBUILD_CFLAGS) -print-file-name=libgcc.a)
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | Makefile | 72 cmd_vdso = $(CC) -nostdlib -o $@ \
|
/linux-4.4.14/arch/arc/ |
D | Makefile | 81 LIBGCC := $(shell $(CC) $(cflags-y) --print-libgcc-file-name)
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 132 ifneq ($(shell $(CONFIG_SHELL) $(cc_has_sp) $(CC) $(KBUILD_CPPFLAGS) $(biarch)),y) 140 $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" - && \
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | cros-ec-keyb.txt | 28 * RR=Row CC=Column KKKK=Key Code
|
/linux-4.4.14/Documentation/usb/ |
D | wusb-cbaf | 116 echo I: CC set >&2
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
D | Makefile | 73 cmd_vdsold = $(CC) $(KCFLAGS) -nostdlib $(SYSCFLAGS_$(@F)) \
|
/linux-4.4.14/ |
D | Kbuild | 94 cmd_syscalls = $(CONFIG_SHELL) $< $(CC) $(c_flags) $(missing_syscalls_flags)
|
D | Makefile | 345 CC = $(CROSS_COMPILE)gcc macro 346 CPP = $(CC) -E 408 export ARCH SRCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC 747 NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) 775 ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(CC)), y)
|
D | CREDITS | 129 P: 1024R/CB4660B9 CC A0 71 81 F4 A0 63 AC C0 4B 81 1D 8C 15 C8 E5 183 P: 1024/AF7B30C1 CF 97 C2 CC 6D AE A7 FE C8 BA 9C FC 88 DE 32 C3 2389 P: 1024D/357375CC 317C 58AC 1B39 2AB0 AB96 EB38 0B6F 731F 3573 75CC 2465 P: 1024/04B6E8F5 6C 77 33 CA CC D6 22 03 AB AB 15 A3 AE AD 39 7D
|
D | MAINTAINERS | 40 PLEASE CC: the maintainers and mailing lists that are generated
|
/linux-4.4.14/tools/usb/usbip/ |
D | INSTALL | 84 ./configure CC=c99 CFLAGS=-g LIBS=-lposix 176 values for variables like `CC', `cache_file', and `prefix'. 191 ./configure CC=/usr/local2/bin/gcc
|
/linux-4.4.14/drivers/staging/iio/ |
D | TODO | 76 CC the device-drivers-devel@blackfin.uclinux.org mailing list when
|
/linux-4.4.14/arch/mips/kernel/ |
D | Makefile | 95 CFLAGS_cpu-bugs64.o = $(shell if $(CC) $(KBUILD_CFLAGS) -Wa,-mdaddi -c -o /dev/null -x c /dev/null …
|
/linux-4.4.14/arch/mips/vdso/ |
D | Makefile | 52 cmd_vdsold = $(CC) $(c_flags) $(VDSO_LDFLAGS) \
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | Makefile | 160 cmd_vdso = $(CC) -nostdlib -o $@ \
|
/linux-4.4.14/arch/sh/ |
D | Makefile | 55 cflags-y += $(shell $(CC) $(KBUILD_CFLAGS) -print-multi-lib | \
|
/linux-4.4.14/Documentation/networking/ |
D | dm9000.txt | 16 maintained and tested by Ben Dooks, who should be CC: to any patches for this
|
/linux-4.4.14/firmware/yamaha/ |
D | ds1e_ctrl.fw.ihex | 577 :1024000000000000000000000000000000000000CC
|
D | ds1_ctrl.fw.ihex | 577 :1024000000000000000000000000000000000000CC
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 134 18-19 18-19 Condition codes (CC) 772 0001AFF8' LR 180F CC 0 789 00019736' AHI A7DAFF0E CC 1 790 000198BA' BRC A7840004 -> 000198C2' CC 0 791 000198CE' STM 900EF068 >> 0FA95E78 CC 2 983 Now make CC:="s390-gcc -g" kernel/sched.s 1119 000151B0' SVC 0A05 -> 0001909A' CC 0 1515 00020942' SSCH B2334000 0048813C CC 0 SCH 0000 DEV 7C08 1521 00021628' TSCH B2354000 >> 00488164 CC 0 SCH 0000 DEV 7C08 1523 KEY 0 FPI C0 CC 0 CTLS 4007 [all …]
|
/linux-4.4.14/Documentation/ |
D | stable_kernel_rules.txt | 116 the patch (unless the submitter is the maintainer of the area) and CC: to
|
D | HOWTO | 80 maintainer at mtk.manpages@gmail.com, and CC the list 396 If multiple people respond to your mail, the CC: list of recipients may 397 get pretty large. Don't remove anybody from the CC: list without a good
|
D | svga.txt | 135 form where RR is a number of rows and CC is a number of columns.
|
D | SubmittingPatches | 317 For small patches you may want to CC the Trivial Patch Monkey
|
D | kernel-parameters.txt | 4070 Format: 0xCCBBAA, where AA, BB, and CC are the same as
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | do_func.S | 501 | in the transcendentals code. The CC bits must be set in the
|
/linux-4.4.14/Documentation/sound/oss/ |
D | MultiSound | 1005 CC = gcc
|
/linux-4.4.14/drivers/scsi/ |
D | FlashPoint.c | 740 #define CC 0x25 /*Command Completion failure */ macro 4606 WRW_HARPOON(map_addr, (CPN_OP + AMSG_IN + CC)); /*ERROR IF NOT MSG IN PHZ */ in FPT_autoLoadDefaultMap() 4610 WRW_HARPOON(map_addr, (BRH_OP + NOT_EQ + CC)); /*ERROR IF NOT CMD COMPLETE MSG. */ in FPT_autoLoadDefaultMap()
|
/linux-4.4.14/drivers/eisa/ |
D | eisa.ids | 744 ICU1210 "Procom CC-8 SCSI ENABLER" 745 ICU1220 "Procom CC-16 SCSI ENABLER"
|
/linux-4.4.14/drivers/dma/ |
D | pl330.c | 97 #define CC(n) (_CC + (n)*0x20) macro
|
/linux-4.4.14/firmware/bnx2x/ |
D | bnx2x-e1-6.2.9.0.fw.ihex | 1154 :1048100000232000002340000023600000238000CC 9289 :1044600000000000800000000000000000000000CC
|
D | bnx2x-e1h-6.2.9.0.fw.ihex | 1144 :1047700002108038000000100210810000000000CC 12291 :020000023000CC
|
D | bnx2x-e2-6.2.9.0.fw.ihex | 12291 :020000023000CC
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 145 CC - bugfix revision
|