Home
last modified time | relevance | path

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

/tools/firmware/
A DRules.mk16 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
18 $(call cc-option-add,CFLAGS,CC,-fcf-protection=none)
22 $(call cc-option-add,CFLAGS,CC,-Wa$$(comma)-mx86-used-note=no)
/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()
/tools/firmware/rombios/32bit/tcgbios/
A DMakefile7 $(call cc-option-add,CFLAGS,CC,-fno-pic)
8 $(call cc-option-add,CFLAGS,CC,-fno-PIE)
/tools/firmware/rombios/32bit/
A DMakefile7 $(call cc-option-add,CFLAGS,CC,-fno-pic)
8 $(call cc-option-add,CFLAGS,CC,-fno-PIE)
/tools/libs/ctrl/
A Dxc_pm.c136 DECLARE_NAMED_HYPERCALL_BOUNCE(cc, cxpt->cc, in xc_pm_get_cxstat()
137 cxpt->nr_cc * sizeof(*cxpt->cc), in xc_pm_get_cxstat()
147 if ( xc_hypercall_bounce_pre(xch, cc) ) in xc_pm_get_cxstat()
159 set_xen_guest_handle(sysctl.u.get_pmstat.u.getcx.cc, cc); in xc_pm_get_cxstat()
171 xc_hypercall_bounce_post(xch, cc); in xc_pm_get_cxstat()
/tools/
A DRules.mk143 dbg_opt_level := $(call cc-option,$(CC),-Og,-O0)
166 CFLAGS-$(CONFIG_X86_32) += $(call cc-option,$(CC),-mno-tls-direct-seg-refs)
180 %.o: %.cc
A Dconfigure2957 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2979 ac_cv_prog_CC="${ac_tool_prefix}cc"
3002 # Extract the first word of "cc", so it can be a program name with args.
3025 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3029 ac_cv_prog_CC="cc"
5430 set dummy ${ac_tool_prefix}cc; ac_word=$2
5475 set dummy cc; ac_word=$2
/tools/misc/
A Dxenpm.c160 if ( cxstat->cc[i] ) in print_cxstat()
162 cxstat->cc[i] / 1000000UL); in print_cxstat()
185 cxstat->cc = calloc(MAX_CORE_RESIDENCIES, sizeof(*cxstat->cc)); in get_cxstat_by_cpuid()
187 !cxstat->pc || !cxstat->cc ) in get_cxstat_by_cpuid()
189 free(cxstat->cc); in get_cxstat_by_cpuid()
207 free(cxstat->cc); in get_cxstat_by_cpuid()
211 cxstat->cc = NULL; in get_cxstat_by_cpuid()
260 free(cxstatinfo.cc); in show_cxstat_by_cpuid()
636 res = cxstat_end[j].cc[n]; in signal_int_handler()
638 res -= cxstat_start[j].cc[n]; in signal_int_handler()
[all …]
/tools/tests/x86_emulator/
A DMakefile103 define isa-check-cc
109 $(foreach isa,$(ISA),$(eval $(call isa-check-cc,$(isa))))
129 3dnowa := $(call cc-option,$(CC),-m3dnowa,-march=k8)
297 $(call cc-option-add,HOSTCFLAGS-x86_64,HOSTCC,-no-pie)
314 $(call cc-option-add,HOSTCFLAGS-toplevel,HOSTCC,-fno-toplevel-reorder)
A Dtestcase.mk5 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
/tools/tests/cpu-policy/
A DMakefile9 ifneq ($(gcc)$(call cc-ver,$(CC),lt,0x040600),yy)
/tools/include/
A Dxenctrl.h1890 uint64_t *cc; /* 1-biased indexing (i.e. excl C0) */ member

Completed in 34 milliseconds