Home
last modified time | relevance | path

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

/tools/testing/vma/
Dvma_internal.h183 struct vm_area_struct { struct
186 union {
197 struct mm_struct *vm_mm; /* The address space we belong to. */
198 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
204 union {
224 unsigned int vm_lock_seq;
233 struct list_head anon_vma_chain; /* Serialized by mmap_lock &
235 struct anon_vma *anon_vma; /* Serialized by page_table_lock */
238 const struct vm_operations_struct *vm_ops;
241 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE
[all …]
Dvma.c244 static void dummy_close(struct vm_area_struct *) in dummy_close()