diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-16 21:46:29 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-16 21:46:29 +0100 |
| commit | a4d4de6913fb7dd54847b0e5a004c3100bc02459 (patch) | |
| tree | 4b7eba7d0bcc282f96db8725466ee403f95e35ec /Private/HALKit/AXP | |
| parent | e8d46c98880ed3f33fc1760e8f3a99577fa31eb3 (diff) | |
HCR-14: Reworked page allocator for AMD64.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/HALKit/AXP')
| -rw-r--r-- | Private/HALKit/AXP/CR.s | 2 | ||||
| -rw-r--r-- | Private/HALKit/AXP/VM.s | 4 |
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 |
