Searched defs:__NOCACHE (Results 1 – 3 of 3) sorted by relevance
65 #define __NOCACHE __attribute__((__section__(".nocache"))) macro67 #define __NOCACHE __attribute__((__section__(CONFIG_DT_DEFINED_NOCACHE_NAME))) macro69 #define __NOCACHE macro
24 #define __NOCACHE __attribute__((__section__(".nocache"))) macro26 #define __NOCACHE macro
11 #define __NOCACHE __attribute__ ((__section__(CONFIG_DT_DEFINED_NOCACHE_NAME))) macro14 #define __NOCACHE __nocache macro115 static struct test_data tdata __used __NOCACHE; variable