Lines Matching refs:exception_index
1003 env->exception_index = EXCP_SYSCALL; in helper_syscall()
1119 env->exception_index = -1; in helper_sysret()
1344 env->exception_index = intno; in raise_interrupt()
1353 void raise_exception_err(int exception_index, int error_code) in raise_exception_err() argument
1355 raise_interrupt(exception_index, 0, error_code, 0); in raise_exception_err()
1358 void raise_exception(int exception_index) in raise_exception() argument
1360 raise_interrupt(exception_index, 0, 0, 0); in raise_exception()
2512 env->exception_index = -1; in helper_lcall_protected()
2799 env->exception_index = -1; in helper_iret_protected()
2810 env->exception_index = -1; in helper_lret_protected()
2888 env->exception_index = -1; in helper_sysexit()
4683 env->exception_index = EXCP_HLT; in do_hlt()
4721 env->exception_index = EXCP_DEBUG; in helper_debug()
4735 void helper_raise_exception(int exception_index) in helper_raise_exception() argument
4737 raise_exception(exception_index); in helper_raise_exception()
4854 raise_exception_err(env->exception_index, env->error_code); in tlb_fill()
5070 env->exception_index = vector; in helper_vmrun()
5079 env->exception_index = EXCP02_NMI; in helper_vmrun()
5087 env->exception_index = vector; in helper_vmrun()
5095 env->exception_index = vector; in helper_vmrun()
5103 qemu_log_mask(CPU_LOG_TB_IN_ASM, " %#x %#x\n", env->exception_index, env->error_code); in helper_vmrun()
5431 env->exception_index = -1; in helper_vmexit()