Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.1 15 lines 352 B view raw
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef _UAPI__ASM_SH_PTRACE_64_H 3#define _UAPI__ASM_SH_PTRACE_64_H 4 5struct pt_regs { 6 unsigned long long pc; 7 unsigned long long sr; 8 long long syscall_nr; 9 unsigned long long regs[63]; 10 unsigned long long tregs[8]; 11 unsigned long long pad[2]; 12}; 13 14 15#endif /* _UAPI__ASM_SH_PTRACE_64_H */