Home
last modified time | relevance | path

Searched refs:compat_user_regs_struct (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/kernel/
H A Dcompat_ptrace.h20 struct compat_user_regs_struct struct
40 struct compat_user_regs_struct regs; argument
/linux/arch/riscv/kernel/
H A Dcompat_signal.c18 struct compat_user_regs_struct sc_regs;
106 struct compat_user_regs_struct cregs; in compat_restore_sigcontext()
163 struct compat_user_regs_struct cregs; in compat_setup_sigcontext()
H A Dptrace.c316 struct compat_user_regs_struct cregs; in compat_riscv_gpr_get()
321 sizeof(struct compat_user_regs_struct)); in compat_riscv_gpr_get()
330 struct compat_user_regs_struct cregs; in compat_riscv_gpr_set()
/linux/arch/riscv/include/asm/
H A Dcompat.h39 struct compat_user_regs_struct { struct
74 static inline void regs_to_cregs(struct compat_user_regs_struct *cregs, in regs_to_cregs() argument
111 static inline void cregs_to_regs(struct compat_user_regs_struct *cregs, in cregs_to_regs()