-
-
Save daaximus/b9649591f83d262bf4f1b52238621e98 to your computer and use it in GitHub Desktop.
cr3 def
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
union __cr3_t | |
{ | |
unsigned __int64 control; | |
struct | |
{ | |
unsigned __int64 pcid : 12; | |
unsigned __int64 page_frame_number : 36; | |
unsigned __int64 reserved_0 : 12; | |
unsigned __int64 reserved_1 : 3; | |
unsigned __int64 pcid_invalidate : 1; | |
} bits; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment