Lines Matching full:line

82  * @note the cache operations act on cache line. When multiple data structures
83 * share the same cache line being flushed, all the portions of the
84 * data structures sharing the same line will be flushed. This is usually
103 * @note the cache operations act on cache line. When multiple data structures
104 * share the same cache line being invalidated, all the portions of the
105 * non-read-only data structures sharing the same line will be
108 * line and/or @p size is not a multiple of the cache line size the
125 * @note the cache operations act on cache line. When multiple data structures
126 * share the same cache line being flushed, all the portions of the
127 * data structures sharing the same line will be flushed before being
145 * @brief Get the d-cache line size.
147 * The API is provided to dynamically detect the data cache line size at run
153 * @retval size Size of the d-cache line.
216 * @note the cache operations act on cache line. When multiple data structures
217 * share the same cache line being flushed, all the portions of the
218 * data structures sharing the same line will be flushed. This is usually
237 * @note the cache operations act on cache line. When multiple data structures
238 * share the same cache line being invalidated, all the portions of the
239 * non-read-only data structures sharing the same line will be
242 * line and/or @p size is not a multiple of the cache line size the
259 * @note the cache operations act on cache line. When multiple data structures
260 * share the same cache line being flushed, all the portions of the
261 * data structures sharing the same line will be flushed before being
279 * @brief Get the i-cache line size.
281 * The API is provided to dynamically detect the instruction cache line size at
287 * @retval size Size of the d-cache line.