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

TOMOYO Linux Cross Reference
Linux/arch/xtensa/variants/fsf/include/variant/tie.h

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ 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 ] ~

  1 /*
  2  * This header file describes this specific Xtensa processor's TIE extensions
  3  * that extend basic Xtensa core functionality.  It is customized to this
  4  * Xtensa processor configuration.
  5  *
  6  * This file is subject to the terms and conditions of the GNU General Public
  7  * License.  See the file "COPYING" in the main directory of this archive
  8  * for more details.
  9  *
 10  * Copyright (C) 1999-2007 Tensilica Inc.
 11  */
 12 
 13 #ifndef _XTENSA_CORE_TIE_H
 14 #define _XTENSA_CORE_TIE_H
 15 
 16 #define XCHAL_CP_NUM                    0       /* number of coprocessors */
 17 #define XCHAL_CP_MAX                    0       /* max CP ID + 1 (0 if none) */
 18 #define XCHAL_CP_MASK                   0x00    /* bitmask of all CPs by ID */
 19 #define XCHAL_CP_PORT_MASK              0x00    /* bitmask of only port CPs */
 20 
 21 /*  Filler info for unassigned coprocessors, to simplify arrays etc:  */
 22 #define XCHAL_NCP_SA_SIZE               0
 23 #define XCHAL_NCP_SA_ALIGN              1
 24 #define XCHAL_CP0_SA_SIZE               0
 25 #define XCHAL_CP0_SA_ALIGN              1
 26 #define XCHAL_CP1_SA_SIZE               0
 27 #define XCHAL_CP1_SA_ALIGN              1
 28 #define XCHAL_CP2_SA_SIZE               0
 29 #define XCHAL_CP2_SA_ALIGN              1
 30 #define XCHAL_CP3_SA_SIZE               0
 31 #define XCHAL_CP3_SA_ALIGN              1
 32 #define XCHAL_CP4_SA_SIZE               0
 33 #define XCHAL_CP4_SA_ALIGN              1
 34 #define XCHAL_CP5_SA_SIZE               0
 35 #define XCHAL_CP5_SA_ALIGN              1
 36 #define XCHAL_CP6_SA_SIZE               0
 37 #define XCHAL_CP6_SA_ALIGN              1
 38 #define XCHAL_CP7_SA_SIZE               0
 39 #define XCHAL_CP7_SA_ALIGN              1
 40 
 41 /*  Save area for non-coprocessor optional and custom (TIE) state:  */
 42 #define XCHAL_NCP_SA_SIZE               0
 43 #define XCHAL_NCP_SA_ALIGN              1
 44 
 45 /*  Total save area for optional and custom state (NCP + CPn):  */
 46 #define XCHAL_TOTAL_SA_SIZE             0       /* with 16-byte align padding */
 47 #define XCHAL_TOTAL_SA_ALIGN            1       /* actual minimum alignment */
 48 
 49 #define XCHAL_NCP_SA_NUM        0
 50 #define XCHAL_NCP_SA_LIST(s)
 51 #define XCHAL_CP0_SA_NUM        0
 52 #define XCHAL_CP0_SA_LIST(s)
 53 #define XCHAL_CP1_SA_NUM        0
 54 #define XCHAL_CP1_SA_LIST(s)
 55 #define XCHAL_CP2_SA_NUM        0
 56 #define XCHAL_CP2_SA_LIST(s)
 57 #define XCHAL_CP3_SA_NUM        0
 58 #define XCHAL_CP3_SA_LIST(s)
 59 #define XCHAL_CP4_SA_NUM        0
 60 #define XCHAL_CP4_SA_LIST(s)
 61 #define XCHAL_CP5_SA_NUM        0
 62 #define XCHAL_CP5_SA_LIST(s)
 63 #define XCHAL_CP6_SA_NUM        0
 64 #define XCHAL_CP6_SA_LIST(s)
 65 #define XCHAL_CP7_SA_NUM        0
 66 #define XCHAL_CP7_SA_LIST(s)
 67 
 68 /* Byte length of instruction from its first nibble (op0 field), per FLIX.  */
 69 #define XCHAL_OP0_FORMAT_LENGTHS        3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3
 70 
 71 #endif /*_XTENSA_CORE_TIE_H*/
 72 
 73 

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