HomeSort by: relevance | last modified time | path
    Searched refs:arm_cpu_topology_set (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/arm/include/
cpu_topology.h 44 * arm_cpu_topology_set(cpuinfo, mpidr)
46 * arm_cpu_topology_set() is provided for locore and the boot CPU,
54 void arm_cpu_topology_set(struct cpu_info * const, mpidr_t);
  /src/sys/arch/arm/arm/
arm_cpu_topology.c 48 arm_cpu_topology_set(struct cpu_info * const ci, mpidr_t mpidr) function in typeref:typename:void
armv6_start.S 500 bl arm_cpu_topology_set
  /src/sys/arch/aarch64/aarch64/
cpu.c 751 arm_cpu_topology_set(ci, id->ac_mpidr);
locore.S 209 bl arm_cpu_topology_set
  /src/sys/arch/arm/arm32/
arm32_machdep.c 827 arm_cpu_topology_set(ci, ci->ci_mpidr);

Completed in 40 milliseconds