struct vm_struct { unsigned long flags; void *addr; // adres obszaru unsigned long size; // rozmiar struct vm_area *next; }