Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dtopology.h142 int topology_phys_to_logical_die(unsigned int die, unsigned int cpu);
152 static inline int topology_phys_to_logical_die(unsigned int die, in topology_phys_to_logical_die() function
/linux-5.19.10/arch/x86/kernel/
Dsmpboot.c309 int topology_phys_to_logical_die(unsigned int die_id, unsigned int cur_cpu) in topology_phys_to_logical_die() function
323 EXPORT_SYMBOL(topology_phys_to_logical_die);
358 new = topology_phys_to_logical_die(die, cpu); in topology_update_die_map()