Searched refs:pcpu (Results 176 - 200 of 250) sorted by relevance

12345678910

/freebsd-11-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c34 #include <sys/pcpu.h>
/freebsd-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_isa.c34 #include <sys/pcpu.h>
/freebsd-11-stable/sys/dev/dpaa/
H A Dqman.c38 #include <sys/pcpu.h>
/freebsd-11-stable/sys/mips/atheros/
H A Dapb.c39 #include <sys/pcpu.h>
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_machdep.c70 #include <machine/pcpu.h>
288 /* Initialize pcpu stuff */
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_zbpci.c34 #include <sys/pcpu.h>
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.h60 #include <sys/pcpu.h>
/freebsd-11-stable/sys/i386/pci/
H A Dpci_cfgreg.c518 struct pcpu *pc;
/freebsd-11-stable/bin/ps/
H A Dkeyword.c68 {"%cpu", "%CPU", NULL, "percent-cpu", 0, pcpu, 0, CHAR, NULL, 0},
157 {"pcpu", "", "%cpu", NULL, 0, NULL, 0, CHAR, NULL, 0},
/freebsd-11-stable/sys/mips/mips/
H A Dmips_pic.c44 #include <sys/pcpu.h>
/freebsd-11-stable/sys/x86/cpufreq/
H A Dhwpstate.c56 #include <sys/pcpu.h>
H A Dpowernow.c40 #include <sys/pcpu.h>
890 struct pcpu *pc;
/freebsd-11-stable/sys/x86/acpica/
H A Dsrat.c489 struct pcpu *pc;
498 KASSERT(pc != NULL, ("no pcpu data for CPU %u", i));
H A Dmadt.c682 struct pcpu *pc;
689 KASSERT(pc != NULL, ("no pcpu data for CPU %u", i));
/freebsd-11-stable/sys/rpc/
H A Dclnt_rc.c39 #include <sys/pcpu.h>
H A Dclnt_bck.c70 #include <sys/pcpu.h>
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dtrap.c53 #include <sys/pcpu.h>
H A Dnexus.c44 #include <sys/pcpu.h>
/freebsd-11-stable/sys/arm/allwinner/a10/
H A Da10_intc.c41 #include <sys/pcpu.h>
/freebsd-11-stable/sys/arm/at91/
H A Dat91_machdep.c64 #include <sys/pcpu.h>
/freebsd-11-stable/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_isa.c37 #include <sys/pcpu.h>
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h66 #include <machine/pcpu.h>
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c78 #include <sys/pcpu.h>
165 CTASSERT(offsetof(struct pcpu, pc_curthread) == 0);
228 struct pcpu __pcpu[MAXCPU];
2456 struct pcpu *pc;
2529 pcpu_init(pc, 0, sizeof(struct pcpu));
2542 * section, to set pcpu->ipending (etc...) properly, we
2799 cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t size) argument
2802 pcpu->pc_acpi_id = 0xffffffff;
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c53 #include <sys/pcpu.h>
84 extern struct pcpu __pcpu[];
/freebsd-11-stable/sys/sparc64/fhc/
H A Dfhc.c37 #include <sys/pcpu.h>

Completed in 248 milliseconds

12345678910