Searched refs:srmmu_nocache_size (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsrmmu.c119 static unsigned long srmmu_nocache_size; variable
319 size, (int) srmmu_nocache_size,
397 srmmu_nocache_size = srmmu_nocache_npages * PAGE_SIZE;
398 srmmu_nocache_end = SRMMU_NOCACHE_VADDR + srmmu_nocache_size;
410 bitmap_bits = srmmu_nocache_size >> SRMMU_NOCACHE_BITMAP_SHIFT;
412 srmmu_nocache_pool = __alloc_bootmem(srmmu_nocache_size,
414 memset(srmmu_nocache_pool, 0, srmmu_nocache_size);
1303 srmmu_nocache_size,

Completed in 15 milliseconds