cregit-Linux how code gets into the kernel

Release 4.8 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

PersonTokensPropCommitsCommitProp
eric pariseric paris1785.00%150.00%
paul mundtpaul mundt315.00%150.00%
Total20100.00%2100.00%

#endif /* __ASM_SH_PTRACE_64_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
eric pariseric paris1747.22%133.33%
paul mundtpaul mundt1644.44%133.33%
david howellsdavid howells38.33%133.33%
Total36100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.