Home
last modified time | relevance | path

Searched defs:vm_region (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmm_types.h551 struct vm_region { struct
552 struct rb_node vm_rb; /* link in global region tree */
553 vm_flags_t vm_flags; /* VMA vm_flags */
554 unsigned long vm_start; /* start address of region */
555 unsigned long vm_end; /* region initialised to here */
556 unsigned long vm_top; /* region allocated to here */
557 unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */
558 struct file *vm_file; /* the backing file or NULL */
560 int vm_usage; /* region usage count (access under nommu_region_sem) */
561 bool vm_icache_flushed : 1; /* true if the icache has been flushed for
[all …]
/linux/drivers/virt/acrn/
H A Dmm.c161 struct vm_memory_region_op *vm_region; in acrn_vm_ram_map() local