/Zephyr-latest/include/zephyr/usb/ |
D | usb_device.h | 55 static __in_section(usb, descriptor_##p, 0) __used __aligned(1) 57 static __in_section(usb, descriptor_##p.1, instance) __used __aligned(1) 59 static __in_section(usb, descriptor_##p, 2) __used __aligned(1) 61 static __in_section(usb, descriptor_##p, 3) __used __aligned(1) 63 static __in_section(usb, descriptor_##p, 4) __used __aligned(1) 65 static __in_section(usb, descriptor_##p, 5) __used __aligned(1) 67 static __in_section(usb, descriptor_##p, 6) __used __aligned(1) 453 static __in_section(usb, bos_desc_area, 1) __aligned(1) __used
|
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/src/ |
D | test_buffers.c | 11 __aligned(32) char tx_data[TEST_BUF_SIZE] = "It is harder to be kind than to be wise........"; 12 __aligned(32) char rx_data[TEST_BUF_SIZE] = { 0 };
|
/Zephyr-latest/samples/drivers/crypto/src/ |
D | main.c | 46 __aligned(IO_ALIGNMENT_BYTES) = {0x2b, 0x7e, 0x15, 0x16, 0x28, 0xae, 0xd2, 0xa6, 49 static uint8_t plaintext[64] __aligned(IO_ALIGNMENT_BYTES) = { 125 __aligned(IO_ALIGNMENT_BYTES) = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, in ecb_mode() 128 __aligned(IO_ALIGNMENT_BYTES) = {0x69, 0xC4, 0xE0, 0xD8, 0x6A, 0x7B, 0x04, 0x30, in ecb_mode() 131 uint8_t encrypted[16] __aligned(IO_ALIGNMENT_BYTES) = {0}; in ecb_mode() 132 uint8_t decrypted[16] __aligned(IO_ALIGNMENT_BYTES) = {0}; in ecb_mode() 213 uint8_t encrypted[80] __aligned(IO_ALIGNMENT_BYTES) = {0}; in cbc_mode() 214 uint8_t decrypted[64] __aligned(IO_ALIGNMENT_BYTES) = {0}; in cbc_mode() 302 uint8_t encrypted[64] __aligned(IO_ALIGNMENT_BYTES) = {0}; in ctr_mode() 303 uint8_t decrypted[64] __aligned(IO_ALIGNMENT_BYTES) = {0}; in ctr_mode() [all …]
|
/Zephyr-latest/tests/drivers/uart/uart_async_api/src/ |
D | test_uart_async.c | 107 __aligned(32) uint8_t rx_first_buffer[10]; 109 __aligned(32) uint8_t rx_second_buffer[5]; 348 static __aligned(32) uint8_t chained_read_buf_0[10] __used __NOCACHE; 349 static __aligned(32) uint8_t chained_read_buf_1[10] __used __NOCACHE; 350 static __aligned(32) uint8_t chained_cpy_buf[10] __used __NOCACHE; 408 static __aligned(32) uint8_t tx_buf[10] __used __NOCACHE; in ZTEST_USER() 410 __aligned(32) uint8_t tx_buf[10]; in ZTEST_USER() 443 static __aligned(32) uint8_t double_buffer[2][12] __used __NOCACHE; 490 static __aligned(32) uint8_t tx_buf[4] __used __NOCACHE; in ZTEST_USER() 492 __aligned(32) uint8_t tx_buf[4]; in ZTEST_USER() [all …]
|
/Zephyr-latest/tests/lib/cbprintf_package/src/ |
D | main.c | 74 uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) \ 88 uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) \ 188 uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) package0[len0]; in ZTEST() 189 uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) package1[len1]; in ZTEST() 190 uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) package2[len2]; in ZTEST() 258 uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) package[len]; in ZTEST() 276 uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) fsc_package[fsc_len]; in ZTEST() 333 uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) package[len]; in ZTEST() 334 uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) spackage[slen]; in ZTEST() 369 uint8_t __aligned(CBPRINTF_PACKAGE_ALIGNMENT) cpackage[clen]; in ZTEST() [all …]
|
/Zephyr-latest/tests/drivers/dma/scatter_gather/src/ |
D | test_dma_sg.c | 27 static __aligned(32) uint8_t tx_data[CONFIG_DMA_SG_XFER_SIZE] __used 29 static __aligned(32) uint8_t rx_data[XFERS][CONFIG_DMA_SG_XFER_SIZE] __used 33 static __aligned(32) uint8_t tx_data[CONFIG_DMA_SG_XFER_SIZE]; 34 static __aligned(32) uint8_t rx_data[XFERS][CONFIG_DMA_SG_XFER_SIZE] = { { 0 } };
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | udc_buf.h | 72 static uint8_t Z_UDC_BUF_SECTION __aligned(UDC_BUF_ALIGN) \ 88 uint8_t in_section __aligned(UDC_BUF_ALIGN) \ 150 static uint8_t Z_UDC_BUF_SECTION __aligned(UDC_BUF_ALIGN) \
|
/Zephyr-latest/include/zephyr/fs/ |
D | littlefs.h | 88 static uint8_t __aligned(alignment) name ## _read_buffer[cache_sz]; \ 89 static uint8_t __aligned(alignment) name ## _prog_buffer[cache_sz]; \
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/models/keyword_spotting_cnn_small_int8/ |
D | output.h | 7 __aligned(4) __attribute__((section("tflm_output"))) uint8_t expectedOutputData[] = {
|
D | input.h | 7 __aligned(4) __attribute__((section("tflm_input"))) uint8_t inputData[] = {
|
D | model.h | 11 __aligned(16) __attribute__((section("tflm_model"))) uint8_t networkModelData[] = {
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | thread.h | 121 } tFpRegSet __aligned(FP_REG_SET_ALIGN); typedef 169 } tFpRegSetEx __aligned(FP_REG_SET_ALIGN); typedef
|
/Zephyr-latest/tests/arch/xtensa/save_restore_hifi/src/ |
D | main.c | 21 uint8_t init_regs[8 * 16] __aligned(16) = {0}; in thread_entry() 22 uint8_t value_regs[8 * 16] __aligned(16) = {0}; in thread_entry()
|
/Zephyr-latest/modules/lvgl/ |
D | lvgl_mem.c | 17 #define HEAP_MEM_ATTRIBUTES Z_GENERIC_SECTION(.lvgl_heap) __aligned(8) 19 #define HEAP_MEM_ATTRIBUTES __aligned(8)
|
/Zephyr-latest/tests/kernel/mem_protect/protection/src/ |
D | targets.c | 14 uint8_t data_buf[BUF_SIZE] __aligned(sizeof(int));
|
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ |
D | mem_domain.c | 29 static volatile uint8_t __aligned(MEM_REGION_ALLOC) 34 static volatile uint8_t __aligned(MEM_REGION_ALLOC) ro_buf[MEM_REGION_ALLOC]; 221 static volatile uint8_t __aligned(MEM_REGION_ALLOC) 416 static volatile uint8_t __aligned(MEM_REGION_ALLOC) 453 static volatile uint8_t __aligned(MEM_REGION_ALLOC) misc_buf[MEM_REGION_ALLOC]; 521 static volatile uint8_t __aligned(MEM_REGION_ALLOC) nosize_buf[MEM_REGION_ALLOC];
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | thread.h | 94 } __packed __aligned(8); 147 char __aligned(X86_FXSAVE_ALIGN) sse[X86_FXSAVE_SIZE];
|
/Zephyr-latest/arch/x86/include/intel64/ |
D | kernel_arch_data.h | 55 uint8_t z_x86_exception_stack##n[CONFIG_X86_EXCEPTION_STACK_SIZE] __aligned(16); \ 56 uint8_t z_x86_nmi_stack##n[CONFIG_X86_EXCEPTION_STACK_SIZE] __aligned(16); \
|
/Zephyr-latest/include/zephyr/kernel/ |
D | thread_stack.h | 177 __aligned(Z_KERNEL_STACK_OBJ_ALIGN) \ 190 __aligned(Z_KERNEL_STACK_OBJ_ALIGN) \ 468 __aligned(Z_THREAD_STACK_OBJ_ALIGN(size)) \ 487 __aligned(Z_THREAD_STACK_OBJ_ALIGN(size)) \
|
/Zephyr-latest/tests/drivers/dma/chan_link_transfer/src/ |
D | test_dma.c | 29 static __aligned(32) char tx_data[RX_BUFF_SIZE] __used 32 static __aligned(32) char rx_data[RX_BUFF_SIZE] __used 34 static __aligned(32) char rx_data2[RX_BUFF_SIZE] __used
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_e1000_priv.h | 78 volatile struct e1000_tx tx __aligned(16); 79 volatile struct e1000_rx rx __aligned(16);
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend_stmesp.h | 112 __used __noasan __aligned(sizeof(uint32_t)) = GET_ARG_N(1, __VA_ARGS__); \ 129 __used __noasan __aligned(sizeof(uint32_t)) = GET_ARG_N(1, __VA_ARGS__); \
|
/Zephyr-latest/arch/riscv/core/ |
D | semihost.c | 21 long __aligned(16) semihost_exec(enum semihost_instr instr, void *args) in semihost_exec()
|
/Zephyr-latest/tests/lib/spsc_pbuf/src/ |
D | main.c | 28 static uint8_t memory_area[216] __aligned(MAX(Z_SPSC_PBUF_DCACHE_LINE, 4)); in test_spsc_pbuf_flags() 182 static uint8_t buffer[128] __aligned(MAX(Z_SPSC_PBUF_DCACHE_LINE, 4)); in ZTEST() 214 static uint8_t buffer[128] __aligned(MAX(Z_SPSC_PBUF_DCACHE_LINE, 4)); in ZTEST() 234 static uint8_t buffer[128] __aligned(MAX(Z_SPSC_PBUF_DCACHE_LINE, 4)); in ZTEST() 264 static uint8_t buffer[128] __aligned(MAX(Z_SPSC_PBUF_DCACHE_LINE, 4)); in ZTEST() 300 static uint8_t buffer[128] __aligned(MAX(Z_SPSC_PBUF_DCACHE_LINE, 4)); in ZTEST() 340 static uint8_t buffer[128] __aligned(MAX(Z_SPSC_PBUF_DCACHE_LINE, 4)); in ZTEST() 375 static uint8_t buffer[128] __aligned(MAX(Z_SPSC_PBUF_DCACHE_LINE, 4)); in ZTEST() 469 static uint8_t buffer[128] __aligned(MAX(Z_SPSC_PBUF_DCACHE_LINE, 4)); in ZTEST() 539 static uint8_t buffer[128] __aligned(MAX(Z_SPSC_PBUF_DCACHE_LINE, 4)); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_df_types.h | 112 uint8_t pdu[0] __aligned(4); 170 uint8_t pdu[0] __aligned(4);
|