Home
last modified time | relevance | path

Searched refs:ret_from_intr (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/process/
H A Dprocess.h29 extern void ret_from_intr(void); // 导出从中断返回的函数(定义在entry.S)
/DragonOS/kernel/src/arch/x86_64/process/
H A Dmod.rs42 fn ret_from_intr(); in ret_from_intr() function
350 new_arch_guard.rip = ret_from_intr as usize; in copy_thread()
529 let new_rip = VirtAddr::new(ret_from_intr as usize); in arch_switch_to_user()
/DragonOS/kernel/src/arch/x86_64/asm/
H A Dentry.S63 ENTRY(ret_from_intr)