Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/uapi/asm/
H A Dptrace.h22 #define GPR_NUM 32 macro
23 #define GPR_END (GPR_BASE + GPR_NUM - 1)
/openbmc/linux/arch/loongarch/kernel/
H A Dptrace.c82 r = membuf_write(&to, &regs->regs, sizeof(u64) * GPR_NUM); in gpr_get()
96 int a0_start = sizeof(u64) * GPR_NUM; in gpr_set()