Lines Matching full:range
88 * @brief Flush an address range in the d-cache
90 * Flush the specified address range of the data cache.
93 * @param size Range size.
104 * @brief Invalidate an address range in the d-cache
106 * Invalidate the specified address range of the data cache.
109 * @param size Range size.
120 * @brief Flush and Invalidate an address range in the d-cache
122 * Flush and Invalidate the specified address range of the data cache.
125 * @param size Range size.
220 * @brief Flush an address range in the i-cache
222 * Flush the specified address range of the instruction cache.
225 * @param size Range size.
236 * @brief Invalidate an address range in the i-cache
238 * Invalidate the specified address range of the instruction cache.
241 * @param size Range size.
252 * @brief Flush and Invalidate an address range in the i-cache
254 * Flush and Invalidate the specified address range of the instruction cache.
257 * @param size Range size.