Home
last modified time | relevance | path

Searched refs:topology_amd_nodes_per_pkg (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtopology.h216 static inline unsigned int topology_amd_nodes_per_pkg(void) in topology_amd_nodes_per_pkg() function
237 static inline unsigned int topology_amd_nodes_per_pkg(void) { return 1; } in topology_amd_nodes_per_pkg() function
/linux/arch/x86/include/asm/amd/
H A Dnode.h30 return topology_amd_nodes_per_pkg() * topology_max_packages(); in amd_num_nodes()
/linux/arch/x86/kernel/cpu/
H A Ddebugfs.c32 seq_printf(m, "amd_nodes_per_pkg: %u\n", topology_amd_nodes_per_pkg()); in cpu_debug_show()
/linux/drivers/ras/amd/atl/
H A Dumc.c401 return topology_amd_node_id(err->cpu) % topology_amd_nodes_per_pkg(); in get_die_id()
/linux/arch/x86/kernel/cpu/mce/
H A Dinject.c435 cores_per_node = topology_num_threads_per_package() / topology_amd_nodes_per_pkg(); in get_nbc_for_node()
/linux/arch/x86/kernel/
H A Dsmpboot.c376 if (cpu_feature_enabled(X86_FEATURE_TOPOEXT) && topology_amd_nodes_per_pkg() > 1) in match_die()