Home
last modified time | relevance | path

Searched refs:AT_NONCACHEABLE_SECTION_ALIGN (Results 1 – 1 of 1) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_common.h253 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) SDK_PRAGMA(data_alignment = alignbytes) var … macro
256 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) SDK_PRAGMA(data_alignment = alignbytes) var
261 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) \
265 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) __align(alignbytes) var
273 #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