Searched refs:vmacache (Results 1 – 14 of 14) sorted by relevance
38 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()
1 …vmacache.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin…3 source_mm/vmacache.o := mm/vmacache.c5 deps_mm/vmacache.o := \901 include/linux/vmacache.h \903 mm/vmacache.o: $(deps_mm/vmacache.o)905 $(deps_mm/vmacache.o):
23 vmacache.o/
1 …king-dev.o mm/mm_init.o mm/percpu.o mm/slab_common.o mm/compaction.o mm/vmacache.o mm/interval_tre…
53 compaction.o vmacache.o \
626 if (curr->vmacache.vmas[i] == vma) { in delete_vma_from_mm()
1194 include/linux/vmacache.h \
10 memset(tsk->vmacache.vmas, 0, sizeof(tsk->vmacache.vmas)); in vmacache_flush()
34 struct vmacache { struct
859 struct vmacache vmacache; member
289 if (!current->vmacache.vmas[i]) in kgdb_flush_swbreak_addr()291 flush_cache_range(current->vmacache.vmas[i], in kgdb_flush_swbreak_addr()
903 include/linux/vmacache.h \
919 include/linux/vmacache.h \
1120 include/linux/vmacache.h \
Completed in 31 milliseconds