aboutsummaryrefslogtreecommitdiff
path: root/lib/aarch64/cache_helpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/aarch64/cache_helpers.S')
-rw-r--r--lib/aarch64/cache_helpers.S48
1 files changed, 0 insertions, 48 deletions
diff --git a/lib/aarch64/cache_helpers.S b/lib/aarch64/cache_helpers.S
index a5b918c38..1c8055049 100644
--- a/lib/aarch64/cache_helpers.S
+++ b/lib/aarch64/cache_helpers.S
@@ -31,59 +31,11 @@
#include <arch.h>
#include <asm_macros.S>
- .globl dcisw
- .globl dccisw
- .globl dccsw
- .globl dccvac
- .globl dcivac
- .globl dccivac
- .globl dccvau
- .globl dczva
.globl flush_dcache_range
.globl inv_dcache_range
.globl dcsw_op_louis
.globl dcsw_op_all
-func dcisw
- dc isw, x0
- ret
-
-
-func dccisw
- dc cisw, x0
- ret
-
-
-func dccsw
- dc csw, x0
- ret
-
-
-func dccvac
- dc cvac, x0
- ret
-
-
-func dcivac
- dc ivac, x0
- ret
-
-
-func dccivac
- dc civac, x0
- ret
-
-
-func dccvau
- dc cvau, x0
- ret
-
-
-func dczva
- dc zva, x0
- ret
-
-
/* ------------------------------------------
* Clean+Invalidate from base address till
* size. 'x0' = addr, 'x1' = size