Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/kernel/src/mm/
Dmmap.c550 int mm_unmap(struct mm_struct *mm, uint64_t vaddr, uint64_t length, bool destroy) in mm_unmap() argument
572 if (destroy) in mm_unmap()
Dmm.h499 int mm_unmap(struct mm_struct *mm, uint64_t vaddr, uint64_t length, bool destroy);