Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmm_types.h444 struct vm_area_struct { struct
447 unsigned long vm_start; /* Our start address within vm_mm. */
448 unsigned long vm_end; /* The first byte after our end address
451 struct mm_struct *vm_mm; /* The address space we belong to. */
457 pgprot_t vm_page_prot;
458 unsigned long vm_flags; /* Flags, see mm.h. */
468 union {
486 struct list_head anon_vma_chain; /* Serialized by mmap_lock &
488 struct anon_vma *anon_vma; /* Serialized by page_table_lock */
491 const struct vm_operations_struct *vm_ops;
[all …]