Home
last modified time | relevance | path

Searched refs:ucp (Results 1 – 5 of 5) sorted by relevance

/arch/m32r/kernel/
Dalign.c460 unsigned char **ucp) in insn_check() argument
470 *ucp += (short)(insn & 0x0000ffff); in insn_check()
488 unsigned char *ucp; in emu_ld() local
495 ucp = (unsigned char *)get_reg(regs, src); in emu_ld()
497 if (insn_check(insn32, regs, &ucp)) in emu_ld()
501 if (copy_from_user(&val, ucp, size)) in emu_ld()
515 set_reg(regs, src, (unsigned long)(ucp + 4)); in emu_ld()
522 unsigned char *ucp; in emu_st() local
530 ucp = (unsigned char *)get_reg(regs, src2); in emu_st()
532 if (insn_check(insn32, regs, &ucp)) in emu_st()
[all …]
/arch/sparc/kernel/
Dsignal_64.c46 struct ucontext __user *ucp = (struct ucontext __user *) in sparc64_set_context() local
57 (((unsigned long)ucp) & (sizeof(unsigned long)-1)) || in sparc64_set_context()
58 (!__access_ok(ucp, sizeof(*ucp)))) in sparc64_set_context()
60 grp = &ucp->uc_mcontext.mc_gregs; in sparc64_set_context()
69 if (__get_user(set.sig[0], &ucp->uc_sigmask.sig[0])) in sparc64_set_context()
72 if (__copy_from_user(&set, &ucp->uc_sigmask, sizeof(sigset_t))) in sparc64_set_context()
105 err |= __get_user(fp, &(ucp->uc_mcontext.mc_fp)); in sparc64_set_context()
106 err |= __get_user(i7, &(ucp->uc_mcontext.mc_i7)); in sparc64_set_context()
112 err |= __get_user(fenab, &(ucp->uc_mcontext.mc_fpregs.mcfpu_enab)); in sparc64_set_context()
118 err |= __get_user(fprs, &(ucp->uc_mcontext.mc_fpregs.mcfpu_fprs)); in sparc64_set_context()
[all …]
/arch/m68k/mvme16x/
Dconfig.c327 volatile unsigned char uc, *ucp; in mvme16x_abort_int() local
332 ucp = (volatile unsigned char *)0xfff42043; in mvme16x_abort_int()
333 uc = *ucp | 8; in mvme16x_abort_int()
334 *ucp = uc; in mvme16x_abort_int()
/arch/sh/boards/mach-highlander/
Dsetup.c403 unsigned char *ucp = highlander_plat_irq_setup(); in highlander_init_irq() local
405 if (ucp) { in highlander_init_irq()
407 memcpy(irl2irq, ucp, HL_NR_IRL); in highlander_init_irq()
/arch/powerpc/kernel/
Dsignal_32.c1081 static int do_setcontext(struct ucontext __user *ucp, struct pt_regs *regs, int sig) in do_setcontext() argument
1086 if (get_sigset_t(&set, &ucp->uc_sigmask)) in do_setcontext()
1092 if (__get_user(cmcp, &ucp->uc_regs)) in do_setcontext()
1098 if (__get_user(mcp, &ucp->uc_regs)) in do_setcontext()
1111 static int do_setcontext_tm(struct ucontext __user *ucp, in do_setcontext_tm() argument
1121 if (get_sigset_t(&set, &ucp->uc_sigmask)) in do_setcontext_tm()
1124 if (__get_user(cmcp, &ucp->uc_regs) || in do_setcontext_tm()