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