Searched refs:MAXCPU (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-9.3-release/sys/i386/include/
H A Dsmp.h40 extern u_long *ipi_invltlb_counts[MAXCPU];
41 extern u_long *ipi_invlrng_counts[MAXCPU];
42 extern u_long *ipi_invlpg_counts[MAXCPU];
43 extern u_long *ipi_invlcache_counts[MAXCPU];
44 extern u_long *ipi_rendezvous_counts[MAXCPU];
45 extern u_long *ipi_lazypmap_counts[MAXCPU];
H A Dparam.h71 #ifndef MAXCPU
72 #define MAXCPU 32 macro
75 #define MAXCPU 1 macro
H A Dintr_machdep.h66 #define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + (1 + 9) * MAXCPU)
/freebsd-9.3-release/sys/amd64/include/
H A Dsmp.h39 extern u_long *ipi_invltlb_counts[MAXCPU];
40 extern u_long *ipi_invlrng_counts[MAXCPU];
41 extern u_long *ipi_invlpg_counts[MAXCPU];
42 extern u_long *ipi_invlcache_counts[MAXCPU];
43 extern u_long *ipi_rendezvous_counts[MAXCPU];
H A Dparam.h67 #ifndef MAXCPU
68 #define MAXCPU 64 macro
71 #define MAXCPU 1 macro
H A Dintr_machdep.h66 #define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + (1 + 8) * MAXCPU)
/freebsd-9.3-release/sys/ia64/include/
H A Dparam.h65 #ifndef MAXCPU
66 #define MAXCPU 64 macro
69 #define MAXCPU 1 macro
/freebsd-9.3-release/sys/sys/
H A D_cpuset.h38 #define CPU_SETSIZE MAXCPU
/freebsd-9.3-release/sys/arm/include/
H A Dparam.h64 #ifndef MAXCPU
65 #define MAXCPU 2 macro
68 #define MAXCPU 1 macro
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris.c40 cpu_core_t cpu_core[MAXCPU];
42 solaris_cpu_t solaris_cpu[MAXCPU];
58 for (i = 0; i < MAXCPU; i++) {
/freebsd-9.3-release/sys/powerpc/include/
H A Dparam.h71 #ifndef MAXCPU
72 #define MAXCPU 8 macro
75 #define MAXCPU 1 macro
/freebsd-9.3-release/sys/sparc64/include/
H A Dparam.h53 #ifndef MAXCPU
54 #define MAXCPU 64 macro
57 #define MAXCPU 1 macro
H A Dpmap.h67 u_int pm_context[MAXCPU];
/freebsd-9.3-release/sys/mips/include/
H A Dparam.h90 #ifndef MAXCPU
91 #define MAXCPU MAXSMPCPU macro
95 #define MAXCPU 1 macro
H A Dpcpu.h45 extern char pcpu_space[MAXCPU][PAGE_SIZE * 2];
/freebsd-9.3-release/sys/i386/i386/
H A Dmp_machdep.c145 void *bootstacks[MAXCPU];
151 struct pcb stoppcbs[MAXCPU];
161 static u_long *ipi_preempt_counts[MAXCPU];
162 static u_long *ipi_ast_counts[MAXCPU];
163 u_long *ipi_invltlb_counts[MAXCPU];
164 u_long *ipi_invlrng_counts[MAXCPU];
165 u_long *ipi_invlpg_counts[MAXCPU];
166 u_long *ipi_invlcache_counts[MAXCPU];
167 u_long *ipi_rendezvous_counts[MAXCPU];
168 u_long *ipi_lazypmap_counts[MAXCPU];
[all...]
/freebsd-9.3-release/sys/amd64/amd64/
H A Dmp_machdep.c95 void *bootstacks[MAXCPU];
102 struct pcb stoppcbs[MAXCPU];
113 static u_long *ipi_preempt_counts[MAXCPU];
114 static u_long *ipi_ast_counts[MAXCPU];
115 u_long *ipi_invltlb_counts[MAXCPU];
116 u_long *ipi_invlrng_counts[MAXCPU];
117 u_long *ipi_invlpg_counts[MAXCPU];
118 u_long *ipi_invlcache_counts[MAXCPU];
119 u_long *ipi_rendezvous_counts[MAXCPU];
120 static u_long *ipi_hardclock_counts[MAXCPU];
[all...]
/freebsd-9.3-release/sys/i386/xen/
H A Dmptable.c74 for (i = 0; i < MAXCPU; i++) {
H A Dmp_machdep.c108 void *bootstacks[MAXCPU];
110 struct pcb stoppcbs[MAXCPU];
137 int cpu_apic_ids[MAXCPU];
141 static volatile u_int cpu_ipi_pending[MAXCPU];
221 if (mp_ncpus < MAXCPU)
232 mp_maxid = MAXCPU - 1;
276 for (i = 0; i < MAXCPU; i++) {
660 for (i = 0; i < MAXCPU; i++) {
700 * beyond MAXCPU. CPU 0 has already been assigned to the BSP,
709 if (mp_ncpus < MAXCPU) {
[all...]
/freebsd-9.3-release/sys/mips/rmi/dev/xlr/
H A Ddebug.h84 extern int xlr_counters[MAXCPU][XLR_MAX_COUNTERS];
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dmp_machdep.c60 extern struct pcpu __pcpu[MAXCPU];
67 struct pcb stoppcbs[MAXCPU];
126 mp_maxid = min(mp_ncpus, MAXCPU) - 1;
152 if (cpu.cr_cpuid >= MAXCPU) {
/freebsd-9.3-release/sys/mips/cavium/
H A Docteon_mp.c49 /* NOTE: this 64-bit mask (and many others) limits MAXCPU to 64 */
113 for (i = 0, m = 1 ; i < MAXCPU; i++, m <<= 1)
/freebsd-9.3-release/sys/mips/mips/
H A Dmp_machdep.c55 struct pcb stoppcbs[MAXCPU];
220 mp_maxid = min(last, MAXCPU) - 1;
257 if (cpuid >= MAXCPU) {
/freebsd-9.3-release/sys/mips/rmi/
H A Dxlr_machdep.c102 int xlr_cpuid_to_hwtid[MAXCPU];
103 int xlr_hwtid_to_cpuid[MAXCPU];
202 for (i = 0; i< MAXCPU; i++)
479 for (i = 4; i < MAXCPU; i += 4) {
547 int xlr_ap_release[MAXCPU];
/freebsd-9.3-release/sys/kern/
H A Dsubr_pcpu.c39 * - Logical CPU IDs must reside in the range 0 ... MAXCPU - 1.
42 * - The platform sets the value of MAXCPU in <machine/param.h>.
44 * platform define MAXCPU to be 1 and define the logical ID of the
75 uintptr_t dpcpu_off[MAXCPU];
76 struct pcpu *cpuid_to_pcpu[MAXCPU];
87 KASSERT(cpuid >= 0 && cpuid < MAXCPU,

Completed in 283 milliseconds

1234