Lines Matching full:slice
51 * llcc_slice_config - Data associated with the llcc slice
53 * @slice_id: llcc slice id for each client
54 * @max_cap: The maximum capacity of the cache slice provided in KB
56 * @fixed_size: Boolean indicating if the slice has a fixed capacity
57 * @bonus_ways: Bonus ways are additional ways to be used for any slice,
61 * @res_ways: Reserved ways for the cache slice, the reserved ways cannot
63 * @cache_mode: Each slice operates as a cache, this controls the mode of the
64 * slice: normal or TCM(Tightly Coupled Memory)
72 * @activate_on_init: Activate the slice immediately after it is programmed
135 * llcc_slice_getd - get llcc slice descriptor
138 * A pointer to llcc slice descriptor will be returned on success and
172 * llcc_slice_putd - llcc slice descritpor
173 * @desc: Pointer to llcc slice descriptor
217 * llcc_slice_activate - Activate the llcc slice
218 * @desc: Pointer to llcc slice descriptor
257 * llcc_slice_deactivate - Deactivate the llcc slice
258 * @desc: Pointer to llcc slice descriptor
296 * llcc_get_slice_id - return the slice id
297 * @desc: Pointer to llcc slice descriptor
309 * llcc_get_slice_size - return the slice id
310 * @desc: Pointer to llcc slice descriptor