Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtopology.h143 int topology_phys_to_logical_pkg(unsigned int pkg);
162 static inline int topology_phys_to_logical_pkg(unsigned int pkg) { return 0; } in topology_phys_to_logical_pkg() function
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c335 int topology_phys_to_logical_pkg(unsigned int phys_pkg) in topology_phys_to_logical_pkg() function
347 EXPORT_SYMBOL(topology_phys_to_logical_pkg);
380 new = topology_phys_to_logical_pkg(pkg); in topology_update_package_map()
/openbmc/linux/arch/x86/events/intel/
H A Duncore_snbep.c1447 die_id = topology_phys_to_logical_pkg(i); in snbep_pci2phy_map_init()
5617 lgc_pkg = topology_phys_to_logical_pkg(i); in discover_upi_topology()