summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/ARM64/HalCommonAPI.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/HALKit/ARM64/HalCommonAPI.s')
-rw-r--r--src/kernel/HALKit/ARM64/HalCommonAPI.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/kernel/HALKit/ARM64/HalCommonAPI.s b/src/kernel/HALKit/ARM64/HalCommonAPI.s
new file mode 100644
index 00000000..f0c69368
--- /dev/null
+++ b/src/kernel/HALKit/ARM64/HalCommonAPI.s
@@ -0,0 +1,9 @@
+/* (c) 2024-2025 Amlal El Mahrouss */
+
+.text
+
+.global hal_flush_tlb
+
+hal_flush_tlb:
+ tlbi vmalle1
+ ret