1 /* Generated by ./xlat/gen.sh from ./xlat/sram_alloc_flags.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat sram_alloc_flags in mpers mode 6 7 #else 8 9 static 10 const struct xlat sram_alloc_flags[] = { 11 #if defined(L1_INST_SRAM) || (defined(HAVE_DECL_L1_INST_SRAM) && HAVE_DECL_L1_INST_SRAM) 12 XLAT(L1_INST_SRAM), 13 #endif 14 #if defined(L1_DATA_A_SRAM) || (defined(HAVE_DECL_L1_DATA_A_SRAM) && HAVE_DECL_L1_DATA_A_SRAM) 15 XLAT(L1_DATA_A_SRAM), 16 #endif 17 #if defined(L1_DATA_B_SRAM) || (defined(HAVE_DECL_L1_DATA_B_SRAM) && HAVE_DECL_L1_DATA_B_SRAM) 18 XLAT(L1_DATA_B_SRAM), 19 #endif 20 #if defined(L1_DATA_SRAM) || (defined(HAVE_DECL_L1_DATA_SRAM) && HAVE_DECL_L1_DATA_SRAM) 21 XLAT(L1_DATA_SRAM), 22 #endif 23 #if defined(L2_SRAM) || (defined(HAVE_DECL_L2_SRAM) && HAVE_DECL_L2_SRAM) 24 XLAT(L2_SRAM), 25 #endif 26 XLAT_END 27 }; 28 29 #endif /* !IN_MPERS */ 30