Searched refs:L2_CACHE_ALIGN (Results 1 – 2 of 2) sorted by relevance
82 char *finish = (char *)L2_CACHE_ALIGN((long)buffer + size); in __flush_buffer()93 char *finish = (char *)L2_CACHE_ALIGN((long)buffer + size); in __finv_buffer()126 char *finish = (char *)L2_CACHE_ALIGN((long)buffer + size); in __inv_buffer()
27 #define L2_CACHE_ALIGN(x) (((x)+(L2_CACHE_BYTES-1)) & -L2_CACHE_BYTES) macro