Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dcompat_signal.c111 cregs_to_regs(&cregs, regs); in compat_restore_sigcontext()
H A Dptrace.c331 cregs_to_regs(&cregs, task_pt_regs(target)); in compat_riscv_gpr_set()
/openbmc/linux/arch/riscv/include/asm/
H A Dcompat.h92 static inline void cregs_to_regs(struct compat_user_regs_struct *cregs, in cregs_to_regs() function