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