Home
last modified time | relevance | path

Searched refs:cpu_topology_setspeed (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/arm/arm/
H A Darm_cpu_topology.c89 cpu_topology_setspeed(newci, newci->ci_capacity_dmips_mhz < best_cap); in arm_cpu_do_topology()
98 cpu_topology_setspeed(ci, in arm_cpu_do_topology()
/netbsd/sys/sys/
H A Dcpu.h95 void cpu_topology_setspeed(struct cpu_info *, bool);
/netbsd/sys/kern/
H A Dsubr_cpu.c193 cpu_topology_setspeed(struct cpu_info *ci, bool slow) in cpu_topology_setspeed() function
/netbsd/sys/arch/sparc/sparc/
H A Dcpu.c534 cpu_topology_setspeed(cpi, cpi->hz < best_hz); in cpu_attach()