vm: evict PTE entries for transferred vm-object pages

This commit is contained in:
2026-03-15 14:40:24 +00:00
parent 399742cabf
commit a2e918c428
3 changed files with 42 additions and 6 deletions

View File

@@ -17,6 +17,8 @@ struct vm_area {
* will avoid the area, but fixed address mappings in this area
* will succeed. */
struct vm_object *vma_object;
/* the address space that this vm_area is a part of */
struct address_space *vma_space;
/* used to link to vm_object->vo_mappings */
struct queue_entry vma_object_entry;
/* the memory protection flags applied to this area */