Home
last modified time | relevance | path

Searched refs:vma_count (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/arch/arm64/kernel/
Delfcore.c14 i < cprm->vma_count; \
82 int vma_count = 0; in elf_core_extra_phdrs() local
85 vma_count++; in elf_core_extra_phdrs()
87 return vma_count; in elf_core_extra_phdrs()
/linux-6.12.1/include/linux/
Dcoredump.h28 int vma_count; member
/linux-6.12.1/fs/
Dcoredump.c1174 for (i = 0; i < cprm->vma_count; i++) { in free_vma_snapshot()
1217 cprm->vma_count = mm->map_count + (gate_vma ? 1 : 0); in dump_vma_snapshot()
1219 cprm->vma_meta = kvmalloc_array(cprm->vma_count, sizeof(*cprm->vma_meta), GFP_KERNEL); in dump_vma_snapshot()
1241 for (i = 0; i < cprm->vma_count; i++) { in dump_vma_snapshot()
1258 sort(cprm->vma_meta, cprm->vma_count, sizeof(*cprm->vma_meta), in dump_vma_snapshot()
Dbinfmt_elf.c1628 count = cprm->vma_count; in fill_files_note()
1654 for (i = 0; i < cprm->vma_count; i++) { in fill_files_note()
1692 n = cprm->vma_count - count; in fill_files_note()
2021 segs = cprm->vma_count + elf_core_extra_phdrs(cprm); in elf_core_dump()
2080 for (i = 0; i < cprm->vma_count; i++) { in elf_core_dump()
2118 for (i = 0; i < cprm->vma_count; i++) { in elf_core_dump()
Dbinfmt_elf_fdpic.c1438 int vma_count) in elf_fdpic_dump_segments() argument
1442 for (i = 0; i < vma_count; i++) { in elf_fdpic_dump_segments()
1504 segs = cprm->vma_count + elf_core_extra_phdrs(cprm); in elf_fdpic_core_dump()
1569 for (i = 0; i < cprm->vma_count; i++) { in elf_fdpic_core_dump()
1619 if (!elf_fdpic_dump_segments(cprm, cprm->vma_meta, cprm->vma_count)) in elf_fdpic_core_dump()
/linux-6.12.1/mm/
Dvma.c1096 vms->vma_count, mm_wr_locked); in vms_clear_ptes()
1136 mm->map_count -= vms->vma_count; in vms_complete_munmap_vmas()
1235 mas_set(mas_detach, vms->vma_count++); in vms_gather_munmap_vmas()
1291 vma_test = mas_find(&test, vms->vma_count - 1); in vms_gather_munmap_vmas()
1295 vma_test = mas_next(&test, vms->vma_count - 1); in vms_gather_munmap_vmas()
1298 BUG_ON(vms->vma_count != test_count); in vms_gather_munmap_vmas()
Dvma.h42 int vma_count; /* Number of vmas that will be removed */ member
194 vms->vma_count = 0; in init_vma_munmap()
/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_mmu.c1159 u32 vma_count; in panthor_vm_op_ctx_prealloc_vmas() local
1166 vma_count = 3; in panthor_vm_op_ctx_prealloc_vmas()
1173 vma_count = 1; in panthor_vm_op_ctx_prealloc_vmas()
1180 for (u32 i = 0; i < vma_count; i++) { in panthor_vm_op_ctx_prealloc_vmas()