Searched refs:num_cache_lines (Results 1 – 2 of 2) sorted by relevance
126 unsigned int num_cache_lines = num_cache_lines_touched(addr, len); in vnic_cached_posted_index() local132 if (num_cache_lines > PI_PREFETCH_LEN_MASK) in vnic_cached_posted_index()133 num_cache_lines = 0; in vnic_cached_posted_index()135 ((num_cache_lines & PI_PREFETCH_LEN_MASK) << PI_PREFETCH_LEN_OFF) | in vnic_cached_posted_index()
255 static inline void cvmx_fpa_free_nosync(void *ptr, uint64_t pool, uint64_t num_cache_lines) in cvmx_fpa_free_nosync() argument262 cvmx_write_io(newptr.u64, num_cache_lines); in cvmx_fpa_free_nosync()274 static inline void cvmx_fpa_free(void *ptr, uint64_t pool, uint64_t num_cache_lines) in cvmx_fpa_free() argument284 cvmx_write_io(newptr.u64, num_cache_lines); in cvmx_fpa_free()