Lines Matching refs:area
59 struct vm_struct *area;
79 * covered by precisely one VM area that has the VM_ALLOC flag set.
81 area = find_vm_area((void *)addr);
82 if (!area ||
83 end > (unsigned long)area->addr + area->size ||
84 !(area->flags & VM_ALLOC))
92 * change to the linear mapping of the pages that back this VM area.
96 for (i = 0; i < area->nr_pages; i++) {
97 __change_memory_common((u64)page_address(area->pages[i]),