Searched refs:set_system_trap_gate (Results 1 – 3 of 3) sorted by relevance
/DragonOS-0.1.2/kernel/src/exception/ |
D | trap.c | 331 set_system_trap_gate(3, 0, int3); in sys_vector_init() 332 set_system_trap_gate(4, 0, overflow); in sys_vector_init() 333 set_system_trap_gate(5, 0, bounds); in sys_vector_init()
|
D | gate.h | 156 void set_system_trap_gate(unsigned int n, unsigned char ist, void *addr) in set_system_trap_gate() function
|
/DragonOS-0.1.2/kernel/src/syscall/ |
D | syscall.c | 69 set_system_trap_gate(0x80, 0, syscall_int); // 系统调用门 in syscall_init()
|