Home
last modified time | relevance | path

Searched refs:exec_vm (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dvma.c1351 VM_WARN_ON(vms->exec_vm > mm->exec_vm); in vms_complete_munmap_vmas()
1354 mm->exec_vm -= vms->exec_vm; in vms_complete_munmap_vmas()
1469 vms->exec_vm += nrpages; in vms_gather_munmap_vmas()
1563 vms->exec_vm = vms->stack_vm = vms->data_vm = 0; in init_vma_munmap()
H A Ddebug.c210 mm->data_vm, mm->exec_vm, mm->stack_vm, in dump_mm()
/linux/tools/testing/vma/include/
H A Ddup.h33 unsigned long exec_vm; /* VM_EXEC & ~VM_WRITE & ~VM_STACK */ member
1244 mm->exec_vm += npages; in vm_stat_account()