Home
last modified time | relevance | path

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

12

/xen/
A DConfig.mk93 cc-option = $(shell if test -z "`echo 'void*p=1;' | \
99 cc-option-add = $(eval $(call cc-option-add-closure,$(1),$(2),$(3)))
100 define cc-option-add-closure
101 ifneq ($$(call cc-option,$$($(2)),$(3),n),n)
106 cc-options-add = $(foreach o,$(3),$(call cc-option-add,$(1),$(2),$(o)))
110 cc-ver = $(shell if [ $$((`$(1) -dumpversion | awk -F. \
116 cc-ver-check = $(eval $(call cc-ver-check-closure,$(1),$(2),$(3)))
117 define cc-ver-check-closure
118 ifeq ($$(call cc-ver,$$($(1)),ge,$(2)),n)
120 cc-option := n
[all …]
A D.travis.yml77 - export CXX=${CC/cc/++}
/xen/xen/common/coverage/
A DMakefile4 obj-y += $(call cc-ifversion,-lt,0407, \
5 gcc_3_4.o, $(call cc-ifversion,-lt,0409, \
6 gcc_4_7.o, $(call cc-ifversion,-lt,0500, \
7 gcc_4_9.o, $(call cc-ifversion,-lt,0700, \
/xen/xen/include/asm-arm/
A Dhsr.h29 unsigned long cc:4; /* Condition Code */ member
38 unsigned long cc:4; /* Condition Code */ member
52 unsigned long cc:4; /* Condition Code */ member
65 unsigned long cc:4; /* Condition Code */ member
76 unsigned long cc:4; /* Condition Code */ member
93 unsigned long cc:4; /* Condition Code */ member
/xen/xen/arch/x86/
A Darch.mk14 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
15 $(call cc-option-add,CFLAGS,CC,-Wnested-externs)
41 CFLAGS += -mno-sse $(call cc-option,$(CC),-mskip-rax-setup)
50 $(call cc-option-add,CFLAGS-stack-boundary,CC,-mpreferred-stack-boundary=3)
58 $(call cc-option-add,CFLAGS_UBSAN,CC,-fno-sanitize=alignment)
/xen/xen/arch/arm/
A Darch.mk6 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
7 $(call cc-option-add,CFLAGS,CC,-Wnested-externs)
15 $(call cc-option-add,CFLAGS-$(CONFIG_ARM_64),CC,-mno-outline-atomics)
/xen/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/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/scripts/
A Dadd_maintainers.pl169 my $cc = join("\n", @$rcc);
171 insert($file , $cc, $inssearch{$mode}, $insafter{$mode});
314 my @cc; # Cc: maintainers returned by get_maintainers.pl
322 getmaintainers($file, \@header, \@cc);
343 my @cc_only = normalize(\@cc, \@ccpatch);
/xen/automation/scripts/
A Dbuild6 cc-ver()
37 if [[ "${CC}" == "gcc" && `cc-ver` -lt 0x040600 ]]; then
/xen/tools/firmware/rombios/32bit/
A DMakefile7 $(call cc-option-add,CFLAGS,CC,-fno-pic)
8 $(call cc-option-add,CFLAGS,CC,-fno-PIE)
/xen/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/xen/scripts/
A DKconfig.include26 # $(cc-option,<flag>)
28 cc-option = $(success,$(CC) -Werror $(CLANG_FLAGS) $(1) -E -x c /dev/null -o /dev/null)
A DKbuild.include46 # cc-ifversion
47 # Usage: EXTRA_CFLAGS += $(call cc-ifversion, -lt, 0402, -O1)
48 cc-ifversion = $(shell [ $(CONFIG_GCC_VERSION)0 $(1) $(2)000 ] && echo $(3) || echo $(4))
/xen/tools/misc/
A Dxenpm.c134 if ( cxstat->cc[i] ) in print_cxstat()
136 cxstat->cc[i] / 1000000UL); in print_cxstat()
159 cxstat->cc = calloc(MAX_CORE_RESIDENCIES, sizeof(*cxstat->cc)); in get_cxstat_by_cpuid()
161 !cxstat->pc || !cxstat->cc ) in get_cxstat_by_cpuid()
163 free(cxstat->cc); in get_cxstat_by_cpuid()
181 free(cxstat->cc); in get_cxstat_by_cpuid()
185 cxstat->cc = NULL; in get_cxstat_by_cpuid()
234 free(cxstatinfo.cc); in show_cxstat_by_cpuid()
583 res = cxstat_end[j].cc[n]; in signal_int_handler()
585 res -= cxstat_start[j].cc[n]; in signal_int_handler()
[all …]
/xen/tools/firmware/
A DRules.mk16 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
/xen/xen/arch/x86/efi/
A DMakefile13 $(call cc-option-add,cflags-stack-boundary,CC,-mpreferred-stack-boundary=4)
/xen/tools/tests/x86_emulator/
A Dtestcase.mk5 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
A DMakefile107 define simd-check-cc
111 $(foreach flavor,$(SIMD) $(FMA),$(eval $(call simd-check-cc,$(flavor))))
131 3dnowa := $(call cc-option,$(CC),-m3dnowa,-march=k8)
283 $(call cc-option-add,HOSTCFLAGS-x86_64,HOSTCC,-no-pie)
/xen/tools/ocaml/
A Dcommon.make15 OCAMLOPTFLAGS = $(OCAMLOPTFLAG_G) -ccopt "$(LDFLAGS)" -dtypes $(OCAMLINCLUDE) -cc $(CC) -w F -warn-…
/xen/xen/arch/x86/boot/
A Dbuild32.mk5 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
/xen/tools/tests/cpu-policy/
A DMakefile10 TARGET-$(call cc-ver,$(CC),lt,0x040600) :=
/xen/xen/
A DKconfig28 def_bool $(cc-option,-fvisibility=hidden)
/xen/tools/
A DRules.mk204 CFLAGS-$(CONFIG_X86_32) += $(call cc-option,$(CC),-mno-tls-direct-seg-refs)
218 %.o: %.cc
/xen/xen/tools/kconfig/
A DMakefile.host140 $(host-cxxobjs): $(obj)/%.o: $(src)/%.cc FORCE

Completed in 32 milliseconds

12