Searched refs:AT_NONCACHEABLE_SECTION_ALIGN (Results 1 – 1 of 1) sorted by relevance
253 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) SDK_PRAGMA(data_alignment = alignbytes) var … macro256 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) SDK_PRAGMA(data_alignment = alignbytes) var261 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) \265 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) __align(alignbytes) var273 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) \277 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) var __attribute__((aligned(alignbytes)))282 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) var