Searched refs:do_arch_prctl_64 (Results 1 – 2 of 2) sorted by relevance
132 if let Err(SystemError::EINVAL) = Self::do_arch_prctl_64(&pcb, option, arg2, true) { in arch_prctl()139 pub fn do_arch_prctl_64( in do_arch_prctl_64() method
356 Syscall::do_arch_prctl_64(new_pcb, ARCH_SET_FS, clone_args.tls, true)?; in copy_thread()