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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 124 milliseconds