Searched refs:restart_r0 (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/hexagon/include/uapi/asm/
H A Dregisters.h27 long restart_r0; /* R0 checkpoint for syscall restart */ member in struct:pt_regs
/linux-master/arch/hexagon/kernel/
H A Dvm_events.c26 printk(KERN_EMERG "restart_r0: \t0x%08lx syscall_nr: %ld\n",
27 regs->restart_r0, regs->syscall_nr);
H A Dsignal.c161 regs->r00 = regs->restart_r0;
211 regs->r00 = regs->restart_r0;
H A Dkgdb.c69 { "restart_r0", GDB_SIZEOF_REG, offsetof(struct pt_regs, restart_r0)},
H A Dtraps.c370 regs->restart_r0 = regs->r00;

Completed in 121 milliseconds