Home
last modified time | relevance | path

Searched refs:vmacache (Results 1 – 14 of 14) sorted by relevance

/linux/mm/
A Dvmacache.c38 current->vmacache.vmas[VMACACHE_HASH(addr)] = newvma; in vmacache_update()
49 if (mm->vmacache_seqnum != curr->vmacache.seqnum) { in vmacache_valid()
54 curr->vmacache.seqnum = mm->vmacache_seqnum; in vmacache_valid()
72 struct vm_area_struct *vma = current->vmacache.vmas[idx]; in vmacache_find()
105 struct vm_area_struct *vma = current->vmacache.vmas[idx]; in vmacache_find_exact()
A D.vmacache.o.cmd1vmacache.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin…
3 source_mm/vmacache.o := mm/vmacache.c
5 deps_mm/vmacache.o := \
901 include/linux/vmacache.h \
903 mm/vmacache.o: $(deps_mm/vmacache.o)
905 $(deps_mm/vmacache.o):
A Dbuilt-in.a23 vmacache.o/
A D.built-in.a.cmd1 …king-dev.o mm/mm_init.o mm/percpu.o mm/slab_common.o mm/compaction.o mm/vmacache.o mm/interval_tre…
A DMakefile53 compaction.o vmacache.o \
A Dnommu.c626 if (curr->vmacache.vmas[i] == vma) { in delete_vma_from_mm()
A D.mmap.o.cmd1194 include/linux/vmacache.h \
/linux/include/linux/
A Dvmacache.h10 memset(tsk->vmacache.vmas, 0, sizeof(tsk->vmacache.vmas)); in vmacache_flush()
A Dmm_types_task.h34 struct vmacache { struct
A Dsched.h859 struct vmacache vmacache; member
/linux/kernel/debug/
A Ddebug_core.c289 if (!current->vmacache.vmas[i]) in kgdb_flush_swbreak_addr()
291 flush_cache_range(current->vmacache.vmas[i], in kgdb_flush_swbreak_addr()
/linux/fs/proc/
A D.task_mmu.o.cmd903 include/linux/vmacache.h \
/linux/fs/
A D.exec.o.cmd919 include/linux/vmacache.h \
/linux/kernel/
A D.fork.o.cmd1120 include/linux/vmacache.h \

Completed in 34 milliseconds