Searched refs:syscall_int (Results 1 – 4 of 4) sorted by relevance
51 void syscall_int(); // 系统调用门
284 ENTRY(syscall_int)
14 extern void syscall_int(void);
26 fn syscall_int(); in syscall_int() function122 unsafe { set_system_trap_gate(0x80, 0, syscall_int as *mut c_void) }; // 系统调用门 in arch_syscall_init()