Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/ethernet/eth_ivshmem_queue/src/
Dmain.c12 #define SHMEM_SECTION_SIZE KB(4) macro
19 static uint8_t shmem_buff[2][SHMEM_SECTION_SIZE] __aligned(KB(4));
29 (uintptr_t)shmem_buff[1], SHMEM_SECTION_SIZE); in test_init_queues()
33 (uintptr_t)shmem_buff[0], SHMEM_SECTION_SIZE); in test_init_queues()