Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dptrace.h19 #define REG_A_BASE 0x0000 macro
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dptrace.h53 #define REG_A_BASE 0xfc000000 macro