Home
last modified time | relevance | path

Searched refs:get_cpu_node_by_cpuid (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/sys/
H A Dcpu_topology.h78 cpu_node_t *get_cpu_node_by_cpuid(int cpuid);
/dragonfly/sys/kern/
H A Dsubr_cpu_topology.c295 leaf = get_cpu_node_by_cpuid(i); in build_cpu_topology()
478 get_cpu_node_by_cpuid(int cpuid) { in get_cpu_node_by_cpuid() function
H A Dusched_bsd4.c1913 dd->cpunode = get_cpu_node_by_cpuid(i); in sched_thread_cpu_init()
H A Dusched_dfly.c2542 dd->cpunode = get_cpu_node_by_cpuid(i); in usched_dfly_cpu_init()
/dragonfly/sys/dev/powermng/corepower/
H A Dcorepower.c133 node = get_cpu_node_by_cpuid(cpu); in corepower_identify()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmp_machdep.c1917 cpu_node_t * mynode = get_cpu_node_by_cpuid(mycpuid); in amd_get_compute_unit_id()
1943 i, get_cpu_node_by_cpuid(i)->compute_unit_id); in fix_amd_topology()
/dragonfly/sys/dev/powermng/coretemp/
H A Dcoretemp.c338 start_node = get_cpu_node_by_cpuid(sc->sc_cpu); in coretemp_attach()