Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/vma/
Dvma_internal.h245 struct vm_area_struct { struct
248 union {
259 struct mm_struct *vm_mm; /* The address space we belong to. */
260 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
266 union {
273 bool detached;
289 unsigned int vm_lock_seq;
290 struct vma_lock *vm_lock;
298 struct {
301 } shared;
[all …]
Dvma.c235 static void dummy_close(struct vm_area_struct *) in dummy_close()
/linux-6.14.4/include/linux/
Dmm_types.h681 struct vm_area_struct { struct
684 union {
699 struct mm_struct *vm_mm;
700 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
706 union {
716 bool detached;
732 unsigned int vm_lock_seq;
734 struct vma_lock *vm_lock;
742 struct {
745 } shared;
[all …]