pub fn sys_mprotect(addr: u64, len: u64, prot: u64) -> Result<u64, SyscallError>
SYS_MPROTECT (104): change permissions in an existing mapping range.