Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/amd/hsmp/
H A Dplat.c89 static_assert(MAX_AMD_NUM_NODES == 8);
304 if (hsmp_pdev->num_sockets == 0 || hsmp_pdev->num_sockets > MAX_AMD_NUM_NODES) in hsmp_plt_init()
H A Dacpi.c325 if (hsmp_pdev->num_sockets == 0 || hsmp_pdev->num_sockets > MAX_AMD_NUM_NODES) in hsmp_acpi_probe()
/linux-6.15/arch/x86/include/asm/
H A Damd_node.h22 #define MAX_AMD_NUM_NODES 8 macro
/linux-6.15/arch/x86/kernel/
H A Damd_node.c31 if (node >= MAX_AMD_NUM_NODES) in amd_node_get_func()