Lines Matching full:line
92 * @note the cache operations act on cache line. When multiple data structures
93 * share the same cache line being flushed, all the portions of the
94 * data structures sharing the same line will be flushed. This is usually
115 * @note the cache operations act on cache line. When multiple data structures
116 * share the same cache line being invalidated, all the portions of the
117 * non-read-only data structures sharing the same line will be
120 * line and/or @p size is not a multiple of the cache line size the
139 * @note the cache operations act on cache line. When multiple data structures
140 * share the same cache line being flushed, all the portions of the
141 * data structures sharing the same line will be flushed before being
164 * @brief Get the d-cache line size.
166 * The API is provided to dynamically detect the data cache line size at run
172 * @retval size Size of the d-cache line.
247 * @note the cache operations act on cache line. When multiple data structures
248 * share the same cache line being flushed, all the portions of the
249 * data structures sharing the same line will be flushed. This is usually
270 * @note the cache operations act on cache line. When multiple data structures
271 * share the same cache line being invalidated, all the portions of the
272 * non-read-only data structures sharing the same line will be
275 * line and/or @p size is not a multiple of the cache line size the
294 * @note the cache operations act on cache line. When multiple data structures
295 * share the same cache line being flushed, all the portions of the
296 * data structures sharing the same line will be flushed before being
318 * @brief Get the i-cache line size.
320 * The API is provided to dynamically detect the instruction cache line size at
326 * @retval size Size of the d-cache line.