Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h699 extern u32 amd_get_nodes_per_socket(void);
704 static inline u32 amd_get_nodes_per_socket(void) { return 0; } in amd_get_nodes_per_socket() function
/openbmc/linux/arch/x86/kernel/cpu/
H A Damd.c459 u32 amd_get_nodes_per_socket(void) in amd_get_nodes_per_socket() function
463 EXPORT_SYMBOL_GPL(amd_get_nodes_per_socket);
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dinject.c436 cores_per_node = (c->x86_max_cores * smp_num_siblings) / amd_get_nodes_per_socket(); in get_nbc_for_node()