Searched refs:getreg32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ptrace.c | 941 static int getreg32(struct task_struct *child, unsigned regno, u32 *val) in getreg32() function 1000 getreg32(target, reg * 4, &val); in genregs32_get() 1045 ret = getreg32(child, addr, &val); in ia32_arch_ptrace()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ptrace.c | 971 static int getreg32(struct task_struct *child, unsigned regno, u32 *val) in getreg32() function 1030 getreg32(target, reg * 4, &val); in genregs32_get() 1075 ret = getreg32(child, addr, &val); in ia32_arch_ptrace()
|
Completed in 4 milliseconds