Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dmod.rs780 pub fn collide(&self, other: &VirtRegion) -> bool { in collide() method
H A Ducontext.rs525 if old_region.collide(&new_region) { in mremap()