Home
last modified time | relevance | path

Searched refs:L2_CACHE_ALIGN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
Dcacheflush.h82 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()
Dcache.h27 #define L2_CACHE_ALIGN(x) (((x)+(L2_CACHE_BYTES-1)) & -L2_CACHE_BYTES) macro