Skip to content

Leox0717/Virtual-address-to-physical-address-in-user-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Virtual-address-to-physical-address-in-user-space

This code convert virtual address(allocated in different numa node) to physical address by reading /proc/self/pagemap in user space.(Need root permission)

After Linux 4.2, only information in bit55-63 can be read. BY8cI6X8kJ

Strange that though the permission of /proc/self/pagemap is always 400(r--------), a user without root permission can still read part of information(bit55-63).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages