Home
last modified time | relevance | path

Searched refs:MAXCPU (Results 1 – 25 of 103) sorted by relevance

12345

/trueos/sys/i386/include/
HDsmp.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];
HDparam.h60 #ifndef MAXCPU
61 #define MAXCPU 32 macro
64 #define MAXCPU 1 macro
/trueos/sys/amd64/include/
HDsmp.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];
HDparam.h67 #ifndef MAXCPU
68 #define MAXCPU 256 macro
71 #define MAXCPU 1 macro
/trueos/sys/dev/hyperv/vmbus/
HDhv_vmbus_priv.h189 hv_vmbus_handle syn_ic_msg_page[MAXCPU];
190 hv_vmbus_handle syn_ic_event_page[MAXCPU];
194 uint32_t hv_vcpu_index[MAXCPU];
199 struct intr_event *hv_event_intr_event[MAXCPU];
200 struct intr_event *hv_msg_intr_event[MAXCPU];
201 void *event_swintr[MAXCPU];
202 void *msg_swintr[MAXCPU];
712 void *page_buffers[2 * MAXCPU];
HDhv_vmbus_drv_freebsd.c183 uint32_t hv_vmbus_swintr_event_cpu[MAXCPU];
184 uint32_t hv_vmbus_intr_cpu[MAXCPU];
569 for (n = 0; n < 2 * MAXCPU; n++) in vmbus_bus_init()
638 for(i = 0; i < 2 * MAXCPU; i++) { in vmbus_bus_exit()
/trueos/sys/i386/i386/
HDmp_machdep.c146 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 …]
/trueos/sys/cddl/compat/opensolaris/kern/
HDopensolaris.c40 cpu_core_t cpu_core[MAXCPU];
42 solaris_cpu_t solaris_cpu[MAXCPU];
58 for (i = 0; i < MAXCPU; i++) { in opensolaris_load()
/trueos/sys/ia64/include/
HDparam.h65 #ifndef MAXCPU
66 #define MAXCPU 64 macro
69 #define MAXCPU 1 macro
/trueos/sys/powerpc/include/
HDparam.h71 #ifndef MAXCPU
72 #define MAXCPU 32 macro
75 #define MAXCPU 1 macro
/trueos/sys/amd64/amd64/
HDmp_machdep.c96 void *bootstacks[MAXCPU];
103 struct pcb stoppcbs[MAXCPU];
116 static u_long *ipi_preempt_counts[MAXCPU];
117 static u_long *ipi_ast_counts[MAXCPU];
118 u_long *ipi_invltlb_counts[MAXCPU];
119 u_long *ipi_invlrng_counts[MAXCPU];
120 u_long *ipi_invlpg_counts[MAXCPU];
121 u_long *ipi_invlcache_counts[MAXCPU];
122 u_long *ipi_rendezvous_counts[MAXCPU];
123 static u_long *ipi_hardclock_counts[MAXCPU];
[all …]
/trueos/sys/arm/include/
HDparam.h82 #ifndef MAXCPU
83 #define MAXCPU 4 macro
86 #define MAXCPU 1 macro
/trueos/sys/sparc64/include/
HDparam.h53 #ifndef MAXCPU
54 #define MAXCPU 64 macro
57 #define MAXCPU 1 macro
/trueos/sys/mips/include/
HDparam.h96 #ifndef MAXCPU
97 #define MAXCPU MAXSMPCPU macro
101 #define MAXCPU 1 macro
/trueos/sys/arm/at91/
HDat91_machdep.c99 #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()
/trueos/sys/powerpc/powerpc/
HDmp_machdep.c62 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()
/trueos/sys/mips/rmi/
HDxlr_machdep.c102 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];
/trueos/sys/i386/xen/
HDmp_machdep.c144 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()
HDmptable.c74 for (i = 0; i < MAXCPU; i++) { in mptable_probe_cpus()
/trueos/sys/mips/mips/
HDmp_machdep.c56 struct pcb stoppcbs[MAXCPU];
221 mp_maxid = min(last, MAXCPU) - 1; in cpu_mp_setmaxid()
258 if (cpuid >= MAXCPU) { in cpu_mp_start()
/trueos/sys/kern/
HDsubr_pcpu.c76 uintptr_t dpcpu_off[MAXCPU];
77 struct pcpu *cpuid_to_pcpu[MAXCPU];
88 KASSERT(cpuid >= 0 && cpuid < MAXCPU, in pcpu_init()
/trueos/sys/sys/
HD_cpuset.h38 #define CPU_SETSIZE MAXCPU
/trueos/sys/arm/arm/
HDmp_machdep.c68 struct pcb stoppcbs[MAXCPU];
80 void *dpcpu[MAXCPU - 1];
HDgenassym.c147 ASSYM(MAXCPU, MAXCPU);
/trueos/sys/mips/nlm/
HDxlp_machdep.c106 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()

12345