Lines Matching refs:rip

121     leaq do_divide_error(%rip), %rax    // 获取中断服务程序的地址
130 leaq do_debug(%rip), %rax // 获取中断服务程序的地址
141 leaq do_nmi(%rip), %rax
149 leaq do_int3(%rip), %rax // 获取中断服务程序的地址
157 leaq do_overflow(%rip), %rax // 获取中断服务程序的地址
165 leaq do_bounds(%rip), %rax // 获取中断服务程序的地址
173 leaq do_undefined_opcode(%rip), %rax // 获取中断服务程序的地址
181 leaq do_dev_not_avaliable(%rip), %rax // 获取中断服务程序的地址
188 leaq do_double_fault(%rip), %rax // 获取中断服务程序的地址
196 leaq do_coprocessor_segment_overrun(%rip), %rax // 获取中断服务程序的地址
205 leaq do_invalid_TSS(%rip), %rax
212 leaq do_segment_not_exists(%rip), %rax // 获取中断服务程序的地址
219 leaq do_stack_segment_fault(%rip), %rax // 获取中断服务程序的地址
226 leaq do_general_protection(%rip), %rax // 获取中断服务程序的地址
235 leaq do_page_fault(%rip), %rax
245 leaq do_x87_FPU_error(%rip), %rax // 获取中断服务程序的地址
252 leaq do_alignment_check(%rip), %rax // 获取中断服务程序的地址
260 leaq do_machine_check(%rip), %rax // 获取中断服务程序的地址
268 leaq do_SIMD_exception(%rip), %rax // 获取中断服务程序的地址
276 leaq do_virtualization_exception(%rip), %rax // 获取中断服务程序的地址
287 leaq syscall_handler(%rip), %rax // 获取系统调用服务程序的地址
295 leaq ignore_int_handler(%rip), %rax // 获取ignore处理程序的地址