Searched refs:r_guard (Results 1 – 1 of 1) sorted by relevance
445 let mut r_guard = r.lock(); in mprotect() localVariable447 if !r_guard.can_have_flags(prot_flags) { in mprotect()448 drop(r_guard); in mprotect()453 let new_flags: PageFlags<MMArch> = r_guard in mprotect()458 r_guard.remap(new_flags, mapper, &mut flusher)?; in mprotect()459 drop(r_guard); in mprotect()