Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.91 KB

File metadata and controls

33 lines (24 loc) · 1.91 KB

VirtualAddress

#include <mmu.hpp>
union VirtualAddress

Defined in include/mmu.hpp:79

Sv39 Virtual address structure.

List of all members

Name Kind Owner
offset variable Declared here
VPN_0 variable Declared here
VPN_1 variable Declared here
VPN_2 variable Declared here
reserved variable Declared here
fields variable Declared here
raw variable Declared here
SHIFTS variable Declared here
MASKS variable Declared here
get_vpn_range function Declared here
isvalid function Declared here
get_vpn function Declared here