Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dgdb_xml.h28 "<reg name=\""DBG_REG_SP"\" bitsize=\"64\" type=\"data_ptr\"/>"
80 "<reg name=\""DBG_REG_SP"\" bitsize=\"32\" type=\"data_ptr\"/>"
H A Dkgdb.h36 #define DBG_REG_SP "sp" macro
/openbmc/linux/arch/riscv/kernel/
H A Dkgdb.c171 {DBG_REG_SP, GDB_SIZEOF_REG, offsetof(struct pt_regs, sp)},