Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dvmacache.c39 current->vmacache.vmas[VMACACHE_HASH(addr)] = newvma; in vmacache_update()
50 if (mm->vmacache_seqnum != curr->vmacache.seqnum) { in vmacache_valid()
55 curr->vmacache.seqnum = mm->vmacache_seqnum; in vmacache_valid()
73 struct vm_area_struct *vma = current->vmacache.vmas[idx]; in vmacache_find()
106 struct vm_area_struct *vma = current->vmacache.vmas[idx]; in vmacache_find_exact()
DMakefile40 compaction.o vmacache.o \
Dnommu.c729 if (curr->vmacache.vmas[i] == vma) { in delete_vma_from_mm()
/Linux-v4.19/include/linux/
Dvmacache.h10 memset(tsk->vmacache.vmas, 0, sizeof(tsk->vmacache.vmas)); in vmacache_flush()
Dmm_types_task.h34 struct vmacache { struct
Dsched.h692 struct vmacache vmacache; member
/Linux-v4.19/kernel/debug/
Ddebug_core.c236 if (!current->vmacache.vmas[i]) in kgdb_flush_swbreak_addr()
238 flush_cache_range(current->vmacache.vmas[i], in kgdb_flush_swbreak_addr()