1 /* Generated by ./xlat/gen.sh from ./xlat/riscv_flush_icache_flags.in; do not edit. */ 2 #if !(defined(SYS_RISCV_FLUSH_ICACHE_LOCAL) || (defined(HAVE_DECL_SYS_RISCV_FLUSH_ICACHE_LOCAL) && HAVE_DECL_SYS_RISCV_FLUSH_ICACHE_LOCAL)) 3 # define SYS_RISCV_FLUSH_ICACHE_LOCAL 1 4 #endif 5 6 #ifdef IN_MPERS 7 8 # error static const struct xlat riscv_flush_icache_flags in mpers mode 9 10 #else 11 12 static 13 const struct xlat riscv_flush_icache_flags[] = { 14 XLAT(SYS_RISCV_FLUSH_ICACHE_LOCAL), 15 XLAT_END 16 }; 17 18 #endif /* !IN_MPERS */ 19