Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmm_types.h567 struct vm_region { struct
568 struct rb_node vm_rb; /* link in global region tree */
569 vm_flags_t vm_flags; /* VMA vm_flags */
570 unsigned long vm_start; /* start address of region */
571 unsigned long vm_end; /* region initialised to here */
572 unsigned long vm_top; /* region allocated to here */
573 unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */
574 struct file *vm_file; /* the backing file or NULL */
576 int vm_usage; /* region usage count (access under nommu_region_sem) */
577 bool vm_icache_flushed : 1; /* true if the icache has been flushed for
[all …]
/linux-6.12.1/drivers/virt/acrn/
Dmm.c161 struct vm_memory_region_op *vm_region; in acrn_vm_ram_map() local
/linux-6.12.1/tools/testing/vma/
Dvma_internal.h279 struct vm_region *vm_region; /* NOMMU mapping region */ member