Lines Matching refs:r0

72     mrc     p15, 0, r0, c1, c0, 0  in OS_SetExceptionVectorUpper()
73 orr r0, r0, #HW_C1_EXCEPT_VEC_UPPER in OS_SetExceptionVectorUpper()
74 mcr p15, 0, r0, c1, c0, 0 in OS_SetExceptionVectorUpper()
89 mrc p15, 0, r0, c1, c0, 0 in OS_SetExceptionVectorLower()
90 bic r0, r0, #HW_C1_EXCEPT_VEC_UPPER in OS_SetExceptionVectorLower()
91 mcr p15, 0, r0, c1, c0, 0 in OS_SetExceptionVectorLower()
163 stmia r12, {r0-r4,sp,lr} in OSi_DebuggerExceptionHook()
171 mrs r0, CPSR in OSi_DebuggerExceptionHook()
172 and r0, r0, #0x1f in OSi_DebuggerExceptionHook()
173 teq r0, #0x17 in OSi_DebuggerExceptionHook()
175 teq r0, #0x1b in OSi_DebuggerExceptionHook()
179 bic r0, sp, #1 in OSi_DebuggerExceptionHook()
180 ldr r1, [r0, #4] in OSi_DebuggerExceptionHook()
181 ldr r0, [r0, #12] in OSi_DebuggerExceptionHook()
185 bic r0, r0, #1 in OSi_DebuggerExceptionHook()
186 ldrh r0, [r0, #-2] in OSi_DebuggerExceptionHook()
188 cmp r0, r1 in OSi_DebuggerExceptionHook()
191 cmp r0, r1 in OSi_DebuggerExceptionHook()
194 cmp r0, r1 in OSi_DebuggerExceptionHook()
198 bic r0, r0, #3 in OSi_DebuggerExceptionHook()
199 ldr r0, [r0, #-4] in OSi_DebuggerExceptionHook()
201 cmp r0, r1 in OSi_DebuggerExceptionHook()
204 cmp r0, r1 in OSi_DebuggerExceptionHook()
207 cmp r0, r1 in OSi_DebuggerExceptionHook()
212 ldmia r12, {r0-r1} in OSi_DebuggerExceptionHook()
214 stmfd r12!, {r0-r3,sp,lr} in OSi_DebuggerExceptionHook()
215 and r0, sp, #1 in OSi_DebuggerExceptionHook()
218 ldmfd sp!, {r0-r3,r12,lr} in OSi_DebuggerExceptionHook()
224 ldmia r12, {r0-r4,sp,lr} in OSi_DebuggerExceptionHook()
299 stmfd r12!, {r0-r3,sp,lr} in OSi_ExceptionHandler()
301 and r0, sp, #1 in OSi_ExceptionHandler()
327 mov r0,r0 // Nop in OSi_ExceptionHandler()
330 ldmfd sp!, {r0-r3, r12, lr} in OSi_ExceptionHandler()
346 stmfd sp!, {r0, lr} /* 8-byte alignment of the call stack */ in OSi_GetAndDisplayContext()
353 ldmfd sp!, {r0, lr} /* 8-byte alignment of the call stack */ in OSi_GetAndDisplayContext()
385 str r0, [r1, #OSiExContext.exinfo ] in OSi_SetExContext()
388 ldr r0, [r12,#0] in OSi_SetExContext()
389 str r0, [r1, #OS_CONTEXT_R0] in OSi_SetExContext()
390 ldr r0, [r12,#4] in OSi_SetExContext()
391 str r0, [r1, #OS_CONTEXT_R1] in OSi_SetExContext()
392 ldr r0, [r12,#8] in OSi_SetExContext()
393 str r0, [r1, #OS_CONTEXT_R2] in OSi_SetExContext()
394 ldr r0, [r12, #12] in OSi_SetExContext()
395 str r0, [r1, #OS_CONTEXT_R3] in OSi_SetExContext()
400 add r0, r1, #OS_CONTEXT_R4 in OSi_SetExContext()
401 stmia r0, {r4-r11} in OSi_SetExContext()
410 ldr r0, [r2, #0] in OSi_SetExContext()
411 str r0, [r1, #OSiExContext.cp15 ] in OSi_SetExContext()
414 ldr r0, [r2, #8] in OSi_SetExContext()
415 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
416 ldr r0, [r2, #12] in OSi_SetExContext()
417 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
420 mov r0, #0 in OSi_SetExContext()
421 str r0, [r1, #OSiExContext.cp15] in OSi_SetExContext()
424 ldr r0, [r2, #4] in OSi_SetExContext()
425 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
426 ldr r0, [r2, #8] in OSi_SetExContext()
427 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
432 mrs r0, CPSR in OSi_SetExContext()
448 msr CPSR_cxsf, r0 in OSi_SetExContext()
507 mov r0, sp in OSi_DisplayExContext()
511 mov sp, r0 in OSi_DisplayExContext()
517 ldr r0, =OSi_ExContext in OSi_DisplayExContext()