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

TOMOYO Linux Cross Reference
Linux/arch/m68k/include/asm/contregs.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/m68k/include/asm/contregs.h (Architecture sparc64) and /arch/i386/include/asm-i386/contregs.h (Architecture i386)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 
  2 #ifndef _M68K_CONTREGS_H                          
  3 #define _M68K_CONTREGS_H                          
  4                                                   
  5 /* contregs.h:  Addresses of registers in the     
  6  *              space. These are for the mmu's    
  7  *                                                
  8  * Copyright (C) 1995 David S. Miller (davem@c    
  9  */                                               
 10                                                   
 11 /* 3=sun3                                         
 12    4=sun4 (as in sun4 sysmaint student book)      
 13    c=sun4c (according to davem) */                
 14                                                   
 15 #define AC_IDPROM     0x00000000    /* 34  ID     
 16 #define AC_PAGEMAP    0x10000000    /* 3   Pag    
 17 #define AC_SEGMAP     0x20000000    /* 3   Seg    
 18 #define AC_CONTEXT    0x30000000    /* 34c cur    
 19 #define AC_SENABLE    0x40000000    /* 34c sys    
 20 #define AC_UDVMA_ENB  0x50000000    /* 34  Not    
 21 #define AC_BUS_ERROR  0x60000000    /* 34  Not    
 22 #define AC_SYNC_ERR   0x60000000    /*  c faul    
 23 #define AC_SYNC_VA    0x60000004    /*  c faul    
 24 #define AC_ASYNC_ERR  0x60000008    /*  c asyn    
 25 #define AC_ASYNC_VA   0x6000000c    /*  c asyn    
 26 #define AC_LEDS       0x70000000    /* 34  Zer    
 27 #define AC_CACHETAGS  0x80000000    /* 34c dir    
 28 #define AC_CACHEDDATA 0x90000000    /* 3 c dir    
 29 #define AC_UDVMA_MAP  0xD0000000    /* 4  Not     
 30 #define AC_VME_VECTOR 0xE0000000    /* 4  For     
 31 #define AC_BOOT_SCC   0xF0000000    /* 34  byp    
 32                                                   
 33 /* s=Swift, h=Ross_HyperSPARC, v=TI_Viking, t=    
 34 #define AC_M_PCR      0x0000        /* shv Pro    
 35 #define AC_M_CTPR     0x0100        /* shv Con    
 36 #define AC_M_CXR      0x0200        /* shv Con    
 37 #define AC_M_SFSR     0x0300        /* shv Syn    
 38 #define AC_M_SFAR     0x0400        /* shv Syn    
 39 #define AC_M_AFSR     0x0500        /*  hv Asy    
 40 #define AC_M_AFAR     0x0600        /*  hv Asy    
 41 #define AC_M_RESET    0x0700        /*  hv Res    
 42 #define AC_M_RPR      0x1000        /*  hv Roo    
 43 #define AC_M_TSUTRCR  0x1000        /* s   TLB    
 44 #define AC_M_IAPTP    0x1100        /*  hv Ins    
 45 #define AC_M_DAPTP    0x1200        /*  hv Dat    
 46 #define AC_M_ITR      0x1300        /*  hv Ind    
 47 #define AC_M_TRCR     0x1400        /*  hv TLB    
 48 #define AC_M_SFSRX    0x1300        /* s   Syn    
 49 #define AC_M_SFARX    0x1400        /* s   Syn    
 50 #define AC_M_RPR1     0x1500        /*  h  Roo    
 51 #define AC_M_IAPTP1   0x1600        /*  h  Ins    
 52 #define AC_M_DAPTP1   0x1700        /*  h  Dat    
 53                                                   
 54 #endif /* _M68K_CONTREGS_H */                     
 55                                                   

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