cregit-Linux how code gets into the kernel

Release 4.7 arch/sh/include/asm/ptrace_32.h

#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

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

#endif /* __ASM_SH_PTRACE_32_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.
{% endraw %}