Searched refs:collide (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.9/kernel/src/mm/ | ||
D | mod.rs | 667 pub fn collide(&self, other: &VirtRegion) -> bool { in collide() method |
D | ucontext.rs | 408 if old_region.collide(&new_region) { in mremap() |