Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
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()
DMakefile53 compaction.o vmacache.o \
Dnommu.c637 if (curr->vmacache.vmas[i] == vma) { in delete_vma_from_mm()
/kernel/linux/linux-5.10/include/linux/
Dvmacache.h10 memset(tsk->vmacache.vmas, 0, sizeof(tsk->vmacache.vmas)); in vmacache_flush()
Dmm_types_task.h34 struct vmacache { struct
Dsched.h904 struct vmacache vmacache; member
/kernel/linux/linux-5.10/kernel/debug/
Ddebug_core.c294 if (!current->vmacache.vmas[i]) in kgdb_flush_swbreak_addr()
296 flush_cache_range(current->vmacache.vmas[i], in kgdb_flush_swbreak_addr()