Searched refs:srmmu_swapper_pg_dir (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.c64 static pgd_t *srmmu_swapper_pg_dir; variable
419 srmmu_swapper_pg_dir = (pgd_t *)__srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE);
420 memset(__nocache_fix(srmmu_swapper_pg_dir), 0, SRMMU_PGD_TABLE_SIZE);
421 init_mm.pgd = srmmu_swapper_pg_dir;
1241 srmmu_ctxd_set((ctxd_t *)__nocache_fix(&srmmu_context_table[i]), srmmu_swapper_pg_dir);
1316 srmmu_ctxd_set(&srmmu_context_table[mm->context], srmmu_swapper_pg_dir);

Completed in 21 milliseconds