Searched refs:cc (Results 1 - 25 of 91) sorted by relevance

1234

/arch/s390/include/asm/
H A Dcpu_mf.h71 int cc; local
77 : "=d" (cc) : "m" (ctl) : "cc");
78 return cc;
85 int cc; local
91 : "=d" (content), "=d" (cc) : "d" (ctr) : "cc");
92 if (!cc)
94 return cc;
H A Dtimex.h22 int cc; local
28 : "=d" (cc) : "Q" (time) : "cc");
29 return cc;
34 int cc; local
40 : "=d" (cc), "=Q" (*time) : : "cc");
41 return cc;
80 asm volatile("stck %0" : "=Q" (clk) : : "cc");
86 asm volatile("stcke %0" : "=Q" (*clk) : : "cc");
[all...]
/arch/m68k/
H A DMakefile37 cpuflags-$(CONFIG_M54xx) := $(call cc-option,-mcpu=5475,-m5200)
38 cpuflags-$(CONFIG_M5407) := $(call cc-option,-mcpu=5407,-m5200)
39 cpuflags-$(CONFIG_M532x) := $(call cc-option,-mcpu=532x,-m5307)
40 cpuflags-$(CONFIG_M5307) := $(call cc-option,-mcpu=5307,-m5200)
41 cpuflags-$(CONFIG_M528x) := $(call cc-option,-mcpu=528x,-m5307)
42 cpuflags-$(CONFIG_M5275) := $(call cc-option,-mcpu=5275,-m5307)
43 cpuflags-$(CONFIG_M5272) := $(call cc-option,-mcpu=5272,-m5307)
44 cpuflags-$(CONFIG_M5271) := $(call cc-option,-mcpu=5271,-m5307)
45 cpuflags-$(CONFIG_M523x) := $(call cc-option,-mcpu=523x,-m5307)
46 cpuflags-$(CONFIG_M5249) := $(call cc
[all...]
/arch/hexagon/
H A DMakefile18 cflags-$(CONFIG_HEXAGON_ARCH_V1) += $(call cc-option,-mv1)
19 cflags-$(CONFIG_HEXAGON_ARCH_V2) += $(call cc-option,-mv2)
20 cflags-$(CONFIG_HEXAGON_ARCH_V3) += $(call cc-option,-mv3)
21 cflags-$(CONFIG_HEXAGON_ARCH_V4) += $(call cc-option,-mv4)
23 aflags-$(CONFIG_HEXAGON_ARCH_V1) += $(call cc-option,-mv1)
24 aflags-$(CONFIG_HEXAGON_ARCH_V2) += $(call cc-option,-mv2)
25 aflags-$(CONFIG_HEXAGON_ARCH_V3) += $(call cc-option,-mv3)
26 aflags-$(CONFIG_HEXAGON_ARCH_V4) += $(call cc-option,-mv4)
28 ldflags-$(CONFIG_HEXAGON_ARCH_V1) += $(call cc-option,-mv1)
29 ldflags-$(CONFIG_HEXAGON_ARCH_V2) += $(call cc
[all...]
/arch/x86/lguest/
H A DMakefile2 CFLAGS_boot.o := $(call cc-option, -fno-stack-protector)
/arch/blackfin/lib/
H A Dsmulsi3_highpart.S23 cc = ac0; define
24 R2 = cc;
27 cc = ac0; define
32 R2 = cc;
H A Dstrncmp.S34 if ! cc jump 3f; /* not equal, break out */
36 if ! cc jump 4f; /* yes, all done */
39 if ! cc jump 1b (bp); /* more to do, keep going */
H A Dstrcmp.S34 if ! cc jump 2f; /* not equal, break out */
36 if cc jump 1b (bp); /* no, keep going */
H A Dstrcpy.S32 if cc jump 1b (bp);
H A Ddivsi3.S48 cc = r0 < r1; define
49 if cc jump .Lret_zero;
51 cc = r2; define
52 if cc jump .Lidents;
54 cc = r2 <= r0; define
55 if cc jump .Lidents;
79 cc = bittst(r3, 30); define
80 if cc r0 = r1;
140 cc = bittst(r3,30); define
142 if !cc r
[all...]
H A Dumulsi3_highpart.S25 cc = ac0; define
26 R1 = cc;
/arch/x86/kernel/acpi/realmode/
H A DMakefile38 $(call cc-option, -ffreestanding) \
39 $(call cc-option, -fno-toplevel-reorder,\
40 $(call cc-option, -fno-unit-at-a-time)) \
41 $(call cc-option, -fno-stack-protector) \
42 $(call cc-option, -mpreferred-stack-boundary=2)
43 KBUILD_CFLAGS += $(call cc-option, -m32)
/arch/blackfin/mach-bf561/include/mach/
H A Dmem_map.h140 if cc jump 2f; \
141 cc = preg == 0x0; \
144 if !cc jump 3f; \
147 cc = !cc; /* restore cc to 0 */ \
150 cc = preg == 0x0; \
153 if cc jump 4f; \
155 cc = !cc; /* restor
[all...]
/arch/s390/
H A DMakefile38 cflags-$(CONFIG_MARCH_G5) += $(call cc-option,-march=g5)
39 cflags-$(CONFIG_MARCH_Z900) += $(call cc-option,-march=z900)
40 cflags-$(CONFIG_MARCH_Z990) += $(call cc-option,-march=z990)
41 cflags-$(CONFIG_MARCH_Z9_109) += $(call cc-option,-march=z9-109)
42 cflags-$(CONFIG_MARCH_Z10) += $(call cc-option,-march=z10)
43 cflags-$(CONFIG_MARCH_Z196) += $(call cc-option,-march=z196)
54 ifeq ($(call cc-option-yn,-mkernel-backchain),y)
65 ifeq ($(call cc-option-yn,-mpacked-stack),y)
75 ifeq ($(call cc-option-yn,-mstack-size=8192 -mstack-guard=128),y)
77 ifneq ($(call cc
[all...]
/arch/mips/netlogic/
H A DPlatform10 cflags-$(CONFIG_CPU_XLR) += $(call cc-option,-march=xlr,-march=mips64)
11 cflags-$(CONFIG_CPU_XLP) += $(call cc-option,-march=xlp,-march=mips64r2)
/arch/openrisc/
H A DMakefile30 KBUILD_CFLAGS += $(call cc-option,-mhard-mul)
32 KBUILD_CFLAGS += $(call cc-option,-msoft-mul)
36 KBUILD_CFLAGS += $(call cc-option,-mhard-div)
38 KBUILD_CFLAGS += $(call cc-option,-msoft-div)
/arch/x86/power/
H A DMakefile3 nostackp := $(call cc-option, -fno-stack-protector)
/arch/blackfin/kernel/
H A Dftrace-entry.S41 cc = r3 == 0; define
42 if ! cc jump _ftrace_stub (bp);
91 cc = r3 == 0; define
92 if ! cc jump _ftrace_stub (bp);
106 cc = r2 == r3; define
107 if ! cc jump .Ldo_trace;
116 cc = r2 == r3; define
117 if ! cc jump _ftrace_graph_caller;
127 cc = r2 == r3; define
128 if ! cc jum
[all...]
/arch/blackfin/mach-bf561/
H A Datomic.S47 if cc jump .Ldone_corelock;
71 if cc jump .Ldone_corelock_noflush;
127 cc = r5 == 0; define
128 if cc jump 1f;
165 cc = r5 == 0; define
166 if cc jump 1f;
235 cc = r6 == 0; define
236 if cc jump .Lcache_synced
283 cc = bittst( r3, 0 ); define
284 r3 = cc;
304 cc = bittst( r2, 0 ); define
339 cc = bittst( r3, 0 ); define
395 cc = r1 < 0; define
416 cc = r1 < 2; define
431 cc = r1 <= 0; define
492 cc = r2 == 0; define
494 cc = r1 == 0; define
518 cc = r1 == r3; define
535 cc = r1 == r2; define
756 cc = r2 == r4; \\ define
836 cc = r0 == 0; define
859 cc = r0 == 0; define
883 cc = r0 == 0; define
[all...]
/arch/blackfin/mach-common/
H A Dentry.S63 cc = r6 == r7; define
64 if !cc jump _bfin_return_from_exception;
68 cc = R6 == R7; define
69 if cc jump _ex_dcplb_miss (BP);
72 cc = R6 == R7; define
73 if cc jump _ex_dcplb_viol (BP);
140 cc = r7 == r6; define
141 if cc jump _bfin_return_from_exception;
148 cc = bittst(r6, 4); define
149 if cc jum
150 cc = bittst(r6, 5); define
158 cc = bittst(r6, 0); define
162 cc = r7 == 0; define
169 cc = r6 == 0; define
172 cc = r6 < r7; define
182 cc = r7 == 0; define
194 cc = bittst(r7, EVT_IVHW_P); define
229 cc = R7 == R6; define
548 cc = r3 == 0; define
556 cc = r0 == 0; define
577 cc = r3 == 0; define
620 cc = r0 == 1; define
622 cc = r0 == -1; define
644 cc = p4 <= p0; define
684 cc = BITTST(r7, TIF_IRQ_SYNC); define
700 cc = BITTST(r7, TIF_NEED_RESCHED); define
714 cc = BITTST(r7, TIF_RESTORE_SIGMASK); define
716 cc = BITTST(r7, TIF_SIGPENDING); define
718 cc = BITTST(r7, TIF_NOTIFY_RESUME); define
746 cc = p3 <= p4; define
833 cc = r0 == r2; define
846 cc = r0 == 0; define
861 cc = r0 == 0; define
874 cc = r7 == 0; define
960 cc = r2 == 0; define
986 cc = r7 == 0x0; define
993 cc = BITTST(r7, TIF_NEED_RESCHED); define
1032 cc = bittst (r0, EVT_IVG15_P); define
1046 cc = r2 == 0; define
1146 cc = r1 <= r2; define
[all...]
/arch/x86/
H A DMakefile20 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
[all...]
/arch/mips/
H A DMakefile47 CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(tool-archpref)-unknown-linux-gnu-)
53 ifeq ($(call cc-option-yn,-mmcount-ra-address), y)
58 cflags-y += $(call cc-option, -mno-check-zero-division)
116 cflags-$(CONFIG_CPU_HAS_SMARTMIPS) += $(call cc-option,-msmartmips)
118 cflags-$(CONFIG_SB1XXX_CORELIS) += $(call cc-option,-mno-sched-prolog) \
131 cflags-$(CONFIG_CPU_MIPS32_R1) += $(call cc-option,-march=mips32,-mips32 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS32) \
133 cflags-$(CONFIG_CPU_MIPS32_R2) += $(call cc-option,-march=mips32r2,-mips32r2 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS32) \
135 cflags-$(CONFIG_CPU_MIPS64_R1) += $(call cc-option,-march=mips64,-mips64 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS64) \
137 cflags-$(CONFIG_CPU_MIPS64_R2) += $(call cc-option,-march=mips64r2,-mips64r2 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS64) \
140 cflags-$(CONFIG_CPU_R5432) += $(call cc
[all...]
/arch/m68k/ifpsp060/src/
H A Ditest.S174 mov.w &0x0000,%cc
179 mov.w %cc,SCCR(%a6)
198 mov.w &0x0000,%cc
203 mov.w %cc,SCCR(%a6)
221 mov.w &0x0000,%cc
226 mov.w %cc,SCCR(%a6)
244 mov.w &0x0000,%cc
249 mov.w %cc,SCCR(%a6)
268 mov.w &0x0000,%cc
273 mov.w %cc,SCC
[all...]
/arch/alpha/kernel/
H A Dsys_jensen.c148 unsigned int cc;
150 __asm __volatile("rpcc %0" : "=r"(cc));
153 if (cc - last_msg > ((JENSEN_CYCLES_PER_SEC) * 3) ||
155 printk(KERN_CRIT " irq %d count %d cc %u @ %lx\n",
156 irq, count, cc-last_cc, get_irq_regs()->pc);
158 last_msg = cc;
161 last_cc = cc;
/arch/mips/bcm47xx/
H A Dserial.c54 struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc); local
58 for (i = 0; i < cc->nr_serial_ports; i++) {
61 bcma_port = &(cc->serial_ports[i]);

Completed in 511 milliseconds

1234