Home
last modified time | relevance | path

Searched refs:REG_A_BASE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dptrace.c284 case REG_A_BASE ... REG_A_BASE + 15: in ptrace_peekusr()
285 tmp = regs->areg[regno - REG_A_BASE]; in ptrace_peekusr()
347 case REG_A_BASE ... REG_A_BASE + 15: in ptrace_pokeusr()
348 regs->areg[regno - REG_A_BASE] = val; in ptrace_pokeusr()
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dptrace.c282 case REG_A_BASE ... REG_A_BASE + 15: in ptrace_peekusr()
283 tmp = regs->areg[regno - REG_A_BASE]; in ptrace_peekusr()
345 case REG_A_BASE ... REG_A_BASE + 15: in ptrace_pokeusr()
346 regs->areg[regno - REG_A_BASE] = val; in ptrace_pokeusr()
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H A Dptrace.h19 #define REG_A_BASE 0x0000 macro
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
H A Dptrace.h19 #define REG_A_BASE 0x0000 macro

Completed in 2 milliseconds