Searched refs:vma_count (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/arm64/kernel/ |
| H A D | elfcore.c | 14 i < cprm->vma_count; \ 83 int vma_count = 0; in elf_core_extra_phdrs() local 86 vma_count++; in elf_core_extra_phdrs() 88 return vma_count; in elf_core_extra_phdrs()
|
| /linux-6.15/include/linux/ |
| H A D | coredump.h | 28 int vma_count; member
|
| /linux-6.15/fs/ |
| H A D | coredump.c | 1213 for (i = 0; i < cprm->vma_count; i++) { in free_vma_snapshot() 1256 cprm->vma_count = mm->map_count + (gate_vma ? 1 : 0); in dump_vma_snapshot() 1258 cprm->vma_meta = kvmalloc_array(cprm->vma_count, sizeof(*cprm->vma_meta), GFP_KERNEL); in dump_vma_snapshot() 1280 for (i = 0; i < cprm->vma_count; i++) { in dump_vma_snapshot() 1298 sort(cprm->vma_meta, cprm->vma_count, sizeof(*cprm->vma_meta), in dump_vma_snapshot()
|
| H A D | binfmt_elf.c | 1658 count = cprm->vma_count; in fill_files_note() 1684 for (i = 0; i < cprm->vma_count; i++) { in fill_files_note() 1722 n = cprm->vma_count - count; in fill_files_note() 2051 segs = cprm->vma_count + elf_core_extra_phdrs(cprm); in elf_core_dump() 2110 for (i = 0; i < cprm->vma_count; i++) { in elf_core_dump() 2148 for (i = 0; i < cprm->vma_count; i++) { in elf_core_dump()
|
| H A D | binfmt_elf_fdpic.c | 1448 int vma_count) in elf_fdpic_dump_segments() argument 1452 for (i = 0; i < vma_count; i++) { in elf_fdpic_dump_segments() 1514 segs = cprm->vma_count + elf_core_extra_phdrs(cprm); in elf_fdpic_core_dump() 1579 for (i = 0; i < cprm->vma_count; i++) { in elf_fdpic_core_dump() 1629 if (!elf_fdpic_dump_segments(cprm, cprm->vma_meta, cprm->vma_count)) in elf_fdpic_core_dump()
|
| /linux-6.15/mm/ |
| H A D | vma.c | 1185 vms->vma_count, mm_wr_locked); in vms_clear_ptes() 1225 mm->map_count -= vms->vma_count; in vms_complete_munmap_vmas() 1341 mas_set(mas_detach, vms->vma_count++); in vms_gather_munmap_vmas() 1397 vma_test = mas_find(&test, vms->vma_count - 1); in vms_gather_munmap_vmas() 1401 vma_test = mas_next(&test, vms->vma_count - 1); in vms_gather_munmap_vmas() 1404 BUG_ON(vms->vma_count != test_count); in vms_gather_munmap_vmas() 1449 vms->vma_count = 0; in init_vma_munmap()
|
| H A D | vma.h | 42 int vma_count; /* Number of vmas that will be removed */ member
|
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 1160 u32 vma_count; in panthor_vm_op_ctx_prealloc_vmas() local 1167 vma_count = 3; in panthor_vm_op_ctx_prealloc_vmas() 1174 vma_count = 1; in panthor_vm_op_ctx_prealloc_vmas() 1181 for (u32 i = 0; i < vma_count; i++) { in panthor_vm_op_ctx_prealloc_vmas()
|