Searched refs:pcpu (Results 101 - 125 of 250) sorted by relevance

12345678910

/freebsd-11-stable/sys/dev/dpaa/
H A Dbman_portals.c39 #include <sys/pcpu.h>
H A Dqman_portals.c39 #include <sys/pcpu.h>
/freebsd-11-stable/sys/arm64/arm64/
H A Ddb_interface.c107 db_show_mdpcpu(struct pcpu *pc)
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_alq.c42 #include <sys/pcpu.h>
H A Dah_osdep.c41 #include <sys/pcpu.h>
188 #include <sys/pcpu.h>
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.h86 #include <sys/pcpu.h>
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dclock.c66 #include <sys/pcpu.h>
/freebsd-11-stable/sys/riscv/riscv/
H A Ddb_interface.c108 db_show_mdpcpu(struct pcpu *pc)
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_os.h87 #include <sys/pcpu.h>
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h89 #include <sys/pcpu.h>
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_os.h87 #include <sys/pcpu.h>
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c49 #include <sys/pcpu.h>
85 extern struct pcpu __pcpu[];
207 struct pcpu *pc;
254 pcpu_init(pc, cpu, sizeof(struct pcpu));
H A Dinitcpu.c37 #include <sys/pcpu.h>
H A Ddb_trace.c58 CTASSERT(sizeof(struct dbreg) == sizeof(((struct pcpu *)NULL)->pc_dbreg));
491 struct pcpu *pc;
540 struct pcpu *pc;
/freebsd-11-stable/sys/x86/xen/
H A Dxenpv.c35 #include <sys/pcpu.h>
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_machdep.c65 #include <sys/pcpu.h>
209 pcpu_init(pcpup, 0, sizeof(struct pcpu));
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_machdep.c66 #include <sys/pcpu.h>
158 pcpu_init(pcpup, 0, sizeof(struct pcpu));
/freebsd-11-stable/sys/sparc64/include/
H A Dsmp.h103 struct pcpu;
107 void cpu_mp_bootstrap(struct pcpu *pc);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dbhyverun.c373 int vcpu, pcpu; local
375 if (sscanf(opt, "%d:%d", &vcpu, &pcpu) != 2) {
386 if (pcpu < 0 || pcpu >= CPU_SETSIZE) {
388 "0 to %d\n", pcpu, CPU_SETSIZE - 1);
399 CPU_SET(pcpu, vcpumap[vcpu]);
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c101 #define PCTCPU(pp) (pcpu[pp - pbase])
218 static double *pcpu; variable
372 pcpu = NULL;
844 pcpu = realloc(pcpu, sizeof(*pcpu) * nproc);
847 if (pref == NULL || pbase == NULL || pcpu == NULL) {
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmp_machdep.c67 #include <sys/pcpu.h>
305 struct pcpu *pc;
345 pc = (struct pcpu *)(va + (PCPU_PAGES * PAGE_SIZE)) - 1;
371 struct pcpu *pc;
418 cpu_mp_bootstrap(struct pcpu *pc)
/freebsd-11-stable/sys/kern/
H A Dsched_4bsd.c1108 struct pcpu *pc;
1195 struct pcpu *pcpu; local
1198 pcpu = pcpu_find(cpuid);
1206 cpri = pcpu->pc_curthread->td_priority;
1220 pcpu->pc_curthread->td_flags |= TDF_NEEDRESCHED;
1439 CTR2(KTR_RUNQ, "choosing td %p from pcpu runq %d", tdcpu,
H A Dsubr_kdb.c39 #include <sys/pcpu.h>
553 struct pcpu *pc;
/freebsd-11-stable/sys/crypto/via/
H A Dpadlock_cipher.c56 #include <sys/pcpu.h>
/freebsd-11-stable/sys/cddl/dev/dtrace/arm/
H A Ddtrace_isa.c34 #include <sys/pcpu.h>

Completed in 332 milliseconds

12345678910