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

TOMOYO Linux Cross Reference
Linux/arch/hexagon/kernel/asm-offsets.c

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/hexagon/kernel/asm-offsets.c (Version linux-6.12-rc7) and /arch/sparc64/kernel/asm-offsets.c (Version linux-5.11.22)


  1 // SPDX-License-Identifier: GPL-2.0-only            1 
  2 /*                                                
  3  * Copyright (C) 1996 David S. Miller             
  4  * Copyright (C) 1997, 1998, 1999, 2000, 2001,    
  5  * Copyright (C) 1999, 2000 Silicon Graphics,     
  6  * Kevin Kissell, kevink@mips.com and Carsten     
  7  * Copyright (C) 2000 MIPS Technologies, Inc.     
  8  *                                                
  9  * Copyright (c) 2010-2012, The Linux Foundati    
 10  */                                               
 11                                                   
 12 #include <linux/compat.h>                         
 13 #include <linux/types.h>                          
 14 #include <linux/sched.h>                          
 15 #include <linux/interrupt.h>                      
 16 #include <linux/kbuild.h>                         
 17 #include <asm/ptrace.h>                           
 18 #include <asm/processor.h>                        
 19                                                   
 20 /*  This file is used to produce asm/linkerscr    
 21     files typically used in c.  Specifically,     
 22                                                   
 23 int main(void)                                    
 24 {                                                 
 25         COMMENT("This is a comment.");            
 26         /*  might get these from somewhere els    
 27         DEFINE(_PAGE_SIZE, PAGE_SIZE);            
 28         DEFINE(_PAGE_SHIFT, PAGE_SHIFT);          
 29         BLANK();                                  
 30                                                   
 31         COMMENT("Hexagon pt_regs definitions")    
 32         OFFSET(_PT_SYSCALL_NR, pt_regs, syscal    
 33         OFFSET(_PT_GPUGP, pt_regs, gpugp);        
 34         OFFSET(_PT_CS1CS0, pt_regs, cs1cs0);      
 35         OFFSET(_PT_R3130, pt_regs, r3130);        
 36         OFFSET(_PT_R2928, pt_regs, r2928);        
 37         OFFSET(_PT_R2726, pt_regs, r2726);        
 38         OFFSET(_PT_R2524, pt_regs, r2524);        
 39         OFFSET(_PT_R2322, pt_regs, r2322);        
 40         OFFSET(_PT_R2120, pt_regs, r2120);        
 41         OFFSET(_PT_R1918, pt_regs, r1918);        
 42         OFFSET(_PT_R1716, pt_regs, r1716);        
 43         OFFSET(_PT_R1514, pt_regs, r1514);        
 44         OFFSET(_PT_R1312, pt_regs, r1312);        
 45         OFFSET(_PT_R1110, pt_regs, r1110);        
 46         OFFSET(_PT_R0908, pt_regs, r0908);        
 47         OFFSET(_PT_R0706, pt_regs, r0706);        
 48         OFFSET(_PT_R0504, pt_regs, r0504);        
 49         OFFSET(_PT_R0302, pt_regs, r0302);        
 50         OFFSET(_PT_R0100, pt_regs, r0100);        
 51         OFFSET(_PT_LC0SA0, pt_regs, lc0sa0);      
 52         OFFSET(_PT_LC1SA1, pt_regs, lc1sa1);      
 53         OFFSET(_PT_M1M0, pt_regs, m1m0);          
 54         OFFSET(_PT_PREDSUSR, pt_regs, predsusr    
 55         OFFSET(_PT_EVREC, pt_regs, hvmer);        
 56         OFFSET(_PT_ER_VMEL, pt_regs, hvmer.vme    
 57         OFFSET(_PT_ER_VMEST, pt_regs, hvmer.vm    
 58         OFFSET(_PT_ER_VMPSP, pt_regs, hvmer.vm    
 59         OFFSET(_PT_ER_VMBADVA, pt_regs, hvmer.    
 60         DEFINE(_PT_REGS_SIZE, sizeof(struct pt    
 61         BLANK();                                  
 62                                                   
 63         COMMENT("Hexagon thread_info definitio    
 64         OFFSET(_THREAD_INFO_FLAGS, thread_info    
 65         OFFSET(_THREAD_INFO_PT_REGS, thread_in    
 66         OFFSET(_THREAD_INFO_SP, thread_info, s    
 67         DEFINE(_THREAD_SIZE, THREAD_SIZE);        
 68         BLANK();                                  
 69                                                   
 70         COMMENT("Hexagon hexagon_switch_stack     
 71         OFFSET(_SWITCH_R1716, hexagon_switch_s    
 72         OFFSET(_SWITCH_R1918, hexagon_switch_s    
 73         OFFSET(_SWITCH_R2120, hexagon_switch_s    
 74         OFFSET(_SWITCH_R2322, hexagon_switch_s    
 75                                                   
 76         OFFSET(_SWITCH_R2524, hexagon_switch_s    
 77         OFFSET(_SWITCH_R2726, hexagon_switch_s    
 78         OFFSET(_SWITCH_FP, hexagon_switch_stac    
 79         OFFSET(_SWITCH_LR, hexagon_switch_stac    
 80         DEFINE(_SWITCH_STACK_SIZE, sizeof(stru    
 81         BLANK();                                  
 82                                                   
 83         COMMENT("Hexagon task_struct definitio    
 84         OFFSET(_TASK_THREAD_INFO, task_struct,    
 85         OFFSET(_TASK_STRUCT_THREAD, task_struc    
 86                                                   
 87         COMMENT("Hexagon thread_struct definit    
 88         OFFSET(_THREAD_STRUCT_SWITCH_SP, threa    
 89                                                   
 90         return 0;                                 
 91 }                                                 
 92                                                   

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