Lines Matching refs:expect
69 .expect("Current process has no address space"); in current()
186 .expect("VMA page not mapped") in try_clone()
190 .expect("Phys2Virt: vaddr overflow.") in try_clone()
199 .expect("VMA page not mapped") in try_clone()
203 .expect("Phys2Virt: vaddr overflow.") in try_clone()
436 let (before, r, after) = r.extract(intersection).expect("Failed to extract VMA"); in mprotect()
836 .expect("Failed to remap, beacuse of some page is not mapped") in remap()
851 .expect("Failed to unmap, beacuse of some page is not mapped"); in unmap()
1001 .expect("Failed to remap, beacuse of some page is not mapped") in remap()
1048 .expect("Failed to map phys, may be OOM error"); in physmap()
1099 .expect("Failed to map zero, may be OOM error"); in zeroed()