Searched refs:ctxd_t (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpage_32.h70 typedef struct { unsigned long ctxd; } ctxd_t; typedef in typeref:struct:__anon25847
86 #define __ctxd(x) ((ctxd_t) { (x) } )
98 typedef unsigned long ctxd_t; typedef
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dpage_32.h70 typedef struct { unsigned long ctxd; } ctxd_t; typedef in typeref:struct:__anon14154
86 #define __ctxd(x) ((ctxd_t) { (x) } )
98 typedef unsigned long ctxd_t; typedef
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/mm/
H A 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)
224 static inline void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp)
1237 srmmu_context_table = (ctxd_t *)__srmmu_get_nocache(num_contexts*sizeof(ctxd_t), num_contexts*sizeof(ctxd_t));
1238 srmmu_ctx_table_phys = (ctxd_t *)__nocache_pa((unsigned long)srmmu_context_table);
1241 srmmu_ctxd_set((ctxd_t *)__nocache_fix(&srmmu_context_table[i]), srmmu_swapper_pg_dir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/mm/
H A 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)
224 static inline void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp)
1237 srmmu_context_table = (ctxd_t *)__srmmu_get_nocache(num_contexts*sizeof(ctxd_t), num_contexts*sizeof(ctxd_t));
1238 srmmu_ctx_table_phys = (ctxd_t *)__nocache_pa((unsigned long)srmmu_context_table);
1241 srmmu_ctxd_set((ctxd_t *)__nocache_fix(&srmmu_context_table[i]), srmmu_swapper_pg_dir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dsun4m_smp.c40 extern ctxd_t *srmmu_ctx_table_phys;
H A Dsun4d_smp.c42 extern ctxd_t *srmmu_ctx_table_phys;
H A Dleon_smp.c49 extern ctxd_t *srmmu_ctx_table_phys;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsun4m_smp.c40 extern ctxd_t *srmmu_ctx_table_phys;
H A Dleon_smp.c49 extern ctxd_t *srmmu_ctx_table_phys;
H A Dsun4d_smp.c42 extern ctxd_t *srmmu_ctx_table_phys;

Completed in 88 milliseconds