Lines Matching refs:r1
180 ldr r1, [r0, #4] in OSi_DebuggerExceptionHook()
182 tst r1, #0x20 in OSi_DebuggerExceptionHook()
187 ldr r1, =0x0000EFFF in OSi_DebuggerExceptionHook()
188 cmp r0, r1 in OSi_DebuggerExceptionHook()
190 ldr r1, =0x0000DEFE in OSi_DebuggerExceptionHook()
191 cmp r0, r1 in OSi_DebuggerExceptionHook()
193 ldr r1, =0x0000BE00 in OSi_DebuggerExceptionHook()
194 cmp r0, r1 in OSi_DebuggerExceptionHook()
200 ldr r1, =0xE7FFFFFF in OSi_DebuggerExceptionHook()
201 cmp r0, r1 in OSi_DebuggerExceptionHook()
203 ldr r1, =0xE7FDDEFE in OSi_DebuggerExceptionHook()
204 cmp r0, r1 in OSi_DebuggerExceptionHook()
206 ldr r1, =0xE6000010 in OSi_DebuggerExceptionHook()
207 cmp r0, r1 in OSi_DebuggerExceptionHook()
212 ldmia r12, {r0-r1} in OSi_DebuggerExceptionHook()
304 mrs r1, CPSR in OSi_ExceptionHandler()
305 and r1, r1, #0x1f in OSi_ExceptionHandler()
308 teq r1, #0x17 in OSi_ExceptionHandler()
315 teq r1, #0x1b in OSi_ExceptionHandler()
376 ldr r1, =OSi_ExContext; in OSi_SetExContext() local
381 str r2, [r1, #OSiExContext.debug[1] ] in OSi_SetExContext()
385 str r0, [r1, #OSiExContext.exinfo ] in OSi_SetExContext()
389 str r0, [r1, #OS_CONTEXT_R0] in OSi_SetExContext()
391 str r0, [r1, #OS_CONTEXT_R1] in OSi_SetExContext()
393 str r0, [r1, #OS_CONTEXT_R2] in OSi_SetExContext()
395 str r0, [r1, #OS_CONTEXT_R3] in OSi_SetExContext()
400 add r0, r1, #OS_CONTEXT_R4 in OSi_SetExContext()
405 str r12, [r1, #OSiExContext.debug[0] ] in OSi_SetExContext()
411 str r0, [r1, #OSiExContext.cp15 ] in OSi_SetExContext()
413 str r3, [r1, #OS_CONTEXT_CPSR] in OSi_SetExContext()
415 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
417 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
421 str r0, [r1, #OSiExContext.cp15] in OSi_SetExContext()
423 str r3, [r1, #OS_CONTEXT_CPSR] in OSi_SetExContext()
425 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
427 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
438 str sp, [r1, #OS_CONTEXT_R13] in OSi_SetExContext()
439 str lr, [r1, #OS_CONTEXT_R14] in OSi_SetExContext()
444 str r2, [r1, #OSiExContext.debug[3] ] in OSi_SetExContext()
508 ldr r1, =0x9f in OSi_DisplayExContext()
509 msr CPSR_cxsf, r1 in OSi_DisplayExContext()
510 mov r1, sp in OSi_DisplayExContext()
512 stmfd sp!, {r1,r2} in OSi_DisplayExContext()
520 ldr r1, =OSi_UserExceptionHandlerArg in OSi_DisplayExContext()
521 ldr r1, [r1] in OSi_DisplayExContext()
534 ldmfd sp!, {r1,r2} in OSi_DisplayExContext()
535 mov sp, r1 in OSi_DisplayExContext()