Lines Matching refs:r1
200 ldr r1, [r0, #4] in OSi_DebuggerExceptionHook()
202 tst r1, #0x20 in OSi_DebuggerExceptionHook()
207 ldr r1, =0x0000EFFF in OSi_DebuggerExceptionHook()
208 cmp r0, r1 in OSi_DebuggerExceptionHook()
210 ldr r1, =0x0000DEFE in OSi_DebuggerExceptionHook()
211 cmp r0, r1 in OSi_DebuggerExceptionHook()
213 ldr r1, =0x0000BE00 in OSi_DebuggerExceptionHook()
214 cmp r0, r1 in OSi_DebuggerExceptionHook()
220 ldr r1, =0xE7FFFFFF in OSi_DebuggerExceptionHook()
221 cmp r0, r1 in OSi_DebuggerExceptionHook()
223 ldr r1, =0xE7FDDEFE in OSi_DebuggerExceptionHook()
224 cmp r0, r1 in OSi_DebuggerExceptionHook()
226 ldr r1, =0xE6000010 in OSi_DebuggerExceptionHook()
227 cmp r0, r1 in OSi_DebuggerExceptionHook()
232 ldmia r12, {r0-r1} in OSi_DebuggerExceptionHook()
324 mrs r1, CPSR in OSi_ExceptionHandler()
325 and r1, r1, #0x1f in OSi_ExceptionHandler()
328 teq r1, #0x17 in OSi_ExceptionHandler()
335 teq r1, #0x1b in OSi_ExceptionHandler()
396 ldr r1, =OSi_ExContext; in OSi_SetExContext() local
401 str r2, [r1, #OSiExContext.debug[1] ] in OSi_SetExContext()
405 str r0, [r1, #OSiExContext.exinfo ] in OSi_SetExContext()
409 str r0, [r1, #OS_CONTEXT_R0] in OSi_SetExContext()
411 str r0, [r1, #OS_CONTEXT_R1] in OSi_SetExContext()
413 str r0, [r1, #OS_CONTEXT_R2] in OSi_SetExContext()
415 str r0, [r1, #OS_CONTEXT_R3] in OSi_SetExContext()
420 add r0, r1, #OS_CONTEXT_R4 in OSi_SetExContext()
425 str r12, [r1, #OSiExContext.debug[0] ] in OSi_SetExContext()
431 str r0, [r1, #OSiExContext.cp15 ] in OSi_SetExContext()
433 str r3, [r1, #OS_CONTEXT_CPSR] in OSi_SetExContext()
435 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
437 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
441 str r0, [r1, #OSiExContext.cp15] in OSi_SetExContext()
443 str r3, [r1, #OS_CONTEXT_CPSR] in OSi_SetExContext()
445 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
447 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
458 str sp, [r1, #OS_CONTEXT_R13] in OSi_SetExContext()
459 str lr, [r1, #OS_CONTEXT_R14] in OSi_SetExContext()
464 str r2, [r1, #OSiExContext.debug[3] ] in OSi_SetExContext()
528 ldr r1, =0x9f in OSi_DisplayExContext()
529 msr CPSR_cxsf, r1 in OSi_DisplayExContext()
530 mov r1, sp in OSi_DisplayExContext()
532 stmfd sp!, {r1,r2} in OSi_DisplayExContext()
540 ldr r1, =OSi_UserExceptionHandlerArg in OSi_DisplayExContext()
541 ldr r1, [r1] in OSi_DisplayExContext()
554 ldmfd sp!, {r1,r2} in OSi_DisplayExContext()
555 mov sp, r1 in OSi_DisplayExContext()