Searched refs:tcmu_flush_dcache_range (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/target/ |
| D | target_core_user.c | 650 static inline void tcmu_flush_dcache_range(void *vaddr, size_t size) in tcmu_flush_dcache_range() function 820 tcmu_flush_dcache_range(mb, sizeof(*mb)); in is_ring_space_avail() 966 tcmu_flush_dcache_range(hdr, sizeof(*hdr)); in ring_insert_padding() 969 tcmu_flush_dcache_range(mb, sizeof(*mb)); in ring_insert_padding() 1098 tcmu_flush_dcache_range(entry, command_size); in queue_cmd_ring() 1101 tcmu_flush_dcache_range(mb, sizeof(*mb)); in queue_cmd_ring() 1164 tcmu_flush_dcache_range(entry, cmd_size); in queue_tmr_ring() 1167 tcmu_flush_dcache_range(mb, sizeof(*mb)); in queue_tmr_ring() 1405 tcmu_flush_dcache_range(mb, sizeof(*mb)); in tcmu_handle_completions() 1417 tcmu_flush_dcache_range(entry, ring_left < sizeof(*entry) ? in tcmu_handle_completions() [all …]
|