Home
last modified time | relevance | path

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

/Zephyr-latest/lib/os/
Dspsc_pbuf.c46 static inline void cache_wb(void *data, size_t len, uint32_t flags) in cache_wb() function
130 cache_wb(&pb->common, sizeof(pb->common), flags); in spsc_pbuf_init()
131 cache_wb(wr_idx_loc, sizeof(*wr_idx_loc), flags); in spsc_pbuf_init()
182 cache_wb(&data_loc[wr_idx], sizeof(uint8_t), flags); in spsc_pbuf_alloc()
217 cache_wb(&data_loc[wr_idx], len + LEN_SZ, flags); in spsc_pbuf_commit()
225 cache_wb(wr_idx_loc, sizeof(*wr_idx_loc), flags); in spsc_pbuf_commit()
278 cache_wb(&pb->common.flags, sizeof(pb->common.flags), flags); in spsc_pbuf_claim()
299 cache_wb(rd_idx_loc, sizeof(*rd_idx_loc), flags); in spsc_pbuf_claim()
349 cache_wb(rd_idx_loc, sizeof(*rd_idx_loc), flags); in spsc_pbuf_free()