| /libcpu/risc-v/t-head/c906/ |
| A D | interrupt.c | 90 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 93 return old_handler; in rt_hw_interrupt_install() 96 old_handler = isr_table[IRQ_OFFSET + vector].handler; in rt_hw_interrupt_install() 104 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/risc-v/t-head/c908/ |
| A D | interrupt.c | 90 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 93 return old_handler; in rt_hw_interrupt_install() 96 old_handler = isr_table[IRQ_OFFSET + vector].handler; in rt_hw_interrupt_install() 104 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/AT91SAM7S/ |
| A D | interrupt.c | 78 …id rt_hw_interrupt_install(int vector, rt_isr_handler_t new_handler, rt_isr_handler_t *old_handler) in rt_hw_interrupt_install() argument 82 if (*old_handler != RT_NULL) *old_handler = (rt_isr_handler_t)AT91C_AIC_SVR(vector); in rt_hw_interrupt_install()
|
| /libcpu/ti-dsp/c6x/ |
| A D | interrupt.c | 79 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 83 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 95 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/cortex-r4/ |
| A D | interrupt.c | 91 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 95 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 103 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/AT91SAM7X/ |
| A D | interrupt.c | 96 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 99 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 107 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/sep4020/ |
| A D | interrupt.c | 112 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 116 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 128 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/risc-v/virt64/ |
| A D | interrupt.c | 58 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 62 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 74 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/realview-a8-vmm/ |
| A D | interrupt.c | 94 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 98 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 110 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/s3c24x0/ |
| A D | interrupt.c | 109 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 113 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 125 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/lpc24xx/ |
| A D | interrupt.c | 88 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 92 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 100 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/sparc-v8/bm3803/ |
| A D | interrupt.c | 73 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 77 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 89 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/zynqmp-r5/ |
| A D | interrupt.c | 104 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 108 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 122 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/s3c44b0/ |
| A D | interrupt.c | 135 …id rt_hw_interrupt_install(int vector, rt_isr_handler_t new_handler, rt_isr_handler_t *old_handler) in rt_hw_interrupt_install() argument 139 if (old_handler != RT_NULL) *old_handler = isr_table[vector]; in rt_hw_interrupt_install()
|
| /libcpu/xilinx/microblaze/ |
| A D | trap.c | 89 …id rt_hw_interrupt_install(int vector, rt_isr_handler_t new_handler, rt_isr_handler_t *old_handler) in rt_hw_interrupt_install() argument 97 …if (*old_handler != RT_NULL) *old_handler = (rt_isr_handler_t)CfgPtr->HandlerTable[vector].Handler; in rt_hw_interrupt_install()
|
| /libcpu/risc-v/common/ |
| A D | trap_common.c | 49 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 53 old_handler = rv32irq_table[vector].handler; in rt_hw_interrupt_install() 61 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/mips/gs232/ |
| A D | interrupt.c | 98 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 102 old_handler = irq_handle_table[vector].handler; in rt_hw_interrupt_install() 111 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/ia32/ |
| A D | interrupt.c | 112 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 116 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 128 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/cortex-r52/ |
| A D | interrupt.c | 264 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 268 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 280 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/lpc214x/ |
| A D | cpuport.c | 142 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 151 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 159 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/unicore32/sep6200/ |
| A D | interrupt.c | 190 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 194 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 206 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/mips/common/ |
| A D | exception.c | 85 exception_func_t old_handler; in rt_set_except_vector() local 92 old_handler = sys_exception_handlers[n]; in rt_set_except_vector() 95 return old_handler; in rt_set_except_vector()
|
| /libcpu/arm/am335x/ |
| A D | interrupt.c | 173 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 177 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 189 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/arm/cortex-a/ |
| A D | interrupt.c | 306 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 310 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 322 return old_handler; in rt_hw_interrupt_install()
|
| /libcpu/ppc/ppc405/ |
| A D | interrupt.c | 81 rt_isr_handler_t old_handler; in rt_hw_interrupt_install() local 91 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install()
|