HomeSort by: relevance | last modified time | path
    Searched defs:cpuno (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/ddb/
db_proc.c 134 int cpuno; local in function:db_show_all_procs
203 sizeof(cpuno), (char *)&cpuno);
205 cpuno = -1;
215 l.l_stat, cpuno, l.l_flag, (long)lp,
291 int cpuno; local in function:db_show_proc
348 sizeof(cpuno), (char *)&cpuno);
350 cpuno = -1;
352 l.l_stat, l.l_flag, cpuno, l.l_priority, l.l_refcnt)
    [all...]
  /src/sys/arch/arm/arm/
cpu_subr.c 77 u_int cpuno; local in function:cpu_boot_secondary_processors
93 for (cpuno = 1; cpuno < ncpu; cpuno++) {
94 if (!cpu_hatched_p(cpuno))
97 const size_t off = cpuno / CPUINDEX_DIVISOR;
98 const u_long bit = __BIT(cpuno % CPUINDEX_DIVISOR);
105 kcpuset_set(kcpuset_attached, cpuno);
  /src/sys/arch/arm/rockchip/
rk3066_smp.c 82 rk3066_smp_enable(int cpus_phandle, u_int cpuno)
118 val &= ~__BIT(cpuno);
124 } while ((val & __BIT(cpuno)) != 0);
148 const u_int cpuno = __SHIFTOUT(mpidr, MPIDR_AFF0); local in function:cpu_enable_rk3066
152 return rk3066_smp_enable(OF_parent(phandle), cpuno);
  /src/sys/arch/hppa/dev/
cpu.c 95 int cpuno = device_unit(self); local in function:cpuattach
161 if (cpuno >= HPPA_MAXCPUS) {
166 ci = &cpus[cpuno];
167 ci->ci_cpuid = cpuno;
  /src/sys/arch/alpha/pci/
pci_6600.c 288 unsigned int irq, cpuno, cnt; local in function:dec_6600_intr_program
297 for (cpuno = 0, cnt = 0; cpuno < 4; cpuno++) {
298 if (dec_6600_cpu_intr_enables[cpuno] != 0 &&
299 (pc->pc_eligible_cpus & __BIT(cpuno)) == 0)
301 __func__, cpuno);
302 if (dec_6600_cpu_intr_enables[cpuno] & __BIT(irq))
373 cpuid_t cpuno; local in function:dec_6600_intr_set_affinity
379 for (cpuno = 0; cpuno < 4; cpuno++)
    [all...]
  /src/sys/dev/
lockstat.c 169 int i, per, slop, cpuno; local in function:lockstat_init_tables
191 cpuno = 0;
202 lb->lb_cpu = (uint16_t)cpuno;
206 lb->lb_cpu = (uint16_t)cpuno;
210 cpuno++;
271 u_int cpuno, overflow; local in function:lockstat_stop
322 cpuno = 0;
324 if (cpuno >= sizeof(ld->ld_freq) / sizeof(ld->ld_freq[0])) {
328 ld->ld_freq[cpuno++] = cpu_frequency(ci);
  /src/sys/arch/arm/apple/
apple_intc.c 160 const u_int cpuno = cpu_index(ci); local in function:apple_intc_cpu_init
162 sc->sc_cpuid[cpuno] = AIC_READ(sc, AIC_WHOAMI);
249 const cpuid_t cpuno = cpu_index(ci); local in function:apple_intc_fdt_establish
250 struct apple_intc_percpu * const pc = &sc->sc_pc[cpuno];
256 if (cpuno == 0)
500 const cpuid_t cpuno = cpu_index(ci); local in function:apple_intc_attach
501 struct apple_intc_percpu * const pc = &sc->sc_pc[cpuno];
505 pc->pc_cpuid = cpuno;
512 snprintf(pic->pic_name, sizeof(pic->pic_name), "AIC/%lu", cpuno);
  /src/sys/arch/aarch64/aarch64/
db_machdep.c 1088 u_int cpuno = (u_int)addr; local in function:db_md_switch_cpu_cmd
1108 if (cpuno < ncpu)
1109 new_ci = cpu_lookup(cpuno);
1111 db_printf("cpu %u does not exist", cpuno);
1115 db_printf("cpu %u is not responding", cpuno);
  /src/sys/arch/x86/pci/
pci_machdep.c 326 uint32_t cpuno; local in function:pci_conf_lock
331 cpuno = cpu_number() + 1;
338 if (cpuno == cl->cl_cpuno) {
339 ocl->cl_cpuno = cpuno;
349 while (atomic_cas_32(&cl->cl_cpuno, 0, cpuno) != 0) {
355 __func__, cpuno, cl->cl_cpuno);
  /src/sys/arch/arm/amlogic/
meson_platform.c 353 const u_int cpuno = __SHIFTOUT(mpidr, MPIDR_AFF0); local in function:cpu_enable_meson8b
355 bus_space_write_4(bst, cpuconf_bsh, MESON8B_SRAM_CPUCONF_CPU_ADDR_REG(cpuno),
359 pwr_sts &= ~(3 << (8 * cpuno));
363 pwr_cntl0 &= ~((3 << 18) << ((cpuno - 1) * 2));
369 cpuclk |= (1 << (24 + cpuno));
373 mempd0 &= ~((uint32_t)(0xf << 28) >> ((cpuno - 1) * 4));
377 pwr_cntl1 &= ~((3 << 4) << ((cpuno - 1) * 2));
384 MESON_AOBUS_PWR_CTRL1_REG) & ((1 << 17) << (cpuno - 1));
391 pwr_cntl0 &= ~(1 << cpuno);
395 cpuclk &= ~(1 << (24 + cpuno));
    [all...]
  /src/sys/arch/arm/broadcom/
bcm283x_platform.c 865 const u_int cpuno = __SHIFTOUT(mpidr, MPIDR_AFF0); local in function:cpu_enable_bcm2836
867 bus_space_write_4(iot, ioh, BCM2836_LOCAL_MAILBOX3_SETN(cpuno),
  /src/sys/dev/pci/cxgb/
cxgb_t3_cpl.h 662 __be16 cpuno; member in struct:cpl_get_tcb

Completed in 19 milliseconds