Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/vma/
Dvma_internal.h238 struct vm_area_struct { struct
241 union {
252 struct mm_struct *vm_mm; /* The address space we belong to. */
253 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
259 union {
279 unsigned int vm_lock_seq;
288 struct list_head anon_vma_chain; /* Serialized by mmap_lock &
290 struct anon_vma *anon_vma; /* Serialized by page_table_lock */
293 const struct vm_operations_struct *vm_ops;
296 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE
[all …]
Dvma.c264 static void dummy_close(struct vm_area_struct *) in dummy_close()
/linux-6.15/include/linux/
Dmm_types.h779 struct vm_area_struct { struct
782 union {
795 struct mm_struct *vm_mm;
796 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
802 union {
822 unsigned int vm_lock_seq;
830 struct list_head anon_vma_chain; /* Serialized by mmap_lock &
832 struct anon_vma *anon_vma; /* Serialized by page_table_lock */
835 const struct vm_operations_struct *vm_ops;
838 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE
[all …]