Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/hsmp/
H A Dplat.c90 static_assert(MAX_AMD_NUM_NODES == 8);
322 if (hsmp_pdev->num_sockets == 0 || hsmp_pdev->num_sockets > MAX_AMD_NUM_NODES) { in hsmp_plt_init()
/linux/arch/x86/include/asm/amd/
H A Dnode.h22 #define MAX_AMD_NUM_NODES 8 macro
/linux/arch/x86/kernel/
H A Damd_node.c31 if (node >= MAX_AMD_NUM_NODES) in amd_node_get_func()