Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Ddup.h548 struct vm_area_struct { struct
551 union {
560 struct mm_struct *vm_mm; /* The address space we belong to. */
561 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
567 union {
587 unsigned int vm_lock_seq;
596 struct list_head anon_vma_chain; /* Serialized by mmap_lock &
598 struct anon_vma *anon_vma; /* Serialized by page_table_lock */
601 const struct vm_operations_struct *vm_ops;
604 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE
[all …]
H A Dstubs.h430 static inline void hugetlb_split(struct vm_area_struct *, unsigned long) {} in hugetlb_split()
/linux/tools/testing/vma/
H A Dshared.h72 dummy_close(struct vm_area_struct *) dummy_close() argument
[all...]
/linux/rust/kernel/mm/
H A Dvirt.rs56 pub fn as_ptr(&self) -> *mut bindings::vm_area_struct { in as_ptr() argument
/linux/drivers/android/binder/
H A Drust_binder_main.rs430 vma: *mut bindings::vm_area_struct, in rust_binder_mmap()
/linux/kernel/bpf/
H A Dverifier.c5927 BTF_TYPE_SAFE_TRUSTED_OR_NULL(struct vm_area_struct) { in BTF_TYPE_SAFE_TRUSTED_OR_NULL()