Home
last modified time | relevance | path

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

/Linux-v5.4/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()
DMakefile43 compaction.o vmacache.o \
Dnommu.c656 if (curr->vmacache.vmas[i] == vma) { in delete_vma_from_mm()
/Linux-v5.4/include/linux/
Dvmacache.h10 memset(tsk->vmacache.vmas, 0, sizeof(tsk->vmacache.vmas)); in vmacache_flush()
Dmm_types_task.h34 struct vmacache { struct
Dsched.h731 struct vmacache vmacache; member
/Linux-v5.4/kernel/debug/
Ddebug_core.c293 if (!current->vmacache.vmas[i]) in kgdb_flush_swbreak_addr()
295 flush_cache_range(current->vmacache.vmas[i], in kgdb_flush_swbreak_addr()