Lines Matching refs:r0

77     mrc     p15, 0, r0, c1, c0, 0  in OS_SetExceptionVectorUpper()
78 orr r0, r0, #HW_C1_EXCEPT_VEC_UPPER in OS_SetExceptionVectorUpper()
79 mcr p15, 0, r0, c1, c0, 0 in OS_SetExceptionVectorUpper()
94 mrc p15, 0, r0, c1, c0, 0 in OS_SetExceptionVectorLower()
95 bic r0, r0, #HW_C1_EXCEPT_VEC_UPPER in OS_SetExceptionVectorLower()
96 mcr p15, 0, r0, c1, c0, 0 in OS_SetExceptionVectorLower()
183 stmia r12, {r0-r4,sp,lr} in OSi_DebuggerExceptionHook()
191 mrs r0, CPSR in OSi_DebuggerExceptionHook()
192 and r0, r0, #0x1f in OSi_DebuggerExceptionHook()
193 teq r0, #0x17 in OSi_DebuggerExceptionHook()
195 teq r0, #0x1b in OSi_DebuggerExceptionHook()
199 bic r0, sp, #1 in OSi_DebuggerExceptionHook()
200 ldr r1, [r0, #4] in OSi_DebuggerExceptionHook()
201 ldr r0, [r0, #12] in OSi_DebuggerExceptionHook()
205 bic r0, r0, #1 in OSi_DebuggerExceptionHook()
206 ldrh r0, [r0, #-2] in OSi_DebuggerExceptionHook()
208 cmp r0, r1 in OSi_DebuggerExceptionHook()
211 cmp r0, r1 in OSi_DebuggerExceptionHook()
214 cmp r0, r1 in OSi_DebuggerExceptionHook()
218 bic r0, r0, #3 in OSi_DebuggerExceptionHook()
219 ldr r0, [r0, #-4] in OSi_DebuggerExceptionHook()
221 cmp r0, r1 in OSi_DebuggerExceptionHook()
224 cmp r0, r1 in OSi_DebuggerExceptionHook()
227 cmp r0, r1 in OSi_DebuggerExceptionHook()
232 ldmia r12, {r0-r1} in OSi_DebuggerExceptionHook()
234 stmfd r12!, {r0-r3,sp,lr} in OSi_DebuggerExceptionHook()
235 and r0, sp, #1 in OSi_DebuggerExceptionHook()
238 ldmfd sp!, {r0-r3,r12,lr} in OSi_DebuggerExceptionHook()
244 ldmia r12, {r0-r4,sp,lr} in OSi_DebuggerExceptionHook()
319 stmfd r12!, {r0-r3,sp,lr} in OSi_ExceptionHandler()
321 and r0, sp, #1 in OSi_ExceptionHandler()
347 mov r0,r0 // Nop in OSi_ExceptionHandler()
350 ldmfd sp!, {r0-r3, r12, lr} in OSi_ExceptionHandler()
366 stmfd sp!, {r0, lr} /* 8-byte alignment of the call stack */ in OSi_GetAndDisplayContext()
373 ldmfd sp!, {r0, lr} /* 8-byte alignment of the call stack */ in OSi_GetAndDisplayContext()
405 str r0, [r1, #OSiExContext.exinfo ] in OSi_SetExContext()
408 ldr r0, [r12,#0] in OSi_SetExContext()
409 str r0, [r1, #OS_CONTEXT_R0] in OSi_SetExContext()
410 ldr r0, [r12,#4] in OSi_SetExContext()
411 str r0, [r1, #OS_CONTEXT_R1] in OSi_SetExContext()
412 ldr r0, [r12,#8] in OSi_SetExContext()
413 str r0, [r1, #OS_CONTEXT_R2] in OSi_SetExContext()
414 ldr r0, [r12, #12] in OSi_SetExContext()
415 str r0, [r1, #OS_CONTEXT_R3] in OSi_SetExContext()
420 add r0, r1, #OS_CONTEXT_R4 in OSi_SetExContext()
421 stmia r0, {r4-r11} in OSi_SetExContext()
430 ldr r0, [r2, #0] in OSi_SetExContext()
431 str r0, [r1, #OSiExContext.cp15 ] in OSi_SetExContext()
434 ldr r0, [r2, #8] in OSi_SetExContext()
435 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
436 ldr r0, [r2, #12] in OSi_SetExContext()
437 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
440 mov r0, #0 in OSi_SetExContext()
441 str r0, [r1, #OSiExContext.cp15] in OSi_SetExContext()
444 ldr r0, [r2, #4] in OSi_SetExContext()
445 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
446 ldr r0, [r2, #8] in OSi_SetExContext()
447 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
452 mrs r0, CPSR in OSi_SetExContext()
468 msr CPSR_cxsf, r0 in OSi_SetExContext()
527 mov r0, sp in OSi_DisplayExContext()
531 mov sp, r0 in OSi_DisplayExContext()
537 ldr r0, =OSi_ExContext in OSi_DisplayExContext()