pound-emu_pound/core
Ronald Caesar 13b2e741b9 arm64/mem: Add initial software page table walker
Introduce a software-based page table walker for the arm64 MMU
emulation. This is foundational component for handling GVA-GPA
translations when a request missses the (future) software TLB.

For now, it handles only Page descriptors and does not yet support Block
descriptors or permission checks. These will be added in subsequent
patches.

Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-08-23 02:28:28 -04:00
..
arm64 arm64/mem: Add initial software page table walker 2025-08-23 02:28:28 -04:00
Base aarch64/mem: Introduce a dedicated guest memory access layer 2025-08-14 20:07:29 -04:00
memory Switch to casserts 2025-08-16 22:47:47 -04:00
main.cpp aarch64/kernel: Add synchronous exception entry logic 2025-08-16 13:11:40 -04:00