Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 194) sorted by relevance

12345678

/arch/s390/pci/
A Dpci_insn.c24 u8 cc; member
42 .insn = insn, .cc = cc, .status = status, in zpci_err_insn_req()
52 .insn = insn, .cc = cc, .status = status, in zpci_err_insn_addr()
107 : CC_OUT(cc, cc), [fn] "+d" (fn) in __rpcit()
169 : CC_OUT(cc, cc), [data] "=d" (__data), in ____pcilg()
212 return (cc > 0) ? -EIO : cc; in __zpci_load()
259 return (cc > 0) ? -EIO : cc; in zpci_load()
305 return (cc > 0) ? -EIO : cc; in __zpci_store()
349 return (cc > 0) ? -EIO : cc; in zpci_store()
394 return (cc > 0) ? -EIO : cc; in __zpci_store_block()
[all …]
A Dpci_mmio.c23 u8 cc; in zpci_err_mmio() member
44 CC_IPM(cc) in __pcistb_mio_inuser()
46 : CC_OUT(cc, cc), [len] "+d" (len), [exc] "+d" (exception) in __pcistb_mio_inuser()
82 CC_IPM(cc) in __pcistg_mio_inuser()
86 CC_OUT(cc, cc), [ioaddr_len] "+&d" (ioaddr_len.pair) in __pcistg_mio_inuser()
92 cc = exception ? -ENXIO : CC_TRANSFORM(cc); in __pcistg_mio_inuser()
97 return cc; in __pcistg_mio_inuser()
242 CC_IPM(cc) in __pcilg_mio_inuser()
245 CC_OUT(cc, cc), [val] "=d" (val), in __pcilg_mio_inuser()
251 cc = exception ? -ENXIO : CC_TRANSFORM(cc); in __pcilg_mio_inuser()
[all …]
A Dpci.c136 u8 cc; in zpci_register_ioat() local
147 if (cc) in zpci_register_ioat()
149 return cc; in zpci_register_ioat()
163 if (cc) in zpci_unregister_ioat()
165 return cc; in zpci_unregister_ioat()
201 if (cc) { in zpci_fmb_enable_device()
223 cc = 0; in zpci_fmb_disable_device()
225 if (!cc) { in zpci_fmb_disable_device()
1007 int cc; in zpci_clear_error_state() local
1010 if (cc) { in zpci_clear_error_state()
[all …]
/arch/s390/include/asm/
A Dcpu_mf.h186 int cc; in lcctl() local
190 CC_IPM(cc) in lcctl()
191 : CC_OUT(cc, cc) in lcctl()
201 int cc; in __ecctr() local
206 : CC_OUT(cc, cc), [_content] "=d" (_content) in __ecctr()
217 int cc; in ecctr() local
220 if (!cc) in ecctr()
222 return cc; in ecctr()
237 int cc; in stcctm() local
242 : CC_OUT(cc, cc) in stcctm()
[all …]
A Dsigp.h47 int cc; in ____pcpu_sigp() local
51 CC_IPM(cc) in ____pcpu_sigp()
52 : CC_OUT(cc, cc), [r1] "+d" (r1.pair) in ____pcpu_sigp()
56 return CC_TRANSFORM(cc); in ____pcpu_sigp()
63 int cc; in __pcpu_sigp() local
65 cc = ____pcpu_sigp(addr, order, parm, &_status); in __pcpu_sigp()
66 if (status && cc == SIGP_CC_STATUS_STORED) in __pcpu_sigp()
68 return cc; in __pcpu_sigp()
A Dtimex.h46 int cc; in set_tod_clock() local
50 CC_IPM(cc) in set_tod_clock()
51 : CC_OUT(cc, cc) in set_tod_clock()
54 return CC_TRANSFORM(cc); in set_tod_clock()
59 int cc; in store_tod_clock_ext_cc() local
63 CC_IPM(cc) in store_tod_clock_ext_cc()
64 : CC_OUT(cc, cc), [clk] "=Q" (*clk) in store_tod_clock_ext_cc()
67 return CC_TRANSFORM(cc); in store_tod_clock_ext_cc()
A Dasm.h37 #define CC_TRANSFORM(cc) ({ cc; }) argument
45 #define CC_TRANSFORM(cc) ({ (cc) >> 28; }) argument
A Dpai.h31 int cc; in qpaci() local
37 CC_IPM(cc) in qpaci()
38 : CC_OUT(cc, cc), [info] "=Q" (*info), [size] "+&d" (size) in qpaci()
41 return CC_TRANSFORM(cc) ? (size + 1) * sizeof(u64) : 0; in qpaci()
A Duv.h436 int cc; in __uv_call() local
440 CC_IPM(cc) in __uv_call()
441 : CC_OUT(cc, cc) in __uv_call()
449 int cc; in uv_call() local
453 } while (cc > 1); in uv_call()
454 return cc; in uv_call()
460 int cc; in uv_call_sched() local
465 } while (cc > 1); in uv_call_sched()
466 return cc; in uv_call_sched()
480 int cc; in uv_cmd_nodata() local
[all …]
A Duaccess.h40 int cc; in raw_copy_from_user() local
48 CC_IPM(cc) in raw_copy_from_user()
51 : CC_OUT(cc, cc), [size] "+d" (size), [to] "=Q" (*(char *)to) in raw_copy_from_user()
56 if (likely(CC_TRANSFORM(cc) == 0)) in raw_copy_from_user()
68 int cc; in raw_copy_to_user() local
76 CC_IPM(cc) in raw_copy_to_user()
79 : CC_OUT(cc, cc), [size] "+d" (size), [to] "=Q" (*(char __user *)to) in raw_copy_to_user()
371 int cc; in __clear_user() local
379 CC_IPM(cc) in __clear_user()
382 : CC_OUT(cc, cc), [size] "+d" (size), [to] "=Q" (*(char __user *)to) in __clear_user()
[all …]
/arch/x86/include/asm/
A Drmwcc.h13 #define __GEN_RMWcc(fullop, _var, cc, clobbers, ...) \ argument
16 asm goto (fullop "; j" #cc " %l[cc_label]" \
32 asm_inline volatile (fullop CC_SET(cc) \
33 : [var] "+m" (_var), CC_OUT(cc) (c) \
40 #define GEN_UNARY_RMWcc_4(op, var, cc, arg0) \ argument
41 __GEN_RMWcc(op " " arg0, var, cc, __CLOBBERS_MEM())
43 #define GEN_UNARY_RMWcc_3(op, var, cc) \ argument
44 GEN_UNARY_RMWcc_4(op, var, cc, "%[var]")
49 __GEN_RMWcc(op " %[val], " arg0, var, cc, \
53 GEN_BINARY_RMWcc_6(op, var, cc, vcon, val, "%[var]")
[all …]
/arch/m68k/
A DMakefile19 CROSS_COMPILE := $(call cc-cross-prefix, \
42 cpuflags-$(CONFIG_M54xx) = $(call cc-option,-mcpu=5475,-m5200)
43 cpuflags-$(CONFIG_M5407) = $(call cc-option,-mcpu=5407,-m5200)
44 cpuflags-$(CONFIG_M532x) = $(call cc-option,-mcpu=532x,-m5307)
45 cpuflags-$(CONFIG_M537x) = $(call cc-option,-mcpu=537x,-m5307)
46 cpuflags-$(CONFIG_M5307) = $(call cc-option,-mcpu=5307,-m5200)
47 cpuflags-$(CONFIG_M528x) = $(call cc-option,-mcpu=528x,-m5307)
48 cpuflags-$(CONFIG_M5275) = $(call cc-option,-mcpu=5275,-m5307)
49 cpuflags-$(CONFIG_M5272) = $(call cc-option,-mcpu=5272,-m5307)
50 cpuflags-$(CONFIG_M5271) = $(call cc-option,-mcpu=5271,-m5307)
[all …]
/arch/openrisc/
A DMakefile31 KBUILD_CFLAGS += $(call cc-option,-mhard-mul)
33 KBUILD_CFLAGS += $(call cc-option,-msoft-mul)
37 KBUILD_CFLAGS += $(call cc-option,-mhard-div)
39 KBUILD_CFLAGS += $(call cc-option,-msoft-div)
43 KBUILD_CFLAGS += $(call cc-option,-mcmov)
47 KBUILD_CFLAGS += $(call cc-option,-mror)
51 KBUILD_CFLAGS += $(call cc-option,-mrori)
55 KBUILD_CFLAGS += $(call cc-option,-msext)
/arch/m68k/ifpsp060/src/
A Ditest.S174 mov.w &0x0000,%cc
198 mov.w &0x0000,%cc
402 mov.w &0x001f,%cc
740 mov.w &0x1f,%cc
772 mov.w &0x1f,%cc
806 mov.w &0x1f,%cc
844 mov.w &0x1f,%cc
876 mov.w &0x1f,%cc
908 mov.w &0x1f,%cc
942 mov.w &0x1f,%cc
[all …]
/arch/loongarch/
A DMakefile85 cflags-y += $(call cc-option,-mexplicit-relocs)
86 KBUILD_CFLAGS_KERNEL += $(call cc-option,-mdirect-extern-access)
87 KBUILD_CFLAGS_KERNEL += $(call cc-option,-fdirect-access-external-data)
91 cflags-y += $(call cc-option,-mno-explicit-relocs)
98 KBUILD_AFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
99 KBUILD_CFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
100 KBUILD_AFLAGS += $(call cc-option,-mthin-add-sub) $(call cc-option,-Wa$(comma)-mthin-add-sub)
101 KBUILD_CFLAGS += $(call cc-option,-mthin-add-sub) $(call cc-option,-Wa$(comma)-mthin-add-sub)
127 cflags-y += $(call cc-option, -mno-check-zero-division)
150 KBUILD_CFLAGS += $(call cc-option,-mstrict-align)
[all …]
/arch/powerpc/
A DMakefile24 HAS_BIARCH := $(call cc-option-yn, -m32)
72 KBUILD_CPPFLAGS += $(call cc-option,-mbig-endian)
124 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mabi=elfv2,$(call cc-option,-mcall-aixdesc))
145 CC_FLAGS_FPU := $(call cc-option,-mhard-float)
194 KBUILD_CFLAGS += $(call cc-option,-mprefixed)
199 KBUILD_CFLAGS += $(call cc-option,-mpcrel)
201 KBUILD_CFLAGS += $(call cc-option,-mno-pcrel)
206 KBUILD_CFLAGS += $(call cc-option,-mno-vsx)
207 KBUILD_CFLAGS += $(call cc-option,-mno-mma)
211 KBUILD_CFLAGS += $(call cc-option,-mno-spe)
[all …]
/arch/mips/
A DMakefile60 ifeq ($(call cc-option-yn,-mmcount-ra-address), y)
65 cflags-y += $(call cc-option, -mno-check-zero-division)
142 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
171 cflags-$(CONFIG_CPU_SB1) += $(call cc-option,-mno-mdmx)
172 cflags-$(CONFIG_CPU_SB1) += $(call cc-option,-mno-mips3d)
180 $(call cc-option,-march=loongson2e,-march=mips3) -Wa,--trap
182 $(call cc-option,-march=loongson2f,-march=mips3) -Wa,--trap
187 $(call cc-option,-march=loongson3a,-march=mips64r2) -Wa,--trap
242 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
248 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa)
[all …]
/arch/s390/kvm/
A Dpv.c128 int cc; in kvm_s390_pv_destroy_cpu() local
140 if (!cc) in kvm_s390_pv_destroy_cpu()
167 int cc; in kvm_s390_pv_create_cpu() local
278 int cc; in kvm_s390_pv_dispose_one_leftover() local
286 if (cc) in kvm_s390_pv_dispose_one_leftover()
338 int cc; in kvm_s390_pv_deinit_vm_fast() local
352 if (!cc) in kvm_s390_pv_deinit_vm_fast()
448 int cc; in kvm_s390_pv_deinit_vm() local
769 int cc; in kvm_s390_pv_set_cpu_state() local
774 if (cc) in kvm_s390_pv_set_cpu_state()
[all …]
/arch/sh/
A DMakefile32 cflags-$(CONFIG_CPU_SH2) := $(call cc-option,-m2,)
33 cflags-$(CONFIG_CPU_J2) += $(call cc-option,-mj2,)
34 cflags-$(CONFIG_CPU_SH2A) += $(call cc-option,-m2a,) \
35 $(call cc-option,-m2a-nofpu,) \
36 $(call cc-option,-m4-nofpu,)
37 cflags-$(CONFIG_CPU_SH3) := $(call cc-option,-m3,)
38 cflags-$(CONFIG_CPU_SH4) := $(call cc-option,-m4,) \
39 $(call cc-option,-mno-implicit-fp,-m4-nofpu)
40 cflags-$(CONFIG_CPU_SH4A) += $(call cc-option,-m4a,) \
41 $(call cc-option,-m4a-nofpu,)
[all …]
/arch/x86/
A DMakefile_32.cpu5 tune = $(call cc-option,-mtune=$(1),$(2))
8 align := -falign-functions=0 $(call cc-option,-falign-jumps=0) $(call cc-option,-falign-loops=0)
29 cflags-$(CONFIG_MWINCHIPC6) += $(call cc-option,-march=winchip-c6,-march=i586)
30 cflags-$(CONFIG_MWINCHIP3D) += $(call cc-option,-march=winchip2,-march=i586)
31 cflags-$(CONFIG_MCYRIXIII) += $(call cc-option,-march=c3,-march=i486) $(align)
32 cflags-$(CONFIG_MVIAC3_2) += $(call cc-option,-march=c3-2,-march=i686)
41 cflags-$(CONFIG_MGEODE_LX) += $(call cc-option,-march=geode,-march=pentium-mmx)
49 cflags-y += $(call cc-option,-Wa$(comma)-mtune=generic32,)
A DMakefile23 RETPOLINE_CFLAGS += $(call cc-option,-mindirect-branch-cs-prefix)
40 ifneq ($(call cc-option, -mpreferred-stack-boundary=4),)
43 else ifneq ($(call cc-option, -mstack-alignment=16),)
53 -mno-mmx -mno-sse $(call cc-option,-fcf-protection=none)
111 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=branch -fno-jump-tables)
114 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=none)
155 KBUILD_CFLAGS += $(call cc-option,-falign-jumps=1)
158 KBUILD_CFLAGS += $(call cc-option,-falign-loops=1)
162 KBUILD_CFLAGS += $(call cc-option,-mno-fp-ret-in-387)
174 KBUILD_CFLAGS += $(call cc-option,-mskip-rax-setup)
[all …]
/arch/alpha/kernel/
A Dtime.c286 validate_cc_value(unsigned long cc) in validate_cc_value() argument
321 return cc; in validate_cc_value()
325 return cc; in validate_cc_value()
327 if (cc < cpu_hz[index].min - deviation in validate_cc_value()
328 || cc > cpu_hz[index].max + deviation) in validate_cc_value()
331 return cc; in validate_cc_value()
346 int cc, count = 0; in calibrate_cc_with_pit() local
362 cc = rpcc(); in calibrate_cc_with_pit()
366 cc = rpcc() - cc; in calibrate_cc_with_pit()
372 return ((long)cc * PIT_TICK_RATE) / (CALIBRATE_LATCH + 1); in calibrate_cc_with_pit()
/arch/s390/boot/
A Dphysmem_info.c63 int cc, exception; in __diag260() local
74 CC_IPM(cc) in __diag260()
76 : CC_OUT(cc, cc), [exc] "+d" (exception), [ry] "+d" (ry) in __diag260()
79 cc = exception ? -1 : CC_TRANSFORM(cc); in __diag260()
80 return cc == 0 ? ry : -1; in __diag260()
126 int cc, exception; in tprot() local
133 CC_IPM(cc) in tprot()
135 : CC_OUT(cc, cc), [exc] "+d" (exception) in tprot()
138 cc = exception ? -EFAULT : CC_TRANSFORM(cc); in tprot()
139 return cc; in tprot()
/arch/s390/lib/
A Dstring.c190 int cc; in clcle() local
195 CC_IPM(cc) in clcle()
196 : CC_OUT(cc, cc), [r1] "+d" (r1.pair), [r3] "+d" (r3.pair) in clcle()
199 return CC_TRANSFORM(cc); in clcle()
217 int cc; in strstr() local
219 cc = clcle(s1, l2, s2, l2); in strstr()
220 if (!cc) in strstr()
/arch/s390/kernel/
A Dcpcmd.c41 int cc; in diag8_response() local
49 CC_IPM(cc) in diag8_response()
50 : CC_OUT(cc, cc), [ry] "+d" (ry.pair) in diag8_response()
53 if (CC_TRANSFORM(cc)) in diag8_response()

Completed in 48 milliseconds

12345678