Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dpage_32.h59 typedef struct { unsigned long ctxd; } ctxd_t; typedef
75 #define __ctxd(x) ((ctxd_t) { (x) } )
87 typedef unsigned long ctxd_t; typedef
H A Dmmu_32.h9 extern ctxd_t *srmmu_ctx_table_phys;
/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c83 ctxd_t *srmmu_ctx_table_phys;
84 static ctxd_t *srmmu_context_table;
101 #define SRMMU_NOCACHE_ALIGN_MAX (sizeof(ctxd_t)*SRMMU_MAX_CONTEXTS)
110 static inline void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp) in srmmu_ctxd_set()
940 …_context_table = __srmmu_get_nocache(num_contexts * sizeof(ctxd_t), num_contexts * sizeof(ctxd_t)); in srmmu_paging_init()
941 srmmu_ctx_table_phys = (ctxd_t *)__nocache_pa(srmmu_context_table); in srmmu_paging_init()
/openbmc/linux/arch/sparc/kernel/
H A Dleon_smp.c52 extern ctxd_t *srmmu_ctx_table_phys;