Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dcache.h41 #define __cacheline_aligned __attribute__((__aligned__(L1_CACHE_BYTES))) macro
43 #define __cacheline_aligned \ macro
/rk3399_rockchip-uboot/include/linux/
H A Dcompiler-gcc.h90 #define __cacheline_aligned __attribute__((__aligned__(CONFIG_SYS_CACHELINE_SIZE))) macro