Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Code copied from arch/arm64/mm/cache.S.
0004  */
0005 
0006 #include <linux/linkage.h>
0007 #include <asm/assembler.h>
0008 #include <asm/alternative.h>
0009 
0010 SYM_FUNC_START(__pi_dcache_clean_inval_poc)
0011     dcache_by_line_op civac, sy, x0, x1, x2, x3
0012     ret
0013 SYM_FUNC_END(__pi_dcache_clean_inval_poc)
0014 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)