Home
last modified time | relevance | path

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

/linux-4.4.14/arch/xtensa/kernel/
Dptrace.c187 case REG_AR_BASE ... REG_AR_BASE + XCHAL_NUM_AREGS - 1: in ptrace_peekusr()
188 tmp = regs->areg[regno - REG_AR_BASE]; in ptrace_peekusr()
248 case REG_AR_BASE ... REG_AR_BASE + XCHAL_NUM_AREGS - 1: in ptrace_pokeusr()
249 regs->areg[regno - REG_AR_BASE] = val; in ptrace_pokeusr()
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dptrace.h57 #define REG_AR_BASE 0x0100 macro