Searched refs:pregs (Results 1 – 3 of 3) sorted by relevance
26 user_regs_struct * volatile pregs = ®s; in main() local28 ++pregs; in main()30 res = ptrace(PTRACE_GETREGS, pid, NULL, pregs); in main()
645 char *pregs = (char *) regs; in getregs() local650 *(long *)(pregs+offset) = ptrace(PTRACE_PEEKUSER, pid, offset, NULL); in getregs()715 char *pregs = (char *) regs; in setregs() local727 res = ptrace(PTRACE_POKEUSER, pid, offset, *(long*)(pregs+offset)); in setregs()
66 ; FIXME: Unfail the zzz test if we can correctly mark pregs with the kill flag.