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

  /src/sys/arch/arm/include/
cpu_topology.h 35 * arm_cpu_do_topology(cpuinfo)
37 * Call arm_cpu_do_topology() in cpu_attach(). It will update the topology
41 * and arm_cpu_do_topology() will update the system view of this and other
53 void arm_cpu_do_topology(struct cpu_info * const);
  /src/sys/arch/arm/arm/
arm_cpu_topology.c 72 arm_cpu_do_topology(struct cpu_info *const newci) function in typeref:typename:void
  /src/sys/arch/arm/arm32/
cpu.c 147 arm_cpu_do_topology(ci);
  /src/sys/arch/aarch64/aarch64/
cpu.c 152 arm_cpu_do_topology(ci); // XXXNH move this after mi_cpu_attach

Completed in 13 milliseconds