mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-27 01:37:01 +00:00
Major project restructuring
Remove unecessary files and made the tree much more cleaner. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
13b2e741b9
commit
05c4f7025f
62 changed files with 2698 additions and 2453 deletions
|
|
@ -265,7 +265,7 @@ int mmu_gva_to_gpa(pound::arm64::vcpu_state_t* vcpu, guest_memory_t* memory, uin
|
|||
case GRANULE_4KB:
|
||||
/* A 4KB granule supports up to a 4-level walk starting at L0. */
|
||||
page_table_levels = 3; /* 0..3 inclusive */
|
||||
if (virtual_address_size > l0_shift)
|
||||
if (virtual_address_size > l0_shift)
|
||||
{
|
||||
starting_level = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue