/freebsd/sys/x86/include/ |
H A D | x86_smp.h | 69 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/sys/riscv/include/ |
H A D | param.h | 50 #ifndef MAXCPU 51 #define MAXCPU 16 macro 54 #define MAXCPU 1 macro
|
/freebsd/sys/riscv/riscv/ |
H A D | mp_machdep.c | 73 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")); in cpu_init_fdt() 354 KASSERT(hart < MAXCPU, ("Too many harts.")); in cpu_init_fdt() 470 cores = MIN(cores, MAXCPU); in cpu_mp_setmaxid()
|
/freebsd/sys/cddl/compat/opensolaris/kern/ |
H A D | opensolaris.c | 39 cpu_core_t cpu_core[MAXCPU]; 41 solaris_cpu_t solaris_cpu[MAXCPU]; 57 for (i = 0; i < MAXCPU; i++) { in opensolaris_load()
|
/freebsd/sys/arm/include/ |
H A D | param.h | 60 #ifndef MAXCPU 61 #define MAXCPU 4 macro 64 #define MAXCPU 1 macro
|
/freebsd/sys/arm64/include/ |
H A D | param.h | 57 #ifndef MAXCPU 58 #define MAXCPU 1024 macro 61 #define MAXCPU 1 macro
|
/freebsd/sys/i386/include/ |
H A D | param.h | 55 #ifndef MAXCPU 56 #define MAXCPU 32 macro 59 #define MAXCPU 1 macro
|
/freebsd/sys/powerpc/include/ |
H A D | param.h | 75 #ifndef MAXCPU 76 #define MAXCPU 256 macro 79 #define MAXCPU 1 macro
|
/freebsd/sys/x86/x86/ |
H A D | mp_x86.c | 97 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/sys/amd64/include/ |
H A D | param.h | 61 #ifndef MAXCPU 62 #define MAXCPU 1024 macro 65 #define MAXCPU 1 macro
|
/freebsd/sys/arm/arm/ |
H A D | gic.h | 41 #if MAXCPU > 8 44 #define GIC_MAXCPU MAXCPU
|
H A D | pmu.c | 60 uint32_t ccnt_hi[MAXCPU]; 131 for (i = 0; i < MAXCPU; i++) in pmu_attach()
|
H A D | machdep.c | 533 irqstack = pmap_preboot_get_vpages(IRQ_STACK_SIZE * MAXCPU); in initarm() 534 abtstack = pmap_preboot_get_vpages(ABT_STACK_SIZE * MAXCPU); in initarm() 535 undstack = pmap_preboot_get_vpages(UND_STACK_SIZE * MAXCPU ); in initarm()
|
H A D | genassym.c | 118 ASSYM(MAXCPU, MAXCPU);
|
H A D | pmu.h | 34 #define MAX_RLEN MAXCPU
|
/freebsd/sys/arm64/arm64/ |
H A D | mp_machdep.c | 124 static void *bootstacks[MAXCPU]; 133 static void *dpcpu[MAXCPU - 1]; 203 if (cpu >= MAXCPU || cpuid_to_pcpu[cpu] == NULL || in init_secondary() 209 if ( cpu >= MAXCPU) in init_secondary() 472 KASSERT(cpuid < MAXCPU, ("Too many CPUs")); in start_cpu() 785 cores = MIN(cores, MAXCPU); in cpu_mp_setmaxid() 798 cores = MIN(cores, MAXCPU); in cpu_mp_setmaxid()
|
/freebsd/sys/dev/dpaa/ |
H A D | bman.h | 61 bool sc_regs_mapped[MAXCPU]; /* register mapping status */ 64 t_Handle sc_bph[MAXCPU]; /* BMAN portal handles */
|
H A D | qman.h | 73 bool sc_regs_mapped[MAXCPU]; 76 t_Handle sc_qph[MAXCPU]; /* QMAN portal handles */
|
H A D | portals.h | 47 dpaa_portal_t sc_dp[MAXCPU];
|
/freebsd/sys/contrib/ncsw/user/env/ |
H A D | xx.c | 115 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++) in XX_IsPortalIntr()
|
/freebsd/sys/powerpc/pseries/ |
H A D | platform_chrp.c | 62 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++) { in chrp_attach() 402 static struct cpuref tmp_cpuref[MAXCPU]; in chrp_cpuref_init()
|
/freebsd/sys/tests/epoch/ |
H A D | epoch_test.c | 131 static struct thread *testthreads[MAXCPU]; 132 static struct epoch_test_instance etilist[MAXCPU];
|
/freebsd/sys/kern/ |
H A 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/sys/sys/ |
H A D | _cpuset.h | 40 #define CPU_SETSIZE MAXCPU
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | cpu.h | 55 KASSERT((cpuid >= -1 && cpuid <= MAXCPU), ("%s: invalid cpuid %d\n", in cpumask_next()
|