Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dtopology.h141 int topology_phys_to_logical_pkg(unsigned int pkg);
151 static inline int topology_phys_to_logical_pkg(unsigned int pkg) { return 0; } in topology_phys_to_logical_pkg() function
/linux-6.1.9/arch/x86/kernel/
Dsmpboot.c287 int topology_phys_to_logical_pkg(unsigned int phys_pkg) in topology_phys_to_logical_pkg() function
299 EXPORT_SYMBOL(topology_phys_to_logical_pkg);
331 new = topology_phys_to_logical_pkg(pkg); in topology_update_package_map()
/linux-6.1.9/arch/x86/events/intel/
Duncore_snbep.c1428 die_id = topology_phys_to_logical_pkg(i); in snbep_pci2phy_map_init()