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

12345

/freebsd-current/sys/arm/arm/
H A Dpmu.h34 #define MAX_RLEN MAXCPU
H A Dgic.h41 #if MAXCPU > 8
44 #define GIC_MAXCPU MAXCPU
H A Dpmu.c60 uint32_t ccnt_hi[MAXCPU];
131 for (i = 0; i < MAXCPU; i++)
/freebsd-current/sys/riscv/include/
H A Dparam.h52 #ifndef MAXCPU
53 #define MAXCPU 16 macro
56 #define MAXCPU 1 macro
/freebsd-current/sys/sys/
H A D_cpuset.h40 #define CPU_SETSIZE MAXCPU
/freebsd-current/sys/arm64/include/
H A Dparam.h59 #ifndef MAXCPU
60 #define MAXCPU 1024 macro
63 #define MAXCPU 1 macro
/freebsd-current/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris.c39 cpu_core_t cpu_core[MAXCPU];
41 solaris_cpu_t solaris_cpu[MAXCPU];
57 for (i = 0; i < MAXCPU; i++) {
/freebsd-current/sys/i386/include/
H A Dparam.h57 #ifndef MAXCPU
58 #define MAXCPU 32 macro
61 #define MAXCPU 1 macro
/freebsd-current/sys/arm/include/
H A Dparam.h66 #ifndef MAXCPU
67 #define MAXCPU 4 macro
70 #define MAXCPU 1 macro
/freebsd-current/sys/x86/include/
H A Dx86_smp.h69 extern u_long *ipi_invltlb_counts[MAXCPU];
70 extern u_long *ipi_invlrng_counts[MAXCPU];
71 extern u_long *ipi_invlpg_counts[MAXCPU];
72 extern u_long *ipi_invlcache_counts[MAXCPU];
73 extern u_long *ipi_rendezvous_counts[MAXCPU];
/freebsd-current/sys/powerpc/include/
H A Dparam.h78 #ifndef MAXCPU
79 #define MAXCPU 256 macro
82 #define MAXCPU 1 macro
/freebsd-current/sys/amd64/include/
H A Dparam.h64 #ifndef MAXCPU
65 #define MAXCPU 1024 macro
68 #define MAXCPU 1 macro
/freebsd-current/sys/dev/dpaa/
H A Dportals.h47 dpaa_portal_t sc_dp[MAXCPU];
H A Dbman.h61 bool sc_regs_mapped[MAXCPU]; /* register mapping status */
64 t_Handle sc_bph[MAXCPU]; /* BMAN portal handles */
H A Dqman.h73 bool sc_regs_mapped[MAXCPU];
76 t_Handle sc_qph[MAXCPU]; /* QMAN portal handles */
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dcpu.h55 KASSERT((cpuid >= -1 && cpuid <= MAXCPU), ("%s: invalid cpuid %d\n",
/freebsd-current/sys/riscv/riscv/
H A Dmp_machdep.c73 uint32_t __riscv_boot_ap[MAXCPU];
92 static uint32_t cpu_reg[MAXCPU][2];
102 static void *bootstacks[MAXCPU];
111 void *dpcpu[MAXCPU - 1];
339 KASSERT(id < MAXCPU, ("Too many CPUs"));
354 KASSERT(hart < MAXCPU, ("Too many harts."));
470 cores = MIN(cores, MAXCPU);
/freebsd-current/sys/x86/x86/
H A Dmp_x86.c97 void *bootstacks[MAXCPU];
104 static u_long *ipi_preempt_counts[MAXCPU];
105 static u_long *ipi_ast_counts[MAXCPU];
106 u_long *ipi_invltlb_counts[MAXCPU];
107 u_long *ipi_invlrng_counts[MAXCPU];
108 u_long *ipi_invlpg_counts[MAXCPU];
109 u_long *ipi_invlcache_counts[MAXCPU];
110 u_long *ipi_rendezvous_counts[MAXCPU];
111 static u_long *ipi_hardclock_counts[MAXCPU];
138 int cpu_apic_ids[MAXCPU];
[all...]
/freebsd-current/sys/dev/fdt/
H A Dfdt_arm_platform.c91 mp_ncpus = MIN(mp_ncpus, MAXCPU);
/freebsd-current/sys/tests/epoch/
H A Depoch_test.c131 static struct thread *testthreads[MAXCPU];
132 static struct epoch_test_instance etilist[MAXCPU];
/freebsd-current/sys/arm64/arm64/
H A Dmp_machdep.c122 static void *bootstacks[MAXCPU];
131 static void *dpcpu[MAXCPU - 1];
201 if (cpu >= MAXCPU || cpuid_to_pcpu[cpu] == NULL ||
207 if ( cpu >= MAXCPU)
467 KASSERT(cpuid < MAXCPU, ("Too many CPUs"));
780 cores = MIN(cores, MAXCPU);
793 cores = MIN(cores, MAXCPU);
/freebsd-current/sys/contrib/ncsw/user/env/
H A Dxx.c115 vm_paddr_t portal_ce_pa[2][MAXCPU];
116 vm_paddr_t portal_ci_pa[2][MAXCPU];
117 uint32_t portal_ce_size[2][MAXCPU];
118 uint32_t portal_ci_size[2][MAXCPU];
121 uintptr_t portal_intr[2][MAXCPU];
290 for (cpu = 0; cpu < MAXCPU; cpu++)
/freebsd-current/sys/kern/
H A Dsubr_pcpu.c41 * - Logical CPU IDs must reside in the range 0 ... MAXCPU - 1.
44 * - The platform sets the value of MAXCPU in <machine/param.h>.
46 * platform define MAXCPU to be 1 and define the logical ID of the
76 uintptr_t dpcpu_off[MAXCPU];
77 struct pcpu *cpuid_to_pcpu[MAXCPU];
88 KASSERT(cpuid >= 0 && cpuid < MAXCPU,
H A Dsubr_atomic64.c57 #define A64_POOL_SIZE MAXCPU
/freebsd-current/sys/powerpc/pseries/
H A Dplatform_chrp.c62 static uint8_t splpar_vpa[MAXCPU][640] __aligned(128); /* XXX: dpcpu */
89 static struct cpuref platform_cpuref[MAXCPU];
160 for (i = 0; i < MAXCPU; i++) {
402 static struct cpuref tmp_cpuref[MAXCPU];

Completed in 181 milliseconds

12345