Fork me on GitHub
侧边栏
摘要: 所谓反向映射是相对于从虚拟地址到物理地址的映射,反向映射是从物理页面到虚拟地址空间VMA的反向映射。 RMAP能否实现的基础是通过struct anon_vma、struct anon_vma_chain和sturct vm_area_struct建立了联系,通过物理页面反向查找到VMA。 用户在使 阅读全文
posted @ 2023-08-13 18:21 yooooooo 阅读(302) 评论(0) 推荐(0)