summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/HALKit/ARM64/HalCommonAPI.s
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-21 03:45:08 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-21 03:45:08 +0200
commitc85a99c2afdd4c9dfa9d8f0f212e4625b6adade7 (patch)
tree3bb631cf7c49b74fbf6d02104059e0540f26ba4b /dev/kernel/HALKit/ARM64/HalCommonAPI.s
parentbec0e457ad346783be7f84be71bb0eddc881847c (diff)
feat(kernel): source code improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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