Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.4-rc2 13 lines 273 B view raw
1#ifndef __ASM_SH_PTRACE_64_H 2#define __ASM_SH_PTRACE_64_H 3 4#include <uapi/asm/ptrace_64.h> 5 6 7#define MAX_REG_OFFSET offsetof(struct pt_regs, tregs[7]) 8static inline long regs_return_value(struct pt_regs *regs) 9{ 10 return regs->regs[3]; 11} 12 13#endif /* __ASM_SH_PTRACE_64_H */