Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dptrace.c951 static int getreg32(struct task_struct *child, unsigned regno, u32 *val) in getreg32() function
1010 getreg32(target, reg * 4, &val); in genregs32_get()
1055 ret = getreg32(child, addr, &val); in ia32_arch_ptrace()