Searched refs:tcmu_flush_dcache_range (Results 1 – 1 of 1) sorted by relevance
/drivers/target/ |
D | target_core_user.c | 657 static inline void tcmu_flush_dcache_range(void *vaddr, size_t size) in tcmu_flush_dcache_range() function 825 tcmu_flush_dcache_range(mb, sizeof(*mb)); in is_ring_space_avail() 970 tcmu_flush_dcache_range(hdr, sizeof(*hdr)); in ring_insert_padding() 973 tcmu_flush_dcache_range(mb, sizeof(*mb)); in ring_insert_padding() 1122 tcmu_flush_dcache_range(entry, command_size); in queue_cmd_ring() 1125 tcmu_flush_dcache_range(mb, sizeof(*mb)); in queue_cmd_ring() 1188 tcmu_flush_dcache_range(entry, cmd_size); in queue_tmr_ring() 1191 tcmu_flush_dcache_range(mb, sizeof(*mb)); in queue_tmr_ring() 1455 tcmu_flush_dcache_range(mb, sizeof(*mb)); in tcmu_handle_completions() 1468 tcmu_flush_dcache_range(entry, ring_left < sizeof(*entry) ? in tcmu_handle_completions() [all …]
|