Searched refs:srmmu_swapper_pg_dir (Results 1 – 1 of 1) sorted by relevance
63 static pgd_t *srmmu_swapper_pg_dir; variable290 srmmu_swapper_pg_dir = __srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE); in srmmu_nocache_init()291 memset(__nocache_fix(srmmu_swapper_pg_dir), 0, SRMMU_PGD_TABLE_SIZE); in srmmu_nocache_init()292 init_mm.pgd = srmmu_swapper_pg_dir; in srmmu_nocache_init()917 srmmu_ctxd_set((ctxd_t *)__nocache_fix(&srmmu_context_table[i]), srmmu_swapper_pg_dir); in srmmu_paging_init()995 srmmu_ctxd_set(&srmmu_context_table[mm->context], srmmu_swapper_pg_dir); in destroy_context()