cregit-Linux how code gets into the kernel

Release 4.14 arch/cris/include/asm/ptrace.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _CRIS_PTRACE_H

#define _CRIS_PTRACE_H

#include <uapi/asm/ptrace.h>


/* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */

#define PTRACE_GETREGS            12

#define PTRACE_SETREGS            13


#define profile_pc(regs) instruction_pointer(regs)

#define current_user_stack_pointer() rdusp()

#endif /* _CRIS_PTRACE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds1647.06%225.00%
Mikael Starvik926.47%225.00%
Al Viro514.71%112.50%
Andrew Morton25.88%112.50%
Greg Kroah-Hartman12.94%112.50%
David Howells12.94%112.50%
Total34100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.