xref: /kernel/linux/linux-5.10/arch/nds32/include/uapi/asm/ptrace.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/nds32/include/uapi/asm/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci// Copyright (C) 2005-2017 Andes Technology Corporation
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __UAPI_ASM_NDS32_PTRACE_H
58c2ecf20Sopenharmony_ci#define __UAPI_ASM_NDS32_PTRACE_H
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef __ASSEMBLY__
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/*
108c2ecf20Sopenharmony_ci * User structures for general purpose register.
118c2ecf20Sopenharmony_ci */
128c2ecf20Sopenharmony_cistruct user_pt_regs {
138c2ecf20Sopenharmony_ci	long uregs[26];
148c2ecf20Sopenharmony_ci	long fp;
158c2ecf20Sopenharmony_ci	long gp;
168c2ecf20Sopenharmony_ci	long lp;
178c2ecf20Sopenharmony_ci	long sp;
188c2ecf20Sopenharmony_ci	long ipc;
198c2ecf20Sopenharmony_ci	long lb;
208c2ecf20Sopenharmony_ci	long le;
218c2ecf20Sopenharmony_ci	long lc;
228c2ecf20Sopenharmony_ci	long syscallno;
238c2ecf20Sopenharmony_ci};
248c2ecf20Sopenharmony_ci#endif
258c2ecf20Sopenharmony_ci#endif
26

Indexes created Thu Nov 07 10:32:03 CST 2024