tag | line | file | source code |
---|---|---|---|
numctx | 86 | arch/sparc/mm/init.c | unsigned long sparc_context_init(unsigned long start_mem, int numctx) |
numctx | 91 | arch/sparc/mm/init.c | start_mem += (numctx * sizeof(struct ctx_list)); |
numctx | 92 | arch/sparc/mm/init.c | for(ctx = 0; ctx < numctx; ctx++) { |
numctx | 101 | arch/sparc/mm/init.c | for(ctx = 0; ctx < numctx; ctx++) |