Release 4.11 arch/sh/include/asm/ptrace_64.h
#ifndef __ASM_SH_PTRACE_64_H
#define __ASM_SH_PTRACE_64_H
#include <uapi/asm/ptrace_64.h>
#define MAX_REG_OFFSET offsetof(struct pt_regs, tregs[7])
static inline long regs_return_value(struct pt_regs *regs)
{
return regs->regs[3];
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Eric Paris | 17 | 85.00% | 1 | 50.00% |
Paul Mundt | 3 | 15.00% | 1 | 50.00% |
Total | 20 | 100.00% | 2 | 100.00% |
#endif /* __ASM_SH_PTRACE_64_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Eric Paris | 17 | 47.22% | 1 | 33.33% |
Paul Mundt | 16 | 44.44% | 1 | 33.33% |
David Howells | 3 | 8.33% | 1 | 33.33% |
Total | 36 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.