~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/nios2/include/uapi/asm/ptrace.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/nios2/include/uapi/asm/ptrace.h (Version linux-6.11-rc3) and /arch/i386/include/uapi/asm/ptrace.h (Version linux-5.9.16)


  1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux      1 
  2 /*                                                
  3  * Copyright (C) 2010 Tobias Klauser <tklauser    
  4  * Copyright (C) 2004 Microtronix Datacom Ltd     
  5  *                                                
  6  * based on m68k asm/processor.h                  
  7  *                                                
  8  * This file is subject to the terms and condi    
  9  * License.  See the file "COPYING" in the mai    
 10  * for more details.                              
 11  */                                               
 12                                                   
 13 #ifndef _UAPI_ASM_NIOS2_PTRACE_H                  
 14 #define _UAPI_ASM_NIOS2_PTRACE_H                  
 15                                                   
 16 #ifndef __ASSEMBLY__                              
 17                                                   
 18 #include <linux/types.h>                          
 19                                                   
 20 /*                                                
 21  * Register numbers used by 'ptrace' system ca    
 22  */                                               
 23                                                   
 24 /* GP registers */                                
 25 #define PTR_R0          0                         
 26 #define PTR_R1          1                         
 27 #define PTR_R2          2                         
 28 #define PTR_R3          3                         
 29 #define PTR_R4          4                         
 30 #define PTR_R5          5                         
 31 #define PTR_R6          6                         
 32 #define PTR_R7          7                         
 33 #define PTR_R8          8                         
 34 #define PTR_R9          9                         
 35 #define PTR_R10         10                        
 36 #define PTR_R11         11                        
 37 #define PTR_R12         12                        
 38 #define PTR_R13         13                        
 39 #define PTR_R14         14                        
 40 #define PTR_R15         15                        
 41 #define PTR_R16         16                        
 42 #define PTR_R17         17                        
 43 #define PTR_R18         18                        
 44 #define PTR_R19         19                        
 45 #define PTR_R20         20                        
 46 #define PTR_R21         21                        
 47 #define PTR_R22         22                        
 48 #define PTR_R23         23                        
 49 #define PTR_R24         24                        
 50 #define PTR_R25         25                        
 51 #define PTR_GP          26                        
 52 #define PTR_SP          27                        
 53 #define PTR_FP          28                        
 54 #define PTR_EA          29                        
 55 #define PTR_BA          30                        
 56 #define PTR_RA          31                        
 57 /* Control registers */                           
 58 #define PTR_PC          32                        
 59 #define PTR_STATUS      33                        
 60 #define PTR_ESTATUS     34                        
 61 #define PTR_BSTATUS     35                        
 62 #define PTR_IENABLE     36                        
 63 #define PTR_IPENDING    37                        
 64 #define PTR_CPUID       38                        
 65 #define PTR_CTL6        39                        
 66 #define PTR_EXCEPTION   40                        
 67 #define PTR_PTEADDR     41                        
 68 #define PTR_TLBACC      42                        
 69 #define PTR_TLBMISC     43                        
 70 #define PTR_ECCINJ      44                        
 71 #define PTR_BADADDR     45                        
 72 #define PTR_CONFIG      46                        
 73 #define PTR_MPUBASE     47                        
 74 #define PTR_MPUACC      48                        
 75                                                   
 76 #define NUM_PTRACE_REG (PTR_MPUACC + 1)           
 77                                                   
 78 /* User structures for general purpose registe    
 79 struct user_pt_regs {                             
 80         __u32           regs[49];                 
 81 };                                                
 82                                                   
 83 #endif /* __ASSEMBLY__ */                         
 84 #endif /* _UAPI_ASM_NIOS2_PTRACE_H */             
 85                                                   

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php