summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit/AXP
diff options
context:
space:
mode:
Diffstat (limited to 'Private/HALKit/AXP')
-rw-r--r--Private/HALKit/AXP/CR.s2
-rw-r--r--Private/HALKit/AXP/VM.s4
2 files changed, 3 insertions, 3 deletions
diff --git a/Private/HALKit/AXP/CR.s b/Private/HALKit/AXP/CR.s
index b01dc619..4d68257d 100644
--- a/Private/HALKit/AXP/CR.s
+++ b/Private/HALKit/AXP/CR.s
@@ -6,6 +6,6 @@
movq %r30, %cr3
ret
- read_cr0:
+ hal_read_cr0:
movq %r30, %cr0
ret \ No newline at end of file
diff --git a/Private/HALKit/AXP/VM.s b/Private/HALKit/AXP/VM.s
index d8d7aa71..7024086b 100644
--- a/Private/HALKit/AXP/VM.s
+++ b/Private/HALKit/AXP/VM.s
@@ -1,5 +1,5 @@
-.global flush_tlb
+.global hal_flush_tlb
.section .text
-flush_tlb:
+hal_flush_tlb:
swppal \ No newline at end of file