tag | line | file | source code |
---|---|---|---|
ctxd_t | 34 | arch/sparc/mm/srmmu.c | ctxd_t *srmmu_context_table; |
ctxd_t | 194 | arch/sparc/mm/srmmu.c | static void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp) |
ctxd_t | 1084 | arch/sparc/mm/srmmu.c | srmmu_context_table = srmmu_init_alloc(&mempool, num_contexts*sizeof(ctxd_t)); |
ctxd_t | 72 | include/asm-sparc/page.h | #define __ctxd(x) ((ctxd_t) { (x) } ) |