Searched refs:srmmu_nocache_end (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.c120 static unsigned long srmmu_nocache_end; variable
348 if (vaddr+size > srmmu_nocache_end) {
350 vaddr, srmmu_nocache_end);
398 srmmu_nocache_end = SRMMU_NOCACHE_VADDR + srmmu_nocache_size;
423 srmmu_early_allocate_ptable_skeleton(SRMMU_NOCACHE_VADDR, srmmu_nocache_end);
428 while (vaddr < srmmu_nocache_end) {

Completed in 19 milliseconds