Searched refs:cpu (Results 426 - 450 of 796) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/sys/dev/cpufreq/
H A Dichss.c34 #include <sys/cpu.h>
124 DRIVER_MODULE(ichss, cpu, ichss_driver, ichss_devclass, 0, 0);
146 * Thus, we only add a child to cpu 0.
/freebsd-12-stable/contrib/bearssl/src/x509/
H A Dskey_decoder.c78 #define CTX ((br_skey_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_skey_decoder_context, cpu)))
86 ctx->cpu.dp = &ctx->dp_stack[0];
87 ctx->cpu.rp = &ctx->rp_stack[0];
88 br_skey_decoder_init_main(&ctx->cpu);
89 br_skey_decoder_run(&ctx->cpu);
99 br_skey_decoder_run(&ctx->cpu);
H A Dx509_decoder.c78 #define CTX ((br_x509_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_x509_decoder_context, cpu)))
95 ctx->cpu.dp = &ctx->dp_stack[0];
96 ctx->cpu.rp = &ctx->rp_stack[0];
97 br_x509_decoder_init_main(&ctx->cpu);
98 br_x509_decoder_run(&ctx->cpu);
108 br_x509_decoder_run(&ctx->cpu);
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dgenassym.c186 ASSYM(FRAME_AIM_DSISR, offsetof(struct trapframe, cpu.aim.dsisr));
188 ASSYM(FRAME_BOOKE_ESR, offsetof(struct trapframe, cpu.booke.esr));
189 ASSYM(FRAME_BOOKE_DBCR0, offsetof(struct trapframe, cpu.booke.dbcr0));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp90 llvm::StringRef cpu; local
95 cpu = "mips32";
99 cpu = "mips32r2";
103 cpu = "mips32r3";
107 cpu = "mips32r5";
111 cpu = "mips32r6";
115 cpu = "mips64";
119 cpu = "mips64r2";
123 cpu = "mips64r3";
127 cpu
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp653 cpu_type_t cpu; local
654 size_t cpu_len = sizeof(cpu);
655 if (::sysctl(mib, static_cast<u_int>(len), &cpu, &cpu_len, 0, 0))
656 cpu = 0;
657 return cpu;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_subr.c504 dt_status(dtrace_hdl_t *dtp, processorid_t cpu) argument
510 return (p_online(cpu, P_STATUS));
515 return (cpu == 0 ? 1 : -1);
517 return (cpu <= maxid ? 1 : -1);
521 return (v->dtv_status(dtp->dt_varg, cpu));
/freebsd-12-stable/sys/dev/neta/
H A Dif_mvneta.c1381 rx->dma = rx->cpu = 0;
1426 tx->dma = tx->cpu = 0;
1462 tx->dma = tx->cpu = 0;
1481 rx->dma = rx->cpu = 0;
2167 int q, cpu; local
2195 for (cpu = 0; cpu < mp_ncpus; ++cpu)
2196 MVNETA_WRITE(sc, MVNETA_PCP2Q(cpu),
2692 txbuf = &tx->txbuf[tx->cpu];
[all...]
/freebsd-12-stable/sys/mips/mips/
H A Dpmap.c226 int cpu; local
229 cpu = PCPU_GET(cpuid);
230 sysm = &sysmap_lmem[cpu];
247 int cpu; local
250 cpu = PCPU_GET(cpuid);
251 sysm = &sysmap_lmem[cpu];
271 int cpu; local
273 cpu = PCPU_GET(cpuid);
274 sysm = &sysmap_lmem[cpu];
632 int cpuid, cpu, sel local
2420 int cpu; local
2451 int cpu; local
[all...]
/freebsd-12-stable/contrib/openbsm/config/
H A Dconfig.guess602 long cpu = sysconf (_SC_CPU_VERSION);
604 switch (cpu)
652 long cpu = sysconf (_SC_CPU_VERSION);
656 if (CPU_IS_PA_RISC (cpu))
658 switch (cpu)
666 else if (CPU_IS_HP_MC68K (cpu))
864 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
879 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp47 const llvm::Triple::ArchType cpu = m_arch.GetMachine(); local
48 if (cpu == llvm::Triple::x86)
50 else if (cpu == llvm::Triple::x86_64)
155 const llvm::Triple::ArchType cpu = m_arch.GetMachine(); local
156 if (cpu == llvm::Triple::x86)
158 else if (cpu == llvm::Triple::x86_64)
/freebsd-12-stable/contrib/ncurses/
H A Dconfig.guess643 long cpu = sysconf (_SC_CPU_VERSION);
645 switch (cpu)
703 long cpu = sysconf (_SC_CPU_VERSION);
707 if (CPU_IS_PA_RISC (cpu))
709 switch (cpu)
717 else if (CPU_IS_HP_MC68K (cpu))
894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess644 long cpu = sysconf (_SC_CPU_VERSION);
646 switch (cpu)
704 long cpu = sysconf (_SC_CPU_VERSION);
708 if (CPU_IS_PA_RISC (cpu))
710 switch (cpu)
718 else if (CPU_IS_HP_MC68K (cpu))
895 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
987 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/freebsd-12-stable/contrib/libevent/
H A Dconfig.guess644 long cpu = sysconf (_SC_CPU_VERSION);
646 switch (cpu)
704 long cpu = sysconf (_SC_CPU_VERSION);
708 if (CPU_IS_PA_RISC (cpu))
710 switch (cpu)
718 else if (CPU_IS_HP_MC68K (cpu))
895 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
987 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/freebsd-12-stable/contrib/binutils/
H A Dconfig.guess603 long cpu = sysconf (_SC_CPU_VERSION);
605 switch (cpu)
663 long cpu = sysconf (_SC_CPU_VERSION);
667 if (CPU_IS_PA_RISC (cpu))
669 switch (cpu)
677 else if (CPU_IS_HP_MC68K (cpu))
915 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
930 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/freebsd-12-stable/contrib/dialog/
H A Dconfig.guess643 long cpu = sysconf (_SC_CPU_VERSION);
645 switch (cpu)
703 long cpu = sysconf (_SC_CPU_VERSION);
707 if (CPU_IS_PA_RISC (cpu))
709 switch (cpu)
717 else if (CPU_IS_HP_MC68K (cpu))
894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/freebsd-12-stable/crypto/heimdal/
H A Dconfig.guess622 long cpu = sysconf (_SC_CPU_VERSION);
624 switch (cpu)
682 long cpu = sysconf (_SC_CPU_VERSION);
686 if (CPU_IS_PA_RISC (cpu))
688 switch (cpu)
696 else if (CPU_IS_HP_MC68K (cpu))
861 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
946 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/freebsd-12-stable/sys/dev/dpaa/
H A Dqman.c307 unsigned int cpu; local
313 cpu = PCPU_GET(cpuid);
/freebsd-12-stable/sys/dev/psci/
H A Dpsci.c446 psci_cpu_on(unsigned long cpu, unsigned long entry, unsigned long context_id) argument
455 return (psci_call(fnid, cpu, entry, context_id));
/freebsd-12-stable/sys/mips/broadcom/
H A Dbcm_machdep.c46 #include <sys/cpu.h>
65 #include <machine/cpu.h>
/freebsd-12-stable/sys/mips/cavium/
H A Dciu.c275 ciu_bind_intr(device_t bus, device_t child, struct resource *res, int cpu) argument
286 return (intr_event_bind(event, cpu));
H A Docteon_machdep.c42 #include <sys/cpu.h>
65 #include <machine/cpu.h>
/freebsd-12-stable/sys/x86/cpufreq/
H A Dsmist.c45 #include <sys/cpu.h>
110 DRIVER_MODULE(smist, cpu, smist_driver, smist_devclass, 0, 0);
/freebsd-12-stable/sys/xen/interface/
H A Dplatform.h332 uint32_t cpu; /* Physical cpu. */ member in struct:xenpf_change_freq
354 /* Must be indexable for every cpu in cpumap_bitmap. */
543 /* IN variables: set cpu nums expected to be idled */
544 /* OUT variables: get cpu nums actually be idled */
587 uint32_t cpu; /* which cpu to run */ member in struct:xenpf_resource_op
/freebsd-12-stable/sys/arm/arm/
H A Dgenassym.c49 #include <machine/cpu.h>

Completed in 467 milliseconds

<<11121314151617181920>>