Release 4.14 arch/sh/include/asm/ptrace_32.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_PTRACE_32_H
#define __ASM_SH_PTRACE_32_H
#include <uapi/asm/ptrace_32.h>
#define MAX_REG_OFFSET offsetof(struct pt_regs, tra)
static inline long regs_return_value(struct pt_regs *regs)
{
return regs->regs[0];
}
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_32_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.