Home | History | Annotate | Download | only in qemu

Lines Matching refs:exception

287     /* prepare setjmp context for exception handling */
290 /* if an exception is pending, we execute it here */
301 /* if user mode only, we simulate a fake exception
467 jump normally, then does the exception return when the
646 /* XXX: Save/restore host fpu exception state?. */
724 /* 'pc' is the host PC at which the exception was raised. 'address' is
725 the effective address of the memory exception. 'is_write' is 1 if a
726 write caused the exception and otherwise 0'. 'old_set' is the
892 # define XER_sig(context) REG_sig(xer, context) /* User's integer exception register */
898 /* Exception Registers access */
912 /* Exception Registers access */
932 # define LR_sig(context) REG_sig(lr, context) /* User's integer exception register */
937 /* Exception Registers access */
940 # define TRAP_sig(context) EXCEPREG_sig(exception, context) /* number of powerpc exception taken */