Searched refs:old_ctx (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dtlb-r3k.c45 unsigned long old_ctx; local
53 old_ctx = read_c0_entryhi() & ASID_MASK;
62 write_c0_entryhi(old_ctx);
231 unsigned long old_ctx; local
245 old_ctx = read_c0_entryhi() & ASID_MASK;
260 write_c0_entryhi(old_ctx);
272 old_ctx = read_c0_entryhi() & ASID_MASK;
278 write_c0_entryhi(old_ctx);
H A Dtlb-r4k.c54 unsigned long old_ctx; local
59 old_ctx = read_c0_entryhi();
75 write_c0_entryhi(old_ctx);
306 unsigned long old_ctx; local
310 old_ctx = read_c0_entryhi();
324 write_c0_entryhi(old_ctx);
346 unsigned long old_ctx; local
350 old_ctx = read_c0_entryhi();
369 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.c132 unsigned long old_ctx; local
150 old_ctx = read_c0_entryhi();
174 write_c0_entryhi(old_ctx);
186 unsigned long flags, old_ctx; local
189 old_ctx = read_c0_entryhi();
199 write_c0_entryhi(old_ctx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dxfrm.c305 struct xfrm_sec_ctx *old_ctx, *new_ctx; local
307 old_ctx = old->security;
309 if (old_ctx) {
311 old_ctx->ctx_len,
317 memcpy(new_ctx, old_ctx, sizeof(*new_ctx));
318 memcpy(new_ctx->ctx_str, old_ctx->ctx_str, new_ctx->ctx_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dops-au1000.c57 unsigned long old_ctx; local
60 old_ctx = read_c0_entryhi() & 0xff;
68 write_c0_entryhi(old_ctx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dattrib.c94 ntfs_attr_search_ctx old_ctx = { NULL, }; local
142 old_ctx = *ctx;
151 if (old_ctx.base_ntfs_ino && old_ctx.ntfs_ino !=
152 old_ctx.base_ntfs_ino) {
153 put_this_page = old_ctx.ntfs_ino->page;
213 if (ctx->ntfs_ino != old_ctx.ntfs_ino) {
228 if (old_ctx.base_ntfs_ino &&
229 old_ctx.ntfs_ino !=
230 old_ctx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsignal_64.c271 int sys_swapcontext(struct ucontext __user *old_ctx, argument
284 if (old_ctx != NULL) {
285 if (!access_ok(VERIFY_WRITE, old_ctx, sizeof(*old_ctx))
286 || setup_sigcontext(&old_ctx->uc_mcontext, regs, 0, NULL, 0)
287 || __copy_to_user(&old_ctx->uc_sigmask,
H A Dsignal_32.c823 long sys_swapcontext(struct ucontext __user *old_ctx, argument
835 if (old_ctx != NULL) {
839 * old_ctx might not be 16-byte aligned, in which
840 * case old_ctx->uc_mcontext won't be either.
841 * Because we have the old_ctx->uc_pad2 field
842 * before old_ctx->uc_mcontext, we need to round down
843 * from &old_ctx->uc_mcontext to a 16-byte boundary.
846 ((unsigned long) &old_ctx->uc_mcontext & ~0xfUL);
847 if (!access_ok(VERIFY_WRITE, old_ctx, sizeof(*old_ctx))
[all...]

Completed in 81 milliseconds