Lines Matching full:way
321 uint64_t way; in cvmx_l2c_lock_line() local
327 for (way = 0; way < assoc; way++) { in cvmx_l2c_lock_line()
328 CVMX_CACHE_LTGL2I(index | (way << shift), 0); in cvmx_l2c_lock_line()
337 if (way >= assoc) { in cvmx_l2c_lock_line()
347 return way; in cvmx_l2c_lock_line()
584 * @assoc: Association (way) of the tag to dump
831 * 0 0 16-way 2MB cache in cvmx_l2c_get_num_assoc()
832 * 0 1 12-way 1.5MB cache in cvmx_l2c_get_num_assoc()
833 * 1 0 8-way 1MB cache in cvmx_l2c_get_num_assoc()
834 * 1 1 4-way 512KB cache in cvmx_l2c_get_num_assoc()
865 * @assoc: Association (or way) to flush
885 * Bits<20:17> select the way of the cache block involved in in cvmx_l2c_flush_line()