/src/sys/arch/powerpc/pic/ |
openpic_common.c | 56 cpumask |= (1 << cpu_info[i].ci_index); 81 return openpic_read_irq(curcpu()->ci_index); 88 openpic_eoi(curcpu()->ci_index);
|
pic_distopenpic.c | 238 cpumask |= (1 << cpu_info[i].ci_index);
|
/src/sys/arch/bebox/include/ |
cpu.h | 53 int cpuid = curcpu()->ci_index;
|
/src/sys/rump/librump/rumpkern/arch/generic/ |
rump_generic_cpu.c | 49 ci->ci_index = nattached++;
|
/src/sys/ddb/ |
db_cpu.c | 83 db_read_bytes((db_addr_t)&ci->ci_index, sizeof(idx), (char *)&idx);
|
/src/sys/rump/include/machine/ |
cpu.h | 88 #define CPU_IS_PRIMARY(_ci_) (_ci_->ci_index == 0)
|
/src/sys/arch/sparc64/sparc64/ |
ipifuncs.c | 221 if (CPUSET_HAS(cpuset, ci->ci_index)) { 222 CPUSET_DEL(cpuset, ci->ci_index); 379 if (!CPUSET_HAS(cpus_spinning, ci->ci_index)) continue; 472 if (CPUSET_HAS(cpuset, ci->ci_index)) { 473 CPUSET_DEL(cpuset, ci->ci_index); 474 ctx = pm->pm_ctx[ci->ci_index];
|
vm_machdep.c | 310 if (ci == curcpu() || !CPUSET_HAS(cpus_active, ci->ci_index))
|
db_interface.c | 998 "fplwp 0x%08lx\n", ci->ci_index, (u_long)ci->ci_self, 1017 if (ci->ci_index == addr) 1024 if (!mp_cpu_is_paused(ci->ci_index)) { 1029 ddb_cpu = ci->ci_index;
|
cpu.c | 785 if (CPUSET_HAS(cpus_active, ci->ci_index)) 802 if (!CPUSET_HAS(cpus_active, ci->ci_index))
|
/src/sys/arch/aarch64/include/ |
cpu.h | 234 #define cpu_number() (curcpu()->ci_index) 235 #define CPU_IS_PRIMARY(ci) ((ci)->ci_index == 0)
|
/src/sys/sys/ |
cpu.h | 109 return ci->ci_index;
|
cpu_data.h | 201 #define ci_index ci_data.cpu_index macro
|
/src/sys/rump/librump/rumpkern/ |
intr.c | 301 if (ci->ci_index == 0) { 325 ci, doclock, NULL, NULL, "rumpclk%d", ci->ci_index)) != 0) 367 return &si->si_entry[ci->ci_index];
|
threads.c | 213 pri, ci ? ci->ci_index : -1, &l->l_ctxlink);
|
/src/sys/kern/ |
kern_idle.c | 111 ci, idle_loop, NULL, &l, "idle/%u", ci->ci_index);
|
kern_softint.c | 273 "soft%s/%u", desc, ci->ci_index); 278 ci->ci_index); 282 desc, ci->ci_index);
|
kern_heartbeat.c | 765 db_read_unsigned(&ci->ci_index),
|
/src/sys/arch/arm/include/ |
cpu.h | 322 #define cpu_number() (curcpu()->ci_index) 323 #define CPU_IS_PRIMARY(ci) ((ci)->ci_index == 0)
|
/src/sys/arch/x86/x86/ |
cpu_ucode_intel.c | 225 cpuid = curcpu()->ci_index;
|
/src/sys/arch/mips/include/ |
cpu.h | 202 #define cpu_number() (curcpu()->ci_index)
|
/src/sys/arch/sparc64/include/ |
cpu.h | 271 #define cpu_number() (curcpu()->ci_index)
|
/src/sys/arch/riscv/riscv/ |
cpu.c | 217 ci->ci_index = -1; 300 * ci_index for each would be cpu0=0, cpu1=1, cpu2=undef, cpu3=2. 301 * therefore we have to use device_unit instead of ci_index for mbox.
|
/src/sys/arch/macppc/macppc/ |
pic_u3_ht.c | 422 return u3_ht_read_irq(u3_ht, curcpu()->ci_index); 433 u3_ht_eoi(u3_ht, curcpu()->ci_index);
|
/src/sys/arch/aarch64/aarch64/ |
cpu.c | 134 ci->ci_index = -1; 289 if (ci->ci_index == 0) { 787 * ci_index are each cpu0=0, cpu1=1, cpu2=undef, cpu3=2. 788 * therefore we have to use device_unit instead of ci_index for mbox.
|