Home
last modified time | relevance | path

Searched refs:get_cpu_node_by_chipid (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Dcpu_topology.h79 const cpu_node_t *get_cpu_node_by_chipid(int chip_id);
/dragonfly/sys/dev/powermng/memtemp/
H A Dmemtemp_e5.c224 node = get_cpu_node_by_chipid(sc->temp_node); in memtemp_e5_attach()
/dragonfly/sys/dev/misc/ecc/
H A Decc_e5.c340 node = get_cpu_node_by_chipid(sc->ecc_node); in ecc_e5_attach()
/dragonfly/sys/kern/
H A Dkern_sensors.c540 node = get_cpu_node_by_chipid(0); in sensor_sysinit()
H A Dsubr_cpu_topology.c543 get_cpu_node_by_chipid(int chip_id) in get_cpu_node_by_chipid() function