Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcache.h9 #define L1_CACHE_ALIGN(x) __ALIGN_KERNEL(x, L1_CACHE_BYTES) macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcache.h35 #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1)) macro