Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/mm/book3s64/
H A Dhash_utils.c344 static unsigned long linear_map_hash_count; variable
351 linear_map_hash_count = memblock_end_of_DRAM() >> PAGE_SHIFT; in hash_debug_pagealloc_alloc_slots()
353 linear_map_hash_count, 1, MEMBLOCK_LOW_LIMIT, in hash_debug_pagealloc_alloc_slots()
357 __func__, linear_map_hash_count, &ppc64_rma_size); in hash_debug_pagealloc_alloc_slots()
363 if (!debug_pagealloc_enabled() || !linear_map_hash_count) in hash_debug_pagealloc_add_slot()
365 if ((paddr >> PAGE_SHIFT) < linear_map_hash_count) in hash_debug_pagealloc_add_slot()
375 if (!debug_pagealloc_enabled() || !linear_map_hash_count) in hash_debug_pagealloc_map_pages()
382 if (lmi >= linear_map_hash_count) in hash_debug_pagealloc_map_pages()