Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Dunwind_riscv64_define.h36 REG_RISCV64_X0 = 0, enumerator
72 REG_LR = REG_RISCV64_X0,
75 REG_EH = REG_RISCV64_X0,
80 REG_RISCV64_X0,
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_regs_riscv64.cpp37 regsData_[REG_RISCV64_X0] = static_cast<uintptr_t>(context.uc_mcontext.__gregs[REG_RISCV64_X0]); in SetFromUcontext()
111 regs[REG_RISCV64_X0], regs[REG_RISCV64_X1], regs[REG_RISCV64_X2], regs[REG_RISCV64_X3]); in PrintRegs()