Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dmm_types.h279 struct vm_region { struct
280 struct rb_node vm_rb; /* link in global region tree */
281 vm_flags_t vm_flags; /* VMA vm_flags */
282 unsigned long vm_start; /* start address of region */
283 unsigned long vm_end; /* region initialised to here */
284 unsigned long vm_top; /* region allocated to here */
285 unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */
286 struct file *vm_file; /* the backing file or NULL */
288 int vm_usage; /* region usage count (access under nommu_region_sem) */
289 bool vm_icache_flushed : 1; /* true if the icache has been flushed for
[all …]