• Jeffrey Lee's avatar
    Prepare logical_to_physical for 64bit phys addrs · 4fd2dd01
    Jeffrey Lee authored
    ppn_to_physical, logical_to_physical, physical_to_ppn & ppn_to_physical
    have now all been changed to accept/receive 64bit physical addresses in
    R8,R9 instead of a 32bit address in R5. However, where a phys addr is
    being provided as an input, they may currently only pay attention to the
    bottom 32 bits of the address.
    4fd2dd01
MemMap2 22.3 KB