Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/
A DConfig.mk101 cc-option = $(shell if test -z "`echo 'void*p=1;' | \
107 cc-option-add = $(eval $(call cc-option-add-closure,$(1),$(2),$(3)))
108 define cc-option-add-closure
109 ifneq ($$(call cc-option,$$($(2)),$(3),n),n)
114 cc-options-add = $(foreach o,$(3),$(call cc-option-add,$(1),$(2),$(o)))
118 cc-ver = $(shell if [ $$((`$(1) -dumpversion | awk -F. \
124 cc-ver-check = $(eval $(call cc-ver-check-closure,$(1),$(2),$(3)))
125 define cc-ver-check-closure
126 ifeq ($$(call cc-ver,$$($(1)),ge,$(2)),n)
128 cc-option := n
[all …]
A D.travis.yml78 - export CXX=${CC/cc/++}
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A Dcheck-lxdialog.sh11 $cc -print-file-name=lib${lib}.${ext} | grep -q /
48 $cc -x c - -o $tmp 2>/dev/null <<'EOF'
72 cc=""
76 cc="$@"
84 cc="$@"
/xen-4.10.0-shim-comet/xen/common/gcov/
A DMakefile7 obj-$(CONFIG_GCOV_FORMAT_AUTODETECT) += $(call cc-ifversion,lt,0x040700, \
8 gcc_3_4.o, $(call cc-ifversion,lt,0x040900, \
9 gcc_4_7.o, $(call cc-ifversion,lt,0x050000, \
10 gcc_4_9.o, $(call cc-ifversion,lt,0x070000, \
/xen-4.10.0-shim-comet/xen/arch/x86/
A DRules.mk15 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
16 $(call cc-option-add,CFLAGS,CC,-Wnested-externs)
30 ifneq ($(call cc-option,$(CC),-fvisibility=hidden,n),n)
/xen-4.10.0-shim-comet/xen/arch/arm/
A DRules.mk11 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
12 $(call cc-option-add,CFLAGS,CC,-Wnested-externs)
21 ifneq ($(call cc-option,$(CC),-fvisibility=hidden,n),n)
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/
A Dgx_comm.c301 int cc; in gx_putpkt() local
311 cc = read(remote_fd, buf3, 1); in gx_putpkt()
315 if (cc <= 0) { in gx_putpkt()
316 if (cc == 0) in gx_putpkt()
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/tcgbios/
A DMakefile7 $(call cc-option-add,CFLAGS,CC,-fno-pic)
8 $(call cc-option-add,CFLAGS,CC,-fno-PIE)
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/
A DMakefile7 $(call cc-option-add,CFLAGS,CC,-fno-pic)
8 $(call cc-option-add,CFLAGS,CC,-fno-PIE)
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_pm.c138 DECLARE_NAMED_HYPERCALL_BOUNCE(cc, cxpt->cc, in xc_pm_get_cxstat()
139 cxpt->nr_cc * sizeof(*cxpt->cc), in xc_pm_get_cxstat()
149 if ( xc_hypercall_bounce_pre(xch, cc) ) in xc_pm_get_cxstat()
161 set_xen_guest_handle(sysctl.u.get_pmstat.u.getcx.cc, cc); in xc_pm_get_cxstat()
173 xc_hypercall_bounce_post(xch, cc); in xc_pm_get_cxstat()
/xen-4.10.0-shim-comet/tools/misc/
A Dxenpm.c132 if ( cxstat->cc[i] ) in print_cxstat()
134 cxstat->cc[i] / 1000000UL); in print_cxstat()
157 cxstat->cc = calloc(MAX_CORE_RESIDENCIES, sizeof(*cxstat->cc)); in get_cxstat_by_cpuid()
159 !cxstat->pc || !cxstat->cc ) in get_cxstat_by_cpuid()
161 free(cxstat->cc); in get_cxstat_by_cpuid()
179 free(cxstat->cc); in get_cxstat_by_cpuid()
183 cxstat->cc = NULL; in get_cxstat_by_cpuid()
220 free(cxstatinfo.cc); in show_cxstat_by_cpuid()
569 res = cxstat_end[j].cc[n]; in signal_int_handler()
571 res -= cxstat_start[j].cc[n]; in signal_int_handler()
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dprocessor.h497 unsigned long cc:4; /* Condition Code */ member
506 unsigned long cc:4; /* Condition Code */ member
520 unsigned long cc:4; /* Condition Code */ member
533 unsigned long cc:4; /* Condition Code */ member
544 unsigned long cc:4; /* Condition Code */ member
561 unsigned long cc:4; /* Condition Code */ member
/xen-4.10.0-shim-comet/tools/firmware/
A DRules.mk16 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dtestcase.mk5 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
A DMakefile104 $(call cc-option-add,HOSTCFLAGS-x86_64,HOSTCC,-no-pie)
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A DPOTFILES.in12 scripts/kconfig/qconf.cc
A DMakefile.host124 $(host-cxxobjs): $(obj)/%.o: $(src)/%.cc FORCE
/xen-4.10.0-shim-comet/tools/ocaml/
A Dcommon.make15 OCAMLOPTFLAGS = $(OCAMLOPTFLAG_G) -ccopt "$(LDFLAGS)" -dtypes $(OCAMLINCLUDE) -cc $(CC) -w F -warn-…
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dbuild32.mk5 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
/xen-4.10.0-shim-comet/tools/
A DRules.mk210 CFLAGS-$(CONFIG_X86_32) += $(call cc-option,$(CC),-mno-tls-direct-seg-refs)
224 %.o: %.cc
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D00cvs8 - if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o -o c…
9 + if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conf…
11 AC_MSG_ERROR([${CC-cc} cannot link at address $link_addr])
212 @@ -3892,7 +3950,7 @@ echo "$as_me: error: ${CC-cc} cannot com
216 - if { ac_try='${CC-cc} ${CFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o -o conftes…
217 + if { ac_try='${CC-cc} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o…
/xen-4.10.0-shim-comet/xen/include/public/
A Dsysctl.h220 XEN_GUEST_HANDLE_64(uint64) cc;
/xen-4.10.0-shim-comet/docs/misc/
A Dxsm-flask.txt316 device. It the PCI device is aaaa:bb:cc.d or bb:cc.d, then the SBDF can be
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dcpu_idle.c1307 #define PUT_CC(n) PUT_xC(cc, n) in pmstat_get_cx_stat()
/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs28 + (define LWIP_ERR_T in cc.h)
1624 +/** Define LWIP_ERR_T in cc.h if you want to use
1871 + define this in your cc.h file. */
1876 +/* The following functions can be defined to something else in your cc.h file

Completed in 27 milliseconds

12