Home
last modified time | relevance | path

Searched refs:topology_phys_to_logical_pkg (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/arch/x86/include/asm/
Dtopology.h137 int topology_phys_to_logical_pkg(unsigned int pkg);
147 static inline int topology_phys_to_logical_pkg(unsigned int pkg) { return 0; } in topology_phys_to_logical_pkg() function
/Linux-v5.15/arch/x86/kernel/
Dsmpboot.c295 int topology_phys_to_logical_pkg(unsigned int phys_pkg) in topology_phys_to_logical_pkg() function
307 EXPORT_SYMBOL(topology_phys_to_logical_pkg);
339 new = topology_phys_to_logical_pkg(pkg); in topology_update_package_map()
/Linux-v5.15/arch/x86/events/intel/
Duncore_snbep.c1428 die_id = topology_phys_to_logical_pkg(i); in snbep_pci2phy_map_init()