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

  /src/sys/arch/powerpc/pic/
ipi_openpic.c 82 uint32_t cpumask = 0; local in function:openpic_send_ipi
90 cpumask |= 1 << cpu_index(dst_ci);
98 cpumask = 1 << cpu_index(dst_ci);
103 openpic_write(OPENPIC_IPI(cpu_index(ci), 1), cpumask);
openpic_common.c 51 uint32_t cpumask = 0; local in function:opic_finish_setup
56 cpumask |= (1 << cpu_info[i].ci_index);
58 cpumask = 1;
62 openpic_write(OPENPIC_IDEST(i), cpumask);
pic_distopenpic.c 233 uint32_t cpumask = 0; local in function:distopic_finish_setup
238 cpumask |= (1 << cpu_info[i].ci_index);
240 cpumask = 1;
245 cpumask);
pic_mpcsoc.c 207 uint32_t cpumask = 1; local in function:mpcpic_finish_setup
212 openpic_write(MPCPIC_IDST(i), cpumask);
  /src/sys/arch/alpha/alpha/
ipifuncs.c 190 const u_long cpumask = cpus_running & ~(1UL << cpu_id); local in function:alpha_broadcast_ipi
193 if ((cpumask & (1UL << ci->ci_cpuid)) == 0)
203 alpha_multicast_ipi(u_long cpumask, u_long const ipimask)
208 cpumask &= cpus_running;
209 cpumask &= ~(1UL << cpu_number());
210 if (cpumask == 0)
214 if ((cpumask & (1UL << ci->ci_cpuid)) == 0)
275 const u_long cpumask = (1UL << ci->ci_cpuid); local in function:alpha_ipi_pause
288 } while (cpus_paused & cpumask);
cpu.c 719 u_long cpumask; local in function:cpu_boot_secondary
724 cpumask = (1UL << ci->ci_cpuid);
776 if (cpus_booted & cpumask)
833 u_long cpumask = (1UL << cpu_id); local in function:cpu_hatch
844 atomic_or_ulong(&cpus_booted, cpumask);
849 while ((cpus_running & cpumask) == 0)
873 u_long cpumask = (1UL << cpu_id); local in function:cpu_iccb_send
878 if ((hwrpb->rpb_rxrdy & cpumask) == 0)
893 atomic_or_ulong(&hwrpb->rpb_rxrdy, cpumask);
898 if ((hwrpb->rpb_rxrdy & cpumask) == 0
    [all...]
  /src/sys/arch/sparc64/sparc64/
ipifuncs.c 350 sparc64_cpuset_t cpumask, cpuset; local in function:mp_halt_cpus
355 CPUSET_ASSIGN(cpumask, cpuset);
363 if (sparc64_ipi_wait(&cpus_halted, cpumask))
364 sparc64_ipi_error("halt", cpumask, cpus_halted);
  /src/sys/arch/macppc/macppc/
pic_u3_ht.c 469 uint32_t cpumask = 0; local in function:u3_ht_finish_setup
474 cpumask |= (1 << cpu_info[i].ci_cpuid);
476 cpumask = 1;
480 u3_ht_write(u3_ht, OPENPIC_IDEST(i), cpumask);
627 uint32_t cpumask = 0; local in function:u3_ht_send_ipi
635 cpumask |= 1 << cpu_index(dst_ci);
643 cpumask = 1 << cpu_index(dst_ci);
648 u3_ht_write(u3ht0, OPENPIC_IPI(cpu_index(ci), 1), cpumask);
  /src/sys/arch/powerpc/powerpc/
powerpc_machdep.c 612 __cpuset_t cpumask, cpuset, halted; local in function:cpu_halt_others
618 CPUSET_ASSIGN(cpumask, cpuset);
626 if (cpu_ipi_wait(csi->cpus_halted, cpumask))
627 cpu_ipi_error("halt", csi->cpus_halted, cpumask);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c 818 const struct cpumask *cpumask; local in function:kfd_fill_cu_for_cpu
831 cpumask = cpumask_of_node(numa_node_id);
840 sub_type_hdr->num_cpu_cores = cpumask_weight(cpumask);

Completed in 45 milliseconds