Lines Matching full:slice
59 * struct llcc_slice_config - Data associated with the llcc slice
61 * @slice_id: llcc slice id for each client
62 * @max_cap: The maximum capacity of the cache slice provided in KB
64 * @fixed_size: Boolean indicating if the slice has a fixed capacity
65 * @bonus_ways: Bonus ways are additional ways to be used for any slice,
69 * @res_ways: Reserved ways for the cache slice, the reserved ways cannot
71 * @cache_mode: Each slice operates as a cache, this controls the mode of the
72 * slice: normal or TCM(Tightly Coupled Memory)
80 * @activate_on_init: Activate the slice immediately after it is programmed
219 * llcc_slice_getd - get llcc slice descriptor
222 * A pointer to llcc slice descriptor will be returned on success and
256 * llcc_slice_putd - llcc slice descritpor
257 * @desc: Pointer to llcc slice descriptor
301 * llcc_slice_activate - Activate the llcc slice
302 * @desc: Pointer to llcc slice descriptor
341 * llcc_slice_deactivate - Deactivate the llcc slice
342 * @desc: Pointer to llcc slice descriptor
380 * llcc_get_slice_id - return the slice id
381 * @desc: Pointer to llcc slice descriptor
393 * llcc_get_slice_size - return the slice id
394 * @desc: Pointer to llcc slice descriptor