Home
last modified time | relevance | path

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

/arch/xtensa/kernel/
Dptrace.c165 case REG_AR_BASE ... REG_AR_BASE + XCHAL_NUM_AREGS - 1: in ptrace_peekusr()
166 tmp = regs->areg[regno - REG_AR_BASE]; in ptrace_peekusr()
226 case REG_AR_BASE ... REG_AR_BASE + XCHAL_NUM_AREGS - 1: in ptrace_pokeusr()
227 regs->areg[regno - REG_AR_BASE] = val; in ptrace_pokeusr()
/arch/xtensa/include/asm/
Dptrace.h57 #define REG_AR_BASE 0x0100 macro