| /freebsd-10-stable/sys/i386/include/ |
| D | smp.h | 40 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];
|
| D | param.h | 60 #ifndef MAXCPU 61 #define MAXCPU 32 macro 64 #define MAXCPU 1 macro
|
| /freebsd-10-stable/sys/amd64/include/ |
| D | smp.h | 39 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];
|
| D | param.h | 67 #ifndef MAXCPU 68 #define MAXCPU 64 macro 71 #define MAXCPU 1 macro
|
| /freebsd-10-stable/sys/i386/i386/ |
| D | mp_machdep.c | 146 void *bootstacks[MAXCPU]; 149 struct pcb stoppcbs[MAXCPU]; 159 static u_long *ipi_preempt_counts[MAXCPU]; 160 static u_long *ipi_ast_counts[MAXCPU]; 161 u_long *ipi_invltlb_counts[MAXCPU]; 162 u_long *ipi_invlrng_counts[MAXCPU]; 163 u_long *ipi_invlpg_counts[MAXCPU]; 164 u_long *ipi_invlcache_counts[MAXCPU]; 165 u_long *ipi_rendezvous_counts[MAXCPU]; 166 u_long *ipi_lazypmap_counts[MAXCPU]; [all …]
|
| /freebsd-10-stable/sys/cddl/compat/opensolaris/kern/ |
| D | opensolaris.c | 40 cpu_core_t cpu_core[MAXCPU]; 42 solaris_cpu_t solaris_cpu[MAXCPU]; 58 for (i = 0; i < MAXCPU; i++) { in opensolaris_load()
|
| /freebsd-10-stable/sys/ia64/include/ |
| D | param.h | 65 #ifndef MAXCPU 66 #define MAXCPU 64 macro 69 #define MAXCPU 1 macro
|
| /freebsd-10-stable/sys/powerpc/include/ |
| D | param.h | 71 #ifndef MAXCPU 72 #define MAXCPU 32 macro 75 #define MAXCPU 1 macro
|
| /freebsd-10-stable/sys/amd64/amd64/ |
| D | mp_machdep.c | 96 void *bootstacks[MAXCPU]; 104 struct pcb stoppcbs[MAXCPU]; 117 static u_long *ipi_preempt_counts[MAXCPU]; 118 static u_long *ipi_ast_counts[MAXCPU]; 119 u_long *ipi_invltlb_counts[MAXCPU]; 120 u_long *ipi_invlrng_counts[MAXCPU]; 121 u_long *ipi_invlpg_counts[MAXCPU]; 122 u_long *ipi_invlcache_counts[MAXCPU]; 123 u_long *ipi_rendezvous_counts[MAXCPU]; 124 static u_long *ipi_hardclock_counts[MAXCPU]; [all …]
|
| /freebsd-10-stable/sys/arm/include/ |
| D | param.h | 82 #ifndef MAXCPU 83 #define MAXCPU 4 macro 86 #define MAXCPU 1 macro
|
| /freebsd-10-stable/sys/sparc64/include/ |
| D | param.h | 53 #ifndef MAXCPU 54 #define MAXCPU 64 macro 57 #define MAXCPU 1 macro
|
| /freebsd-10-stable/sys/mips/include/ |
| D | param.h | 96 #ifndef MAXCPU 97 #define MAXCPU MAXSMPCPU macro 101 #define MAXCPU 1 macro
|
| D | pcpu.h | 62 extern char pcpu_space[MAXCPU][PAGE_SIZE * 2];
|
| /freebsd-10-stable/sys/arm/at91/ |
| D | at91_machdep.c | 99 #ifndef MAXCPU 100 #define MAXCPU 1 macro 506 valloc_pages(irqstack, IRQ_STACK_SIZE * MAXCPU); in initarm() 507 valloc_pages(abtstack, ABT_STACK_SIZE * MAXCPU); in initarm() 508 valloc_pages(undstack, UND_STACK_SIZE * MAXCPU); in initarm() 509 valloc_pages(kernelstack, KSTACK_PAGES * MAXCPU); in initarm()
|
| /freebsd-10-stable/sys/mips/rmi/ |
| D | xlr_machdep.c | 102 int xlr_cpuid_to_hwtid[MAXCPU]; 103 int xlr_hwtid_to_cpuid[MAXCPU]; 202 for (i = 0; i< MAXCPU; i++) in xlr_parse_mmu_options() 479 for (i = 4; i < MAXCPU; i += 4) { in platform_start() 529 int xlr_ap_release[MAXCPU];
|
| /freebsd-10-stable/sys/powerpc/powerpc/ |
| D | mp_machdep.c | 62 extern struct pcpu __pcpu[MAXCPU]; 69 struct pcb stoppcbs[MAXCPU]; 130 mp_maxid = min(mp_ncpus, MAXCPU) - 1; in cpu_mp_setmaxid() 156 if (cpu.cr_cpuid >= MAXCPU) { in cpu_mp_start()
|
| /freebsd-10-stable/sys/i386/xen/ |
| D | mp_machdep.c | 144 void *bootstacks[MAXCPU]; 146 struct pcb stoppcbs[MAXCPU]; 167 int cpu_apic_ids[MAXCPU]; 171 static volatile u_int cpu_ipi_pending[MAXCPU]; 249 if (mp_ncpus < MAXCPU) in cpu_add() 260 mp_maxid = MAXCPU - 1; in cpu_mp_setmaxid() 304 for (i = 0; i < MAXCPU; i++) { in cpu_mp_start() 685 for (i = 0; i < MAXCPU; i++) { in set_interrupt_apic_ids() 734 if (mp_ncpus < MAXCPU) { in assign_cpu_ids()
|
| D | mptable.c | 74 for (i = 0; i < MAXCPU; i++) { in mptable_probe_cpus()
|
| /freebsd-10-stable/sys/mips/mips/ |
| D | mp_machdep.c | 56 struct pcb stoppcbs[MAXCPU]; 221 mp_maxid = min(last, MAXCPU) - 1; in cpu_mp_setmaxid() 258 if (cpuid >= MAXCPU) { in cpu_mp_start()
|
| /freebsd-10-stable/sys/kern/ |
| D | subr_pcpu.c | 76 uintptr_t dpcpu_off[MAXCPU]; 77 struct pcpu *cpuid_to_pcpu[MAXCPU]; 88 KASSERT(cpuid >= 0 && cpuid < MAXCPU, in pcpu_init()
|
| /freebsd-10-stable/sys/arm/arm/ |
| D | mp_machdep.c | 68 struct pcb stoppcbs[MAXCPU]; 80 void *dpcpu[MAXCPU - 1];
|
| D | genassym.c | 147 ASSYM(MAXCPU, MAXCPU);
|
| /freebsd-10-stable/sys/sys/ |
| D | _cpuset.h | 38 #define CPU_SETSIZE MAXCPU
|
| /freebsd-10-stable/sys/mips/nlm/ |
| D | xlp_machdep.c | 106 int xlp_cpuid_to_hwtid[MAXCPU]; 107 int xlp_hwtid_to_cpuid[MAXCPU]; 239 for (i = 0; i< MAXCPU; i++) in xlp_parse_mmu_options()
|
| /freebsd-10-stable/sys/mips/rmi/dev/xlr/ |
| D | debug.h | 84 extern int xlr_counters[MAXCPU][XLR_MAX_COUNTERS];
|