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