From a4d4de6913fb7dd54847b0e5a004c3100bc02459 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 16 Mar 2024 21:46:29 +0100 Subject: HCR-14: Reworked page allocator for AMD64. Signed-off-by: Amlal El Mahrouss --- Private/HALKit/AXP/CR.s | 2 +- Private/HALKit/AXP/VM.s | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Private/HALKit/AXP') 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 -- cgit v1.2.3