Home
last modified time | relevance | path

Searched defs:munmap (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/mm/
H A Dsyscall.rs450 pub fn munmap(start_vaddr: VirtAddr, len: usize) -> Result<usize, SystemError> { in munmap() method
H A Ducontext.rs570 pub fn munmap( in munmap() method