Home
last modified time | relevance | path

Searched refs:topology_phys_to_logical_die (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dtopology.h138 int topology_phys_to_logical_die(unsigned int die, unsigned int cpu);
148 static inline int topology_phys_to_logical_die(unsigned int die, in topology_phys_to_logical_die() function
/arch/x86/kernel/
Dsmpboot.c319 int topology_phys_to_logical_die(unsigned int die_id, unsigned int cur_cpu) in topology_phys_to_logical_die() function
333 EXPORT_SYMBOL(topology_phys_to_logical_die);
368 new = topology_phys_to_logical_die(die, cpu); in topology_update_die_map()