Go to the documentation of this file.
10 #ifndef __ASMARM_TCM_H
11 #define __ASMARM_TCM_H
13 #ifndef CONFIG_HAVE_TCM
14 #error "You should not be including tcm.h unless you have a TCM!"
17 #include <linux/compiler.h>
20 #define __tcmdata __section(.tcm.data)
22 #define __tcmconst __section(.tcm.rodata)
24 #define __tcmfunc __attribute__((long_call)) __section(.tcm.text) noinline
26 #define __tcmlocalfunc __section(.tcm.text)