Searched refs:run_init_process (Results 1 – 2 of 2) sorted by relevance
125 if let Err(e) = run_init_process(proc_init_info, trap_frame) { in try_to_run_init_process()139 fn run_init_process( in run_init_process() function
300 …ctor(process): Extract common logic for riscv and x86_64 in arch_switch_to_user to run_init_process302 调整arch_switch_to_user函数,把riscv和x86_64的共用逻辑抽取出来。写成run_init_process函数,并且能够尝试运行多个不同的init程序,直到某个运行成功