Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/agilex5/soc/
H A Dagilex5_cache.S11 .globl invalidate_dcache_all symbol
111 .pushsection .text.invalidate_dcache_all, "ax"
112 func invalidate_dcache_all
115 endfunc invalidate_dcache_all
/rk3399_ARM-atf/plat/intel/soc/agilex5/include/
H A Dagilex5_cache.h10 void invalidate_dcache_all(void);
/rk3399_ARM-atf/plat/intel/soc/agilex5/
H A Dbl31_plat_setup.c219 invalidate_dcache_all(); in bl31_plat_arch_setup()