Home
last modified time | relevance | path

Searched refs:ctxd_t (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/sparc/include/asm/
Dpage_32.h70 typedef struct { unsigned long ctxd; } ctxd_t; typedef
86 #define __ctxd(x) ((ctxd_t) { (x) } )
98 typedef unsigned long ctxd_t; typedef
Dmmu_32.h8 extern ctxd_t *srmmu_ctx_table_phys;
/linux-2.6.39/arch/sparc/mm/
Dsrmmu.c86 ctxd_t *srmmu_ctx_table_phys;
87 static ctxd_t *srmmu_context_table;
126 #define SRMMU_NOCACHE_ALIGN_MAX (sizeof(ctxd_t)*SRMMU_MAX_CONTEXTS)
225 static inline void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp) in srmmu_ctxd_set()
1305 …srmmu_context_table = (ctxd_t *)__srmmu_get_nocache(num_contexts*sizeof(ctxd_t), num_contexts*size… in srmmu_paging_init()
1306 srmmu_ctx_table_phys = (ctxd_t *)__nocache_pa((unsigned long)srmmu_context_table); in srmmu_paging_init()
1309 srmmu_ctxd_set((ctxd_t *)__nocache_fix(&srmmu_context_table[i]), srmmu_swapper_pg_dir); in srmmu_paging_init()
/linux-2.6.39/arch/sparc/kernel/
Dleon_smp.c50 extern ctxd_t *srmmu_ctx_table_phys;