Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dhash_utils_64.c125 static unsigned long linear_map_hash_count; variable
304 (paddr >> PAGE_SHIFT) < linear_map_hash_count) in htab_bolt_mapping()
910 linear_map_hash_count = memblock_end_of_DRAM() >> PAGE_SHIFT; in htab_initialize()
912 linear_map_hash_count, 1, ppc64_rma_size)); in htab_initialize()
913 memset(linear_map_hash_slots, 0, linear_map_hash_count); in htab_initialize()
1836 if (lmi >= linear_map_hash_count) in __kernel_map_pages()