cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Eric Paris1785.00%150.00%
Paul Mundt315.00%150.00%
Total20100.00%2100.00%

#endif /* __ASM_SH_PTRACE_64_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Eric Paris1745.95%125.00%
Paul Mundt1643.24%125.00%
David Howells38.11%125.00%
Greg Kroah-Hartman12.70%125.00%
Total37100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.