Searched refs:CPU (Results 101 - 125 of 169) sorted by relevance

1234567

/freebsd-10.2-release/contrib/apr/misc/unix/
H A Drandbyte_os2.inc57 /* Similar in concept to randbyte_hrtimer() but accesses the CPU's internal
58 * counters which run at the CPU's MHz speed. We get separate
/freebsd-10.2-release/sys/sys/
H A Dpmclog.h116 #define PMC_CALLCHAIN_TO_CPUFLAGS(CPU,FLAGS) \
117 (((CPU) << 16) | ((FLAGS) & 0xFFFF))
/freebsd-10.2-release/usr.sbin/config/
H A Dlang.l64 { "cpu", CPU },
H A Dconfig.y10 %token CPU
162 CPU Save_id {
/freebsd-10.2-release/contrib/ncurses/
H A Dconfig.guess231 # covers most systems running today. This code pipes the CPU
232 # types through head -n 1, so we only detect the type of CPU 0.
496 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
872 #undef CPU
876 CPU=mipsel
879 CPU=mips
881 CPU=
886 /^CPU/{
890 test x"${CPU}" != x && { echo "${CPU}
[all...]
/freebsd-10.2-release/contrib/binutils/
H A Dconfig.guess231 # covers most systems running today. This code pipes the CPU
232 # types through head -n 1, so we only detect the type of CPU 0.
496 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
862 #undef CPU
866 CPU=mipsel
869 CPU=mips
871 CPU=
876 /^CPU/{
880 test x"${CPU}" != x && { echo "${CPU}
[all...]
/freebsd-10.2-release/share/mk/
H A Dbsd.cpu.mk3 # Set default CPU compile flags and baseline CPUTYPE for each arch. The
4 # compile flags must support the minimum CPU type for each architecture but
140 # Set up the list of CPU features based on the CPU type. This is an
142 # presence of a CPU feature.
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp200 StringRef TT, StringRef CPU) {
198 createPPCAsmBackend(const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU) argument
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp249 StringRef CPU) {
246 createSparcAsmBackend(const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU) argument
/freebsd-10.2-release/crypto/heimdal/appl/login/
H A Dlimits_conf.c53 LIM(CPU, 60),
/freebsd-10.2-release/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c53 LIM(CPU, 60),
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Dsys_tune.c42 /* Each CPU is put into a group. In most cases, the group number is
43 * equal to the CPU number of one of the CPUs in the group. The
49 * are known to be busy. A busy CPU might be running the busy loop
53 * occur temporarily during module unload or CPU hot-plug but
58 /* A workqueue item to be executed to cause the CPU to exit from the
62 #define sys_tune_set_state(CPU,STATE) \
87 * CPU go idle. We mustn't let the number of busy
103 /* This CPU is busy again. */
118 * context, the idle thread isn't running on this CPU. */
143 /* The current thread is executing on the one and only CPU s
[all...]
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcpuvar.h74 * Per-CPU data.
82 processorid_t cpu_id; /* CPU number */
83 processorid_t cpu_seqid; /* sequential CPU id (0..ncpus-1) */
84 volatile cpu_flag_t cpu_flags; /* flags indicating CPU state */
87 kthread_t *cpu_idle_thread; /* idle thread for this CPU */
88 kthread_t *cpu_pause_thread; /* pause thread for this CPU */
91 struct cpupart *cpu_part; /* partition with this CPU */
104 struct cpu *cpu_next; /* next existing CPU */
105 struct cpu *cpu_prev; /* prev existing CPU */
106 struct cpu *cpu_next_onln; /* next online (enabled) CPU */
563 #define CPU macro
565 #define CPU macro
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Support/Unix/
H A DProcess.inc76 // Try to get a high resolution CPU timer.
/freebsd-10.2-release/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c208 rwp = &CPU->cpu_ft_lock;
217 rwp = &CPU->cpu_ft_lock;
406 /* The current CPU is the reference one. */
/freebsd-10.2-release/crypto/openssl/
H A Dconfig505 CPU=`(hinv -t cpu) 2>/dev/null | head -1 | sed 's/^CPU:[^R]*R\([0-9]*\).*/\1/'`
506 CPU=${CPU:-0}
507 if [ $CPU -ge 4000 ]; then
513 #CPU=`(hinv -t cpu) 2>/dev/null | head -1 | sed 's/^CPU:[^R]*R\([0-9]*\).*/\1/'`
514 #CPU=${CPU:-0}
515 #if [ $CPU
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp204 // Otherwise, if we have -march= choose the base CPU for that arch.
242 // If all else failed, return the most base CPU with thumb interworking
256 /// CPU.
260 static const char *getLLVMArchSuffixForARM(StringRef CPU) { argument
261 return llvm::StringSwitch<const char *>(CPU)
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp220 MCSubtargetInfo *X86_MC::createX86MCSubtargetInfo(StringRef TT, StringRef CPU, argument
230 std::string CPUName = CPU;
/freebsd-10.2-release/contrib/bmake/mk/sys/
H A DNetBSD.mk47 # CPU model, derived from MACHINE_ARCH
/freebsd-10.2-release/contrib/llvm/lib/LTO/
H A DLTOModule.cpp155 // Set a default CPU for Darwin triples.
156 std::string CPU; local
159 CPU = "core2";
161 CPU = "yonah";
164 TargetMachine *target = march->createTargetMachine(TripleStr, CPU, FeatureStr,
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm66 (assuming you have a CPU with vector registers; we use a global var
71 we`re on a CPU with vector regs.
/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_ppro.c119 * on a given CPU.
132 #define P6F(CPU) (1 << ((CPU) - PMC_CPU_INTEL_P6))
143 #define P6_EVENT_VALID_FOR_CPU(P,CPU) ((P)->pm_flags & P6F(CPU))
291 * Per-CPU data structure for P6 class CPUs
453 ("[p6,%d] illegal CPU %d", __LINE__, cpu));
477 ("[p6,%d] illegal CPU %d", __LINE__, cpu));
489 * - the event is valid for this CPU
505 ("[p6,%d] illegal CPU
[all...]
/freebsd-10.2-release/contrib/openpam/
H A Dconfig.guess249 # covers most systems running today. This code pipes the CPU
250 # types through head -n 1, so we only detect the type of CPU 0.
536 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
951 #undef CPU
955 CPU=${UNAME_MACHINE}el
958 CPU=${UNAME_MACHINE}
960 CPU=
964 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
965 test x"${CPU}" != x && { echo "${CPU}
[all...]
/freebsd-10.2-release/contrib/libyaml/config/
H A Dconfig.guess232 # covers most systems running today. This code pipes the CPU
233 # types through head -n 1, so we only detect the type of CPU 0.
516 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
920 #undef CPU
924 CPU=${UNAME_MACHINE}el
927 CPU=${UNAME_MACHINE}
929 CPU=
933 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
934 test x"${CPU}" != x && { echo "${CPU}
[all...]
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dconfig.guess232 # covers most systems running today. This code pipes the CPU
233 # types through head -n 1, so we only detect the type of CPU 0.
519 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
929 #undef CPU
933 CPU=${UNAME_MACHINE}el
936 CPU=${UNAME_MACHINE}
938 CPU=
942 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
943 test x"${CPU}" != x && { echo "${CPU}
[all...]

Completed in 164 milliseconds

1234567