Home
last modified time | relevance | path

Searched refs:syscall_int (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/kernel/src/exception/
Dtrap.h51 void syscall_int(); // 系统调用门
Dentry.S284 ENTRY(syscall_int)
/DragonOS-0.1.8/kernel/src/syscall/
Dsyscall.c14 extern void syscall_int(void);
/DragonOS-0.1.8/kernel/src/arch/x86_64/
Dsyscall.rs26 fn syscall_int(); in syscall_int() function
122 unsafe { set_system_trap_gate(0x80, 0, syscall_int as *mut c_void) }; // 系统调用门 in arch_syscall_init()