Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/syscall/
Dsyscall.h99 void do_syscall_int(struct pt_regs *regs, unsigned long error_code);
Dsyscall.c586 void do_syscall_int(struct pt_regs *regs, unsigned long error_code) in do_syscall_int() function
/DragonOS-0.1.3/kernel/src/exception/
Dentry.S292 leaq do_syscall_int(%rip), %rax // 获取系统调用服务程序的地址