| /libcpu/arm/cortex-a/ |
| A D | context_gcc.S | 185 ldr ip, =rt_thread_switch_interrupt_flag 186 ldr r3, [ip] 192 str r3, [ip] 200 ldr ip, =rt_interrupt_to_thread @ set rt_interrupt_to_thread 201 str r1, [ip] 205 ldr ip, =rt_thread_switch_interrupt_flag 206 ldr r3, [ip] 212 str r3, [ip] 214 ldr ip, =rt_interrupt_to_thread @ set rt_interrupt_to_thread 215 str r1, [ip]
|
| A D | cpuport.h | 30 unsigned long ip; member 52 unsigned long ip; member
|
| A D | trap.c | 105 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
|
| /libcpu/arm/armv6/ |
| A D | arm_entry_gcc.S | 19 stmfd sp!, {r0-r3, ip, lr} 25 1: ldmfd sp!, {r0-r3, ip, lr} 31 stmfd sp!, {r0-r3, ip, lr} 38 1: ldmfd sp!, {r0-r3, ip, lr} 44 stmfd sp!, {r0-r3, ip, lr} 53 1: ldmfd sp!, {r0-r3, ip, lr}
|
| A D | armv6.h | 42 rt_uint32_t ip; member 61 rt_uint32_t ip; member
|
| /libcpu/arm/realview-a8-vmm/ |
| A D | armv7.h | 27 unsigned long ip; member 49 unsigned long ip; member
|
| A D | trap.c | 35 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
|
| /libcpu/arm/cortex-r52/ |
| A D | cpuport.h | 28 unsigned long ip; member 50 unsigned long ip; member
|
| A D | armv8.h | 27 unsigned long ip; member 49 unsigned long ip; member
|
| A D | trap.c | 65 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
|
| /libcpu/mips/gs232/ |
| A D | interrupt.c | 137 void rt_do_mips_cpu_irq(rt_uint32_t ip) in rt_do_mips_cpu_irq() argument 141 if (ip == 7) { in rt_do_mips_cpu_irq() 144 n = ip - 2; in rt_do_mips_cpu_irq()
|
| /libcpu/arm/common/ |
| A D | divsi3.S | 71 mov ip, #0 74 orr ip, ip, #0x20000000 /* ip bit 0x20000000 = -ve r1 */ 76 orrcs ip, ip, #0x10000000 /* ip bit 0x10000000 = bit 0 of r1 */ 97 ands ip, r0, #0x80000000 100 eor ip, ip, r2 102 orr ip, r2, ip, lsr #1 /* ip bit 0x40000000 = -ve division */ 382 tst ip, #0x20000000 385 cmp ip, #0 387 movs ip, ip, lsl #1 393 tst ip, #0x10000000
|
| /libcpu/mips/common/ |
| A D | exception.h | 22 extern void rt_do_mips_cpu_irq(rt_uint32_t ip);
|
| /libcpu/arm/zynqmp-r5/ |
| A D | armv7.h | 29 unsigned long ip; member
|
| A D | trap.c | 34 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
|
| /libcpu/arm/cortex-r4/ |
| A D | armv7.h | 31 unsigned long ip; member
|
| A D | trap.c | 35 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
|
| /libcpu/arm/arm926/ |
| A D | trap.c | 37 rt_uint32_t ip; member 65 regs->fp, regs->ip); in rt_hw_show_register()
|
| /libcpu/arm/lpc24xx/ |
| A D | trap.c | 34 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
|
| /libcpu/arm/s3c24x0/ |
| A D | trap.c | 41 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
|
| /libcpu/arm/s3c44b0/ |
| A D | trap.c | 40 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
|
| /libcpu/arm/sep4020/ |
| A D | trap.c | 38 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
|
| /libcpu/arm/am335x/ |
| A D | trap.c | 43 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
|
| /libcpu/unicore32/sep6200/ |
| A D | trap.c | 38 …0x%08x sb:0x%08x sl:0x%08xfp :0x%08x ip :0x%08x\n",regs->r24,regs->sb,regs->sl,regs->fp,regs->ip); in rt_hw_show_register()
|
| A D | start_gcc.S | 329 mov ip, lr 346 mov lr, ip
|