ctxd_t 9 arch/sparc/include/asm/mmu_32.h extern ctxd_t *srmmu_ctx_table_phys; ctxd_t 75 arch/sparc/include/asm/page_32.h #define __ctxd(x) ((ctxd_t) { (x) } ) ctxd_t 54 arch/sparc/kernel/leon_smp.c extern ctxd_t *srmmu_ctx_table_phys; ctxd_t 83 arch/sparc/mm/srmmu.c ctxd_t *srmmu_ctx_table_phys; ctxd_t 84 arch/sparc/mm/srmmu.c static ctxd_t *srmmu_context_table; ctxd_t 101 arch/sparc/mm/srmmu.c #define SRMMU_NOCACHE_ALIGN_MAX (sizeof(ctxd_t)*SRMMU_MAX_CONTEXTS) ctxd_t 110 arch/sparc/mm/srmmu.c static inline void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp) ctxd_t 946 arch/sparc/mm/srmmu.c srmmu_context_table = __srmmu_get_nocache(num_contexts * sizeof(ctxd_t), num_contexts * sizeof(ctxd_t)); ctxd_t 947 arch/sparc/mm/srmmu.c srmmu_ctx_table_phys = (ctxd_t *)__nocache_pa(srmmu_context_table); ctxd_t 950 arch/sparc/mm/srmmu.c srmmu_ctxd_set((ctxd_t *)__nocache_fix(&srmmu_context_table[i]), srmmu_swapper_pg_dir);