Searched defs:old_ctx (Results 1 - 7 of 7) sorted by relevance

/arch/mips/mm/
H A Dtlb-r3k.c46 unsigned long old_ctx; local
54 old_ctx = read_c0_entryhi() & ASID_MASK;
63 write_c0_entryhi(old_ctx);
230 unsigned long old_ctx; local
244 old_ctx = read_c0_entryhi() & ASID_MASK;
255 write_c0_entryhi(old_ctx);
267 old_ctx = read_c0_entryhi() & ASID_MASK;
273 write_c0_entryhi(old_ctx);
H A Dtlb-r8k.c34 unsigned long old_ctx; local
39 old_ctx = read_c0_entryhi();
50 write_c0_entryhi(old_ctx);
H A Dinit.c126 unsigned long old_ctx; local
149 old_ctx = read_c0_entryhi();
173 write_c0_entryhi(old_ctx);
185 unsigned long flags, old_ctx; local
188 old_ctx = read_c0_entryhi();
198 write_c0_entryhi(old_ctx);
H A Dtlb-r4k.c72 unsigned long old_ctx; local
77 old_ctx = read_c0_entryhi();
93 write_c0_entryhi(old_ctx);
354 unsigned long old_ctx; local
358 old_ctx = read_c0_entryhi();
372 write_c0_entryhi(old_ctx);
/arch/powerpc/kernel/
H A Dsignal_64.c280 int sys_swapcontext(struct ucontext __user *old_ctx, argument
309 if (old_ctx != NULL) {
310 if (!access_ok(VERIFY_WRITE, old_ctx, ctx_size)
311 || setup_sigcontext(&old_ctx->uc_mcontext, regs, 0, NULL, 0,
313 || __copy_to_user(&old_ctx->uc_sigmask,
H A Dsignal_32.c938 long sys_swapcontext(struct ucontext __user *old_ctx, argument
986 if (old_ctx != NULL) {
990 * old_ctx might not be 16-byte aligned, in which
991 * case old_ctx->uc_mcontext won't be either.
992 * Because we have the old_ctx->uc_pad2 field
993 * before old_ctx->uc_mcontext, we need to round down
994 * from &old_ctx->uc_mcontext to a 16-byte boundary.
997 ((unsigned long) &old_ctx->uc_mcontext & ~0xfUL);
998 if (!access_ok(VERIFY_WRITE, old_ctx, ctx_size)
1000 || put_sigset_t(&old_ctx
[all...]
/arch/mips/pci/
H A Dpci-alchemy.c74 unsigned long old_ctx; local
77 old_ctx = read_c0_entryhi() & 0xff;
85 write_c0_entryhi(old_ctx);

Completed in 92 milliseconds