Searched refs:dcache_alignment (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | ipc_icmsg.c | 66 DT_INST_PROP_OR(i, dcache_alignment, 0)); \ 70 DT_INST_PROP_OR(i, dcache_alignment, 0)); \
|
D | ipc_icmsg_me_initiator.c | 194 DT_INST_PROP_OR(i, dcache_alignment, 0)); \ 198 DT_INST_PROP_OR(i, dcache_alignment, 0)); \
|
D | ipc_icmsg_me_follower.c | 288 DT_INST_PROP_OR(i, dcache_alignment, 0)); \ 292 DT_INST_PROP_OR(i, dcache_alignment, 0)); \
|
D | ipc_icbmsg.c | 1320 MAX(BLOCK_ALIGNMENT, DT_INST_PROP_OR(i, dcache_alignment, 0))
|
/Zephyr-latest/include/zephyr/ipc/ |
D | pbuf.h | 58 uint32_t dcache_alignment; /* CPU data cache line size in bytes. member 124 .dcache_alignment = (dcache_align), \
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | pbuf.c | 39 if (!IS_PTR_ALIGNED_BYTES(cfg->rd_idx_loc, MAX(cfg->dcache_alignment, _PBUF_IDX_SIZE)) || in validate_cfg() 40 !IS_PTR_ALIGNED_BYTES(cfg->wr_idx_loc, MAX(cfg->dcache_alignment, _PBUF_IDX_SIZE)) || in validate_cfg() 53 !(((uint8_t *)cfg->rd_idx_loc + MAX(_PBUF_IDX_SIZE, cfg->dcache_alignment)) == in validate_cfg()
|
/Zephyr-latest/tests/subsys/ipc/pbuf/src/ |
D | main.c | 27 printk("cfg->dcache_alignment: %u\n", pb->cfg->dcache_alignment); in print_pbuf_info()
|