Home
last modified time | relevance | path

Searched refs:__cacheline_aligned (Results 1 – 3 of 3) 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
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-mod-exp.c254 __cacheline_aligned uint64_t tmp; in rsa_mod_exp_sw()