Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/mm/
Dhash_utils_64.c115 static unsigned long linear_map_hash_count; variable
212 if ((paddr >> PAGE_SHIFT) < linear_map_hash_count) in htab_bolt_mapping()
650 linear_map_hash_count = memblock_end_of_DRAM() >> PAGE_SHIFT; in htab_initialize()
651 linear_map_hash_slots = __va(memblock_alloc_base(linear_map_hash_count, in htab_initialize()
653 memset(linear_map_hash_slots, 0, linear_map_hash_count); in htab_initialize()
1241 if (lmi >= linear_map_hash_count) in kernel_map_pages()