1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Code copied from arch/arm64/mm/cache.S.
6 #include <linux/linkage.h>
7 #include <asm/assembler.h>
8 #include <asm/alternative.h>
10 SYM_FUNC_START_PI(dcache_clean_inval_poc)
11 dcache_by_line_op civac, sy, x0, x1, x2, x3
13 SYM_FUNC_END_PI(dcache_clean_inval_poc)