Searched refs:hide_existing_mapping (Results 1 – 5 of 5) sorted by relevance
15 pub unsafe fn hide_existing_mapping(ptr: *mut u8, len: usize) -> io::Result<()> { in hide_existing_mapping() function
22 pub unsafe fn hide_existing_mapping(ptr: *mut u8, len: usize) -> io::Result<()> { in hide_existing_mapping() function
22 pub unsafe fn hide_existing_mapping(ptr: *mut u8, len: usize) -> Result<()> { in hide_existing_mapping() function
18 pub unsafe fn hide_existing_mapping(ptr: *mut u8, len: usize) -> io::Result<()> { in hide_existing_mapping() function
675 vm::hide_existing_mapping(start, len.byte_count())?; in set_protection()