Lines Matching refs:line
35 * Lock a single line into L2. The line is zeroed before locking
43 "cache 31, %[line]" /* Unlock the line */
44 ::[line] "m" (*addr_ptr));
47 /* Unlock a single line in the L2 cache. */
53 "cache 23, %[line]" /* Unlock the line */
54 ::[line] "m" (*addr_ptr));
62 /* Round start/end to cache line boundaries */
78 /* Round start/end to cache line boundaries */