Lines Matching refs:r0

68     mrc     p15, 0, r0, c1, c0, 0  in OS_SetExceptionVectorUpper()
69 orr r0, r0, #HW_C1_EXCEPT_VEC_UPPER in OS_SetExceptionVectorUpper()
70 mcr p15, 0, r0, c1, c0, 0 in OS_SetExceptionVectorUpper()
85 mrc p15, 0, r0, c1, c0, 0 in OS_SetExceptionVectorLower()
86 bic r0, r0, #HW_C1_EXCEPT_VEC_UPPER in OS_SetExceptionVectorLower()
87 mcr p15, 0, r0, c1, c0, 0 in OS_SetExceptionVectorLower()
159 stmia r12, {r0-r4,sp,lr} in OSi_DebuggerExceptionHook()
167 mrs r0, CPSR in OSi_DebuggerExceptionHook()
168 and r0, r0, #0x1f in OSi_DebuggerExceptionHook()
169 teq r0, #0x17 in OSi_DebuggerExceptionHook()
171 teq r0, #0x1b in OSi_DebuggerExceptionHook()
175 bic r0, sp, #1 in OSi_DebuggerExceptionHook()
176 ldr r1, [r0, #4] in OSi_DebuggerExceptionHook()
177 ldr r0, [r0, #12] in OSi_DebuggerExceptionHook()
181 bic r0, r0, #1 in OSi_DebuggerExceptionHook()
182 ldrh r0, [r0, #-2] in OSi_DebuggerExceptionHook()
184 cmp r0, r1 in OSi_DebuggerExceptionHook()
187 cmp r0, r1 in OSi_DebuggerExceptionHook()
190 cmp r0, r1 in OSi_DebuggerExceptionHook()
194 bic r0, r0, #3 in OSi_DebuggerExceptionHook()
195 ldr r0, [r0, #-4] in OSi_DebuggerExceptionHook()
197 cmp r0, r1 in OSi_DebuggerExceptionHook()
200 cmp r0, r1 in OSi_DebuggerExceptionHook()
203 cmp r0, r1 in OSi_DebuggerExceptionHook()
208 ldmia r12, {r0-r1} in OSi_DebuggerExceptionHook()
210 stmfd r12!, {r0-r3,sp,lr} in OSi_DebuggerExceptionHook()
211 and r0, sp, #1 in OSi_DebuggerExceptionHook()
214 ldmfd sp!, {r0-r3,r12,lr} in OSi_DebuggerExceptionHook()
220 ldmia r12, {r0-r4,sp,lr} in OSi_DebuggerExceptionHook()
295 stmfd r12!, {r0-r3,sp,lr} in OSi_ExceptionHandler()
297 and r0, sp, #1 in OSi_ExceptionHandler()
323 mov r0,r0 // Nop in OSi_ExceptionHandler()
326 ldmfd sp!, {r0-r3, r12, lr} in OSi_ExceptionHandler()
342 stmfd sp!, {r0, lr} /* 8-byte alignment of the call stack */ in OSi_GetAndDisplayContext()
349 ldmfd sp!, {r0, lr} /* 8-byte alignment of the call stack */ in OSi_GetAndDisplayContext()
381 str r0, [r1, #OSiExContext.exinfo ] in OSi_SetExContext()
384 ldr r0, [r12,#0] in OSi_SetExContext()
385 str r0, [r1, #OS_CONTEXT_R0] in OSi_SetExContext()
386 ldr r0, [r12,#4] in OSi_SetExContext()
387 str r0, [r1, #OS_CONTEXT_R1] in OSi_SetExContext()
388 ldr r0, [r12,#8] in OSi_SetExContext()
389 str r0, [r1, #OS_CONTEXT_R2] in OSi_SetExContext()
390 ldr r0, [r12, #12] in OSi_SetExContext()
391 str r0, [r1, #OS_CONTEXT_R3] in OSi_SetExContext()
396 add r0, r1, #OS_CONTEXT_R4 in OSi_SetExContext()
397 stmia r0, {r4-r11} in OSi_SetExContext()
406 ldr r0, [r2, #0] in OSi_SetExContext()
407 str r0, [r1, #OSiExContext.cp15 ] in OSi_SetExContext()
410 ldr r0, [r2, #8] in OSi_SetExContext()
411 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
412 ldr r0, [r2, #12] in OSi_SetExContext()
413 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
416 mov r0, #0 in OSi_SetExContext()
417 str r0, [r1, #OSiExContext.cp15] in OSi_SetExContext()
420 ldr r0, [r2, #4] in OSi_SetExContext()
421 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
422 ldr r0, [r2, #8] in OSi_SetExContext()
423 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
428 mrs r0, CPSR in OSi_SetExContext()
444 msr CPSR_cxsf, r0 in OSi_SetExContext()
503 mov r0, sp in OSi_DisplayExContext()
507 mov sp, r0 in OSi_DisplayExContext()
513 ldr r0, =OSi_ExContext in OSi_DisplayExContext()