Home
last modified time | relevance | path

Searched refs:srmmu_ctx_table_phys (Results 1 – 5 of 5) sorted by relevance

/arch/sparc/include/asm/
Dmmu_32.h9 extern ctxd_t *srmmu_ctx_table_phys;
/arch/sparc/kernel/
Dleon_smp.c54 extern ctxd_t *srmmu_ctx_table_phys;
195 smp_penguin_ctable.phys_addr = (unsigned int)srmmu_ctx_table_phys; in leon_boot_one_cpu()
Dsun4m_smp.c97 smp_penguin_ctable.phys_addr = (unsigned int) srmmu_ctx_table_phys; in smp4m_boot_one_cpu()
Dsun4d_smp.c136 smp_penguin_ctable.phys_addr = (unsigned int) srmmu_ctx_table_phys; in smp4d_boot_one_cpu()
/arch/sparc/mm/
Dsrmmu.c83 ctxd_t *srmmu_ctx_table_phys; variable
946 srmmu_ctx_table_phys = (ctxd_t *)__nocache_pa(srmmu_context_table); in srmmu_paging_init()
952 srmmu_set_ctable_ptr((unsigned long)srmmu_ctx_table_phys); in srmmu_paging_init()