Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dmmu_32.h9 extern ctxd_t *srmmu_ctx_table_phys;
/openbmc/linux/arch/sparc/kernel/
H A Dleon_smp.c52 extern ctxd_t *srmmu_ctx_table_phys;
193 smp_penguin_ctable.phys_addr = (unsigned int)srmmu_ctx_table_phys; in leon_boot_one_cpu()
H A Dsun4m_smp.c97 smp_penguin_ctable.phys_addr = (unsigned int) srmmu_ctx_table_phys; in smp4m_boot_one_cpu()
H A Dsun4d_smp.c136 smp_penguin_ctable.phys_addr = (unsigned int) srmmu_ctx_table_phys; in smp4d_boot_one_cpu()
/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c83 ctxd_t *srmmu_ctx_table_phys; variable
941 srmmu_ctx_table_phys = (ctxd_t *)__nocache_pa(srmmu_context_table); in srmmu_paging_init()
947 srmmu_set_ctable_ptr((unsigned long)srmmu_ctx_table_phys); in srmmu_paging_init()