Home
last modified time | relevance | path

Searched refs:__aligned (Results 1 – 25 of 242) sorted by relevance

12345678910

/Zephyr-latest/include/zephyr/usb/
Dusb_device.h55 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/
Dtest_buffers.c11 __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/
Dmain.c46 __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/
Dtest_uart_async.c107 __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/
Dmain.c74 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/
Dtest_dma_sg.c27 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/
Dudc_buf.h72 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/
Dlittlefs.h88 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/
Doutput.h7 __aligned(4) __attribute__((section("tflm_output"))) uint8_t expectedOutputData[] = {
Dinput.h7 __aligned(4) __attribute__((section("tflm_input"))) uint8_t inputData[] = {
Dmodel.h11 __aligned(16) __attribute__((section("tflm_model"))) uint8_t networkModelData[] = {
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dthread.h121 } tFpRegSet __aligned(FP_REG_SET_ALIGN); typedef
169 } tFpRegSetEx __aligned(FP_REG_SET_ALIGN); typedef
/Zephyr-latest/tests/arch/xtensa/save_restore_hifi/src/
Dmain.c21 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/
Dlvgl_mem.c17 #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/
Dtargets.c14 uint8_t data_buf[BUF_SIZE] __aligned(sizeof(int));
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dmem_domain.c29 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/
Dthread.h94 } __packed __aligned(8);
147 char __aligned(X86_FXSAVE_ALIGN) sse[X86_FXSAVE_SIZE];
/Zephyr-latest/arch/x86/include/intel64/
Dkernel_arch_data.h55 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/
Dthread_stack.h177 __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/
Dtest_dma.c29 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/
Deth_e1000_priv.h78 volatile struct e1000_tx tx __aligned(16);
79 volatile struct e1000_rx rx __aligned(16);
/Zephyr-latest/include/zephyr/logging/
Dlog_frontend_stmesp.h112 __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/
Dsemihost.c21 long __aligned(16) semihost_exec(enum semihost_instr instr, void *args) in semihost_exec()
/Zephyr-latest/tests/lib/spsc_pbuf/src/
Dmain.c28 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/
Dlll_df_types.h112 uint8_t pdu[0] __aligned(4);
170 uint8_t pdu[0] __aligned(4);

12345678910