Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dvma_internal.h304 struct vm_area_struct { struct
307 union {
316 struct mm_struct *vm_mm; /* The address space we belong to. */
317 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
323 union {
343 unsigned int vm_lock_seq;
352 struct list_head anon_vma_chain; /* Serialized by mmap_lock &
354 struct anon_vma *anon_vma; /* Serialized by page_table_lock */
357 const struct vm_operations_struct *vm_ops;
360 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE
[all …]
H A Dvma.c281 static void dummy_close(struct vm_area_struct *) in dummy_close()
/linux/include/linux/
H A Dmm_types.h811 struct vm_area_struct { struct
814 __anona82e97cc200avm_area_struct global() argument
827 vm_mmvm_area_struct global() argument
828 vm_page_protvm_area_struct global() argument
834 __anona82e97cc220avm_area_struct global() argument
854 vm_lock_seqvm_area_struct global() argument
862 anon_vma_chainvm_area_struct global() argument
864 anon_vmavm_area_struct global() argument
867 vm_opsvm_area_struct global() argument
870 vm_pgoffvm_area_struct global() argument
872 vm_filevm_area_struct global() argument
873 vm_private_datavm_area_struct global() argument
876 swap_readahead_infovm_area_struct global() argument
879 vm_regionvm_area_struct global() argument
882 vm_policyvm_area_struct global() argument
885 numab_statevm_area_struct global() argument
889 ____cacheline_aligned_in_smpvm_area_struct global() argument
891 vmlock_dep_mapvm_area_struct global() argument
899 __anona82e97cc2308vm_area_struct global() argument
902 sharedvm_area_struct global() argument
909 anon_namevm_area_struct global() argument
911 vm_userfaultfd_ctxvm_area_struct global() argument
913 pfnmap_track_ctxvm_area_struct global() argument
/linux/rust/kernel/
H A Dmiscdevice.rs249 vma: *mut bindings::vm_area_struct, in mmap()
/linux/rust/kernel/mm/
H A Dvirt.rs56 pub fn as_ptr(&self) -> *mut bindings::vm_area_struct { in as_ptr()