Home
last modified time | relevance | path

Searched refs:r00 (Results 1 – 9 of 9) sorted by relevance

/arch/hexagon/kernel/
Dsignal.c54 err |= copy_to_user(&sc->sc_regs.r0, &regs->r00, in setup_sigcontext()
84 err |= copy_from_user(&regs->r00, &sc->sc_regs.r0, in restore_sigcontext()
161 switch (regs->r00) { in handle_signal()
164 regs->r00 = -EINTR; in handle_signal()
168 regs->r00 = -EINTR; in handle_signal()
175 regs->r00 = regs->restart_r0; in handle_signal()
212 switch (regs->r00) { in do_signal()
225 regs->r00 = regs->restart_r0; in do_signal()
265 return regs->r00; in sys_rt_sigreturn()
Dtraps.c395 regs->restart_r0 = regs->r00; in do_trap0()
398 regs->r00 = -1; in do_trap0()
402 regs->r00 = syscall(regs->r00, regs->r01, in do_trap0()
Dptrace.c71 &regs->r00, 0, 32*sizeof(unsigned long)); in genregs_get()
120 &regs->r00, 0, 32*sizeof(unsigned long)); in genregs_set()
Dkgdb.c33 { " r0", GDB_SIZEOF_REG, offsetof(struct pt_regs, r00)},
165 gdb_regs[0] = thread_regs->r00; in sleeping_thread_to_gdb_regs()
Dvm_events.c50 printk(KERN_EMERG "r0: \t0x%08lx %08lx %08lx %08lx\n", regs->r00, in show_regs()
Dprocess.c104 childregs->r00 = 0; in copy_thread()
/arch/hexagon/include/asm/
Dsyscall.h44 memcpy(args, &(&regs->r00)[i], n * sizeof(args[0])); in syscall_get_arguments()
Delf.h119 DEST.r0 = REGS->r00; \
/arch/hexagon/include/uapi/asm/
Dregisters.h79 unsigned long r00; member