aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-08 17:17:11 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-08 17:17:11 +0200
commitaa208226f992523865328d4612ae4a7679f57a04 (patch)
tree41981f9b72f695ffc2848bfb9e13b1846c1ebe69 /arch/x86_64/include
parent1ecc0c223a1bacfa1aee183a3573f57c265318df (diff)
downloadteachos-aa208226f992523865328d4612ae4a7679f57a04.tar.xz
teachos-aa208226f992523865328d4612ae4a7679f57a04.zip
kapi: return region pair for MMIO allocation
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/devices/local_apic.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/devices/local_apic.hpp b/arch/x86_64/include/arch/devices/local_apic.hpp
index 946e4af..ee1073f 100644
--- a/arch/x86_64/include/arch/devices/local_apic.hpp
+++ b/arch/x86_64/include/arch/devices/local_apic.hpp
@@ -25,7 +25,7 @@ namespace arch::devices
std::uint64_t m_hardware_id{};
kapi::memory::physical_address m_base{};
- kapi::memory::linear_address m_virtual_base{};
+ kapi::memory::mmio_region m_mapped_region{};
bool m_is_bsp{};
std::uint8_t m_version{};
std::uint8_t m_highest_lvt_entry_index{};