Release 4.14 arch/sh/include/asm/ptrace_64.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 45.95% | 1 | 25.00% |
Paul Mundt | 16 | 43.24% | 1 | 25.00% |
David Howells | 3 | 8.11% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 2.70% | 1 | 25.00% |
Total | 37 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.