Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/
Dptrace.c971 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()