Home
last modified time | relevance | path

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

/arch/sparc/mm/
Dsrmmu.c279 unsigned int bitmap_bits; in srmmu_nocache_init() local
286 bitmap_bits = srmmu_nocache_size >> SRMMU_NOCACHE_BITMAP_SHIFT; in srmmu_nocache_init()
293 __alloc_bootmem(BITS_TO_LONGS(bitmap_bits) * sizeof(long), in srmmu_nocache_init()
295 bit_map_init(&srmmu_nocache_map, srmmu_nocache_bitmap, bitmap_bits); in srmmu_nocache_init()