Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dkgdb.h36 #define DBG_FCC_BASE (DBG_FPR_END + 1) macro
38 #define DBG_FCC_END (DBG_FCC_BASE + DBG_FCC_NUM - 1)
/openbmc/linux/arch/loongarch/kernel/
H A Dkgdb.c136 case DBG_FCC_BASE ... DBG_FCC_END: /* Process the fcc */ in dbg_get_reg()
177 case DBG_FCC_BASE ... DBG_FCC_END: /* Process the fcc */ in dbg_set_reg()
321 cj = (rj & 0x07) + DBG_FCC_BASE; in get_step_address()