Home
last modified time | relevance | path

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

/linux-5.10/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-5.10/arch/x86/kernel/
Dsmpboot.c291 int topology_phys_to_logical_pkg(unsigned int phys_pkg) in topology_phys_to_logical_pkg() function
303 EXPORT_SYMBOL(topology_phys_to_logical_pkg);
335 new = topology_phys_to_logical_pkg(pkg); in topology_update_package_map()
/linux-5.10/arch/x86/events/intel/
Duncore.c1007 topology_phys_to_logical_pkg(*phys_id); in uncore_pci_get_dev_die_info()
Duncore_snbep.c3195 int pkg = topology_phys_to_logical_pkg(boot_cpu_data.phys_proc_id); in bdx_uncore_cpu_init()
4658 pkg = topology_phys_to_logical_pkg(phys_id); in snr_uncore_get_mc_dev()