Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dnuma.c373 if (!memblock_validate_numa_coverage(SZ_1M)) in init_numa_memory()
/openbmc/linux/include/linux/
H A Dmemblock.h125 bool memblock_validate_numa_coverage(unsigned long threshold_bytes);
/openbmc/linux/arch/x86/mm/
H A Dnuma.c557 if (!memblock_validate_numa_coverage(SZ_1M)) in numa_register_memblks()
/openbmc/linux/mm/
H A Dmemblock.c749 bool __init_memblock memblock_validate_numa_coverage(unsigned long threshold_bytes) in memblock_validate_numa_coverage() function