Lines Matching refs:rip
165 leaq do_divide_error(%rip), %rax // 获取中断服务程序的地址
174 leaq do_debug(%rip), %rax // 获取中断服务程序的地址
185 leaq do_nmi(%rip), %rax
193 leaq do_int3(%rip), %rax // 获取中断服务程序的地址
201 leaq do_overflow(%rip), %rax // 获取中断服务程序的地址
209 leaq do_bounds(%rip), %rax // 获取中断服务程序的地址
217 leaq do_undefined_opcode(%rip), %rax // 获取中断服务程序的地址
225 leaq do_dev_not_avaliable(%rip), %rax // 获取中断服务程序的地址
232 leaq do_double_fault(%rip), %rax // 获取中断服务程序的地址
240 leaq do_coprocessor_segment_overrun(%rip), %rax // 获取中断服务程序的地址
249 leaq do_invalid_TSS(%rip), %rax
256 leaq do_segment_not_exists(%rip), %rax // 获取中断服务程序的地址
263 leaq do_stack_segment_fault(%rip), %rax // 获取中断服务程序的地址
270 leaq do_general_protection(%rip), %rax // 获取中断服务程序的地址
279 leaq do_page_fault(%rip), %rax
289 leaq do_x87_FPU_error(%rip), %rax // 获取中断服务程序的地址
296 leaq do_alignment_check(%rip), %rax // 获取中断服务程序的地址
304 leaq do_machine_check(%rip), %rax // 获取中断服务程序的地址
312 leaq do_SIMD_exception(%rip), %rax // 获取中断服务程序的地址
320 leaq do_virtualization_exception(%rip), %rax // 获取中断服务程序的地址
331 leaq do_syscall_int(%rip), %rax // 获取系统调用服务程序的地址
339 leaq ignore_int_handler(%rip), %rax // 获取ignore处理程序的地址