Searched defs:vm_region (Results 1 – 2 of 2) sorted by relevance
519 struct vm_region { struct520 struct rb_node vm_rb; /* link in global region tree */521 vm_flags_t vm_flags; /* VMA vm_flags */522 unsigned long vm_start; /* start address of region */523 unsigned long vm_end; /* region initialised to here */524 unsigned long vm_top; /* region allocated to here */525 unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */526 struct file *vm_file; /* the backing file or NULL */528 int vm_usage; /* region usage count (access under nommu_region_sem) */529 bool vm_icache_flushed : 1; /* true if the icache has been flushed for[all …]
160 struct vm_memory_region_op *vm_region; in acrn_vm_ram_map() local