Searched refs:vm_ops (Results 1 – 4 of 4) sorted by relevance
/DragonOS-0.1.5/kernel/src/mm/ |
D | mm-types.h | 132 struct vm_operations_t *vm_ops; // 操作方法 member
|
D | mm.h | 327 vma->vm_ops = NULL; in vma_init() 456 struct vm_operations_t *vm_ops, struct vm_area_struct **res_vma);
|
D | mmap.c | 320 …4_t vaddr, uint64_t length, vm_flags_t vm_flags, struct vm_operations_t *vm_ops, struct vm_area_st… in mm_create_vma() argument 330 vma->vm_ops = vm_ops; in mm_create_vma()
|
/DragonOS-0.1.5/kernel/src/process/ |
D | fork.c | 239 vma->vm_ops, &new_vma); in process_copy_mm() 257 … int ret = mm_create_vma(new_mms, vma->vm_start, map_size, vma->vm_flags, vma->vm_ops, &new_vma); in process_copy_mm()
|