Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/arch/x86/kernel/
Dsmpboot.c289 int topology_phys_to_logical_pkg(unsigned int phys_pkg) in topology_phys_to_logical_pkg() function
301 EXPORT_SYMBOL(topology_phys_to_logical_pkg);
333 new = topology_phys_to_logical_pkg(pkg); in topology_update_package_map()
/Linux-v5.4/arch/x86/events/intel/
Duncore.c995 topology_phys_to_logical_pkg(phys_id); in uncore_pci_probe()
1087 topology_phys_to_logical_pkg(phys_id); in uncore_pci_remove()
Duncore_snbep.c3134 int pkg = topology_phys_to_logical_pkg(boot_cpu_data.phys_proc_id); in bdx_uncore_cpu_init()
4398 pkg = topology_phys_to_logical_pkg(phys_id); in snr_uncore_get_mc_dev()