tag | line | file | source code |
context | 143 | arch/alpha/kernel/process.c | p->mm->context = 0; |
context | 49 | arch/i386/kernel/signal.c | #define COPY(x) regs->x = context.x |
context | 51 | arch/i386/kernel/signal.c | if ((context.x & 0xfffc) && (context.x & 3) != 3) goto badframe; COPY(x); |
context | 53 | arch/i386/kernel/signal.c | if (!(context.x & 0xfffc) || (context.x & 3) != 3) goto badframe; COPY(x); |
context | 54 | arch/i386/kernel/signal.c | struct sigcontext_struct context; |
context | 58 | arch/i386/kernel/signal.c | if (verify_area(VERIFY_READ, (void *) regs->esp, sizeof(context))) |
context | 60 | arch/i386/kernel/signal.c | memcpy_fromfs(&context,(void *) regs->esp, sizeof(context)); |
context | 61 | arch/i386/kernel/signal.c | current->blocked = context.oldmask & _BLOCKABLE; |
context | 74 | arch/i386/kernel/signal.c | regs->eflags |= context.eflags & 0x40DD5; |
context | 76 | arch/i386/kernel/signal.c | return context.eax; |
context | 50 | arch/mips/kernel/signal.c | struct sigcontext_struct *context; |
context | 57 | arch/mips/kernel/signal.c | context = (struct sigcontext_struct *) regs->reg29; |
context | 58 | arch/mips/kernel/signal.c | if (verify_area(VERIFY_READ, context, sizeof(struct sigcontext_struct)) || |
context | 62 | arch/mips/kernel/signal.c | current->blocked = context->sc_oldmask & _BLOCKABLE; |
context | 63 | arch/mips/kernel/signal.c | regs->reg1 = context->sc_at; |
context | 64 | arch/mips/kernel/signal.c | regs->reg2 = context->sc_v0; |
context | 65 | arch/mips/kernel/signal.c | regs->reg3 = context->sc_v1; |
context | 66 | arch/mips/kernel/signal.c | regs->reg4 = context->sc_a0; |
context | 67 | arch/mips/kernel/signal.c | regs->reg5 = context->sc_a1; |
context | 68 | arch/mips/kernel/signal.c | regs->reg6 = context->sc_a2; |
context | 69 | arch/mips/kernel/signal.c | regs->reg7 = context->sc_a3; |
context | 70 | arch/mips/kernel/signal.c | regs->reg8 = context->sc_t0; |
context | 71 | arch/mips/kernel/signal.c | regs->reg9 = context->sc_t1; |
context | 72 | arch/mips/kernel/signal.c | regs->reg10 = context->sc_t2; |
context | 73 | arch/mips/kernel/signal.c | regs->reg11 = context->sc_t3; |
context | 74 | arch/mips/kernel/signal.c | regs->reg12 = context->sc_t4; |
context | 75 | arch/mips/kernel/signal.c | regs->reg13 = context->sc_t5; |
context | 76 | arch/mips/kernel/signal.c | regs->reg14 = context->sc_t6; |
context | 77 | arch/mips/kernel/signal.c | regs->reg15 = context->sc_t7; |
context | 78 | arch/mips/kernel/signal.c | regs->reg16 = context->sc_s0; |
context | 79 | arch/mips/kernel/signal.c | regs->reg17 = context->sc_s1; |
context | 80 | arch/mips/kernel/signal.c | regs->reg18 = context->sc_s2; |
context | 81 | arch/mips/kernel/signal.c | regs->reg19 = context->sc_s3; |
context | 82 | arch/mips/kernel/signal.c | regs->reg20 = context->sc_s4; |
context | 83 | arch/mips/kernel/signal.c | regs->reg21 = context->sc_s5; |
context | 84 | arch/mips/kernel/signal.c | regs->reg22 = context->sc_s6; |
context | 85 | arch/mips/kernel/signal.c | regs->reg23 = context->sc_s7; |
context | 86 | arch/mips/kernel/signal.c | regs->reg24 = context->sc_t8; |
context | 87 | arch/mips/kernel/signal.c | regs->reg25 = context->sc_t9; |
context | 91 | arch/mips/kernel/signal.c | regs->reg28 = context->sc_gp; |
context | 92 | arch/mips/kernel/signal.c | regs->reg29 = context->sc_sp; |
context | 93 | arch/mips/kernel/signal.c | regs->reg30 = context->sc_fp; |
context | 94 | arch/mips/kernel/signal.c | regs->reg31 = context->sc_ra; |
context | 95 | arch/mips/kernel/signal.c | regs->cp0_epc = context->sc_epc; |
context | 96 | arch/mips/kernel/signal.c | regs->cp0_cause = context->sc_cause; |
context | 102 | arch/mips/kernel/signal.c | return context->sc_v0; |
context | 189 | arch/sparc/mm/fault.c | (unsigned long) current->mm->context); |
context | 227 | arch/sparc/mm/srmmu.c | if(tsk->mm->context != NO_CONTEXT) |
context | 228 | arch/sparc/mm/srmmu.c | srmmu_ctxd_set(&srmmu_context_table[tsk->mm->context], pgdp); |
context | 408 | arch/sparc/mm/srmmu.c | int cc, ncc = mm->context; |
context | 430 | arch/sparc/mm/srmmu.c | int cc, ncc = mm->context; |
context | 456 | arch/sparc/mm/srmmu.c | int cc, ncc = vmp->vm_mm->context; |
context | 495 | arch/sparc/mm/srmmu.c | int cc, ncc = mm->context; |
context | 517 | arch/sparc/mm/srmmu.c | int cc, ncc = mm->context; |
context | 543 | arch/sparc/mm/srmmu.c | int cc, ncc = vmp->vm_mm->context; |
context | 570 | arch/sparc/mm/srmmu.c | int cc, ncc = mm->context; |
context | 591 | arch/sparc/mm/srmmu.c | int cc, ncc = mm->context; |
context | 617 | arch/sparc/mm/srmmu.c | int cc, ncc = vmp->vm_mm->context; |
context | 677 | arch/sparc/mm/srmmu.c | mm->context = ctxp->ctx_number; |
context | 688 | arch/sparc/mm/srmmu.c | ctxp->ctx_mm->context = NO_CONTEXT; |
context | 690 | arch/sparc/mm/srmmu.c | mm->context = ctxp->ctx_number; |
context | 703 | arch/sparc/mm/srmmu.c | if(tsk->mm->context == NO_CONTEXT) { |
context | 705 | arch/sparc/mm/srmmu.c | srmmu_ctxd_set(&srmmu_context_table[tsk->mm->context], tsk->mm->pgd); |
context | 707 | arch/sparc/mm/srmmu.c | srmmu_set_context(tsk->mm->context); |
context | 1135 | arch/sparc/mm/srmmu.c | if(mm->context != NO_CONTEXT) { |
context | 1136 | arch/sparc/mm/srmmu.c | srmmu_ctxd_set(&srmmu_context_table[mm->context], swapper_pg_dir); |
context | 1137 | arch/sparc/mm/srmmu.c | ctx_old = ctx_list_pool + mm->context; |
context | 1140 | arch/sparc/mm/srmmu.c | mm->context = NO_CONTEXT; |
context | 1149 | arch/sparc/mm/srmmu.c | srmmu_ctxd_set(&srmmu_context_table[current->mm->context], current->mm->pgd); |
context | 1150 | arch/sparc/mm/srmmu.c | srmmu_set_context(current->mm->context); |
context | 896 | arch/sparc/mm/sun4c.c | if(mm->context == NO_CONTEXT) |
context | 898 | arch/sparc/mm/sun4c.c | sun4c_demap_context(&sun4c_context_ring[mm->context], mm->context); |
context | 906 | arch/sparc/mm/sun4c.c | if(mm->context == NO_CONTEXT) |
context | 910 | arch/sparc/mm/sun4c.c | sun4c_set_context(mm->context); |
context | 918 | arch/sparc/mm/sun4c.c | free_user_entry(mm->context, this_entry); |
context | 930 | arch/sparc/mm/sun4c.c | if(mm->context == NO_CONTEXT) |
context | 934 | arch/sparc/mm/sun4c.c | sun4c_set_context(mm->context); |
context | 978 | arch/sparc/mm/sun4c.c | mm->context = ctxp->ctx_number; |
context | 989 | arch/sparc/mm/sun4c.c | ctxp->ctx_mm->context = NO_CONTEXT; |
context | 991 | arch/sparc/mm/sun4c.c | mm->context = ctxp->ctx_number; |
context | 1020 | arch/sparc/mm/sun4c.c | if(tsk->mm->context == NO_CONTEXT) |
context | 1023 | arch/sparc/mm/sun4c.c | sun4c_set_context(tsk->mm->context); |
context | 1030 | arch/sparc/mm/sun4c.c | sun4c_set_context(current->mm->context); |
context | 1039 | arch/sparc/mm/sun4c.c | if(mm->context != NO_CONTEXT) { |
context | 1040 | arch/sparc/mm/sun4c.c | sun4c_demap_context(&sun4c_context_ring[mm->context], mm->context); |
context | 1041 | arch/sparc/mm/sun4c.c | ctx_old = ctx_list_pool + mm->context; |
context | 1044 | arch/sparc/mm/sun4c.c | mm->context = NO_CONTEXT; |
context | 63 | include/asm-alpha/mmu_context.h | unsigned long asn = mm->context; |
context | 77 | include/asm-alpha/mmu_context.h | mm->context = asn; /* full version + asn */ |
context | 37 | include/asm-alpha/pgtable.h | mm->context = 0; |
context | 56 | include/asm-alpha/pgtable.h | mm->context = 0; |
context | 69 | include/asm-alpha/pgtable.h | mm->context = 0; |
context | 12 | include/asm-sparc/mmu_context.h | #define init_new_context(mm) ((mm)->context = NO_CONTEXT) |
context | 181 | include/asm-sparc/oplib.h | int context, char *program_counter); |
context | 207 | include/asm-sparc/oplib.h | extern void prom_putsegment(int context, unsigned long virt_addr, |
context | 41 | include/asm-sparc/page.h | int context; |
context | 126 | include/asm-sparc/pgtsrmmu.h | extern inline void srmmu_set_context(int context) |
context | 129 | include/asm-sparc/pgtsrmmu.h | "r" (context), "r" (SRMMU_CTX_REG), |
context | 145 | include/linux/sched.h | unsigned long context; |
context | 90 | include/linux/sysctl.h | void **context); |
context | 109 | include/linux/sysctl.h | void *newval, size_t newlen, void ** context); |
context | 169 | kernel/sysctl.c | void *context; |
context | 190 | kernel/sysctl.c | context = 0; |
context | 192 | kernel/sysctl.c | newval, newlen, root_table, &context); |
context | 193 | kernel/sysctl.c | if (context) |
context | 194 | kernel/sysctl.c | kfree(context); |
context | 250 | kernel/sysctl.c | ctl_table *table, void **context) |
context | 267 | kernel/sysctl.c | newval, newlen, context); |
context | 278 | kernel/sysctl.c | newval, newlen, context); |
context | 289 | kernel/sysctl.c | void *newval, size_t newlen, void **context) |
context | 302 | kernel/sysctl.c | newval, newlen, context); |
context | 337 | kernel/sysctl.c | void *newval, size_t newlen, void **context) |
context | 723 | kernel/sysctl.c | void *newval, size_t newlen, void **context) |
context | 759 | kernel/sysctl.c | void *newval, size_t newlen, void **context) |