Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dtopology.h126 int topology_phys_to_logical_pkg(unsigned int pkg);
133 static inline int topology_phys_to_logical_pkg(unsigned int pkg) { return 0; } in topology_phys_to_logical_pkg() function
/Linux-v4.19/arch/x86/kernel/
Dsmpboot.c296 int topology_phys_to_logical_pkg(unsigned int phys_pkg) in topology_phys_to_logical_pkg() function
308 EXPORT_SYMBOL(topology_phys_to_logical_pkg);
320 new = topology_phys_to_logical_pkg(pkg); in topology_update_package_map()
/Linux-v4.19/arch/x86/events/intel/
Duncore.c951 pkg = topology_phys_to_logical_pkg(phys_id); in uncore_pci_probe()
1042 pkg = topology_phys_to_logical_pkg(phys_id); in uncore_pci_remove()
Duncore_snbep.c3064 int pkg = topology_phys_to_logical_pkg(boot_cpu_data.phys_proc_id); in bdx_uncore_cpu_init()