Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/include/asm/
Dtopology.h177 static inline unsigned int topology_num_threads_per_package(void) in topology_num_threads_per_package() function
/linux-6.14.4/Documentation/arch/x86/
Dtopology.rst50 - topology_num_threads_per_package()
/linux-6.14.4/arch/x86/kernel/cpu/mce/
Dinject.c435 cores_per_node = topology_num_threads_per_package() / topology_amd_nodes_per_pkg(); in get_nbc_for_node()