Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dcache.h18 #ifndef L1_CACHE_ALIGN
19 #define L1_CACHE_ALIGN(x) ALIGN(x, L1_CACHE_BYTES) macro