Searched refs:do_int3 (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.7/kernel/src/exception/ | ||
D | entry.S | 149 leaq do_int3(%rip), %rax // 获取中断服务程序的地址 |
D | trap.c | 48 void do_int3(struct pt_regs *regs, unsigned long error_code) in do_int3() function |