Searched refs:DMM_MEMORY_SECTION (Results 1 – 4 of 4) sorted by relevance
163 static uint8_t user_data[16] DMM_MEMORY_SECTION(DUT_CACHE); in ZTEST_USER_F()179 static uint8_t user_data[16] DMM_MEMORY_SECTION(DUT_CACHE); in ZTEST_USER_F()195 static uint8_t user_data[16] DMM_MEMORY_SECTION(DUT_NOCACHE); in ZTEST_USER_F()211 static uint8_t user_data[16] DMM_MEMORY_SECTION(DUT_NOCACHE); in ZTEST_USER_F()
68 #define DMM_MEMORY_SECTION(node_id) \ macro
86 static uint32_t frame_buf0[CORESIGHT_TRACE_FRAME_SIZE32] DMM_MEMORY_SECTION(UART_NODE);87 static uint32_t frame_buf1[CORESIGHT_TRACE_FRAME_SIZE32] DMM_MEMORY_SECTION(UART_NODE);143 static uint8_t rx_buf[RX_BUF_SIZE] DMM_MEMORY_SECTION(UART_NODE);
2436 DMM_MEMORY_SECTION(UARTE(idx)); \2438 DMM_MEMORY_SECTION(UARTE(idx)); \2440 static uint8_t uarte##idx##_poll_out_byte DMM_MEMORY_SECTION(UARTE(idx));\2441 static uint8_t uarte##idx##_poll_in_byte DMM_MEMORY_SECTION(UARTE(idx)); \2512 DMM_MEMORY_SECTION(UARTE(idx)); \