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

/linux-4.1.27/arch/um/include/asm/
H A Dptrace-generic.h36 extern int putreg(struct task_struct *child, int regno, unsigned long value);
/linux-4.1.27/arch/x86/um/
H A Dptrace_32.c72 int putreg(struct task_struct *child, int regno, unsigned long value) putreg() function
114 panic("Bad register in putreg() : %d\n", regno); putreg()
126 return putreg(child, addr, data); poke_user()
H A Dptrace_64.c52 int putreg(struct task_struct *child, int regno, unsigned long value) putreg() function
106 panic("Bad register in putreg(): %d\n", regno); putreg()
119 return putreg(child, addr, data); poke_user()
/linux-4.1.27/arch/um/kernel/
H A Dptrace.c89 putreg(child, i, tmp); arch_ptrace()
/linux-4.1.27/arch/x86/kernel/
H A Dptrace.c413 static int putreg(struct task_struct *child, putreg() function
539 ret = putreg(target, pos, *k++); genregs_set()
550 ret = putreg(target, pos, word); genregs_set()
848 ret = putreg(child, addr, data); arch_ptrace()
1169 ret = putreg(child, addr, data); x32_arch_ptrace()

Completed in 109 milliseconds