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

TOMOYO Linux Cross Reference
Linux/arch/x86/include/asm/user32.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ 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.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/x86/include/asm/user32.h (Architecture sparc) and /arch/m68k/include/asm-m68k/user32.h (Architecture m68k)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 
  2 #ifndef _ASM_X86_USER32_H                         
  3 #define _ASM_X86_USER32_H                         
  4                                                   
  5 /* IA32 compatible user structures for ptrace.    
  6  * These should be used for 32bit coredumps to    
  7                                                   
  8 struct user_i387_ia32_struct {                    
  9         u32     cwd;                              
 10         u32     swd;                              
 11         u32     twd;                              
 12         u32     fip;                              
 13         u32     fcs;                              
 14         u32     foo;                              
 15         u32     fos;                              
 16         u32     st_space[20];   /* 8*10 bytes     
 17 };                                                
 18                                                   
 19 /* FSAVE frame with extensions */                 
 20 struct user32_fxsr_struct {                       
 21         unsigned short  cwd;                      
 22         unsigned short  swd;                      
 23         unsigned short  twd;    /* not compati    
 24         unsigned short  fop;                      
 25         int     fip;                              
 26         int     fcs;                              
 27         int     foo;                              
 28         int     fos;                              
 29         int     mxcsr;                            
 30         int     reserved;                         
 31         int     st_space[32];   /* 8*16 bytes     
 32         int     xmm_space[32];  /* 8*16 bytes     
 33         int     padding[56];                      
 34 };                                                
 35                                                   
 36 struct user_regs_struct32 {                       
 37         __u32 ebx, ecx, edx, esi, edi, ebp, ea    
 38         unsigned short ds, __ds, es, __es;        
 39         unsigned short fs, __fs, gs, __gs;        
 40         __u32 orig_eax, eip;                      
 41         unsigned short cs, __cs;                  
 42         __u32 eflags, esp;                        
 43         unsigned short ss, __ss;                  
 44 };                                                
 45                                                   
 46 struct user32 {                                   
 47   struct user_regs_struct32 regs; /* Where the    
 48   int u_fpvalid;                /* True if mat    
 49                                 /* for this me    
 50   struct user_i387_ia32_struct i387;    /* Mat    
 51 /* The rest of this junk is to help gdb figure    
 52   __u32 u_tsize;        /* Text segment size (    
 53   __u32 u_dsize;        /* Data segment size (    
 54   __u32 u_ssize;        /* Stack segment size     
 55   __u32 start_code;     /* Starting virtual ad    
 56   __u32 start_stack;    /* Starting virtual ad    
 57                                    This is act    
 58                                    the top of     
 59                                    esp registe    
 60   __u32 signal;                 /* Signal that    
 61   int reserved;                 /* No __u32er     
 62   __u32 u_ar0;  /* Used by gdb to help find th    
 63                                 /* the registe    
 64   __u32 u_fpstate;      /* Math Co-processor p    
 65   __u32 magic;          /* To uniquely identif    
 66   char u_comm[32];              /* User comman    
 67   int u_debugreg[8];                              
 68 };                                                
 69                                                   
 70                                                   
 71 #endif /* _ASM_X86_USER32_H */                    
 72                                                   

~ [ 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