Home
last modified time | relevance | path

Searched refs:old_handler (Results 1 – 25 of 26) sorted by relevance

12

/libcpu/risc-v/t-head/c906/
A Dinterrupt.c90 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 Dinterrupt.c90 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 Dinterrupt.c78 …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 Dinterrupt.c79 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 Dinterrupt.c91 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 Dinterrupt.c96 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 Dinterrupt.c112 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 Dinterrupt.c58 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 Dinterrupt.c94 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 Dinterrupt.c109 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 Dinterrupt.c88 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 Dinterrupt.c73 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 Dinterrupt.c104 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 Dinterrupt.c135 …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 Dtrap.c89 …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 Dtrap_common.c49 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 Dinterrupt.c98 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 Dinterrupt.c112 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 Dinterrupt.c264 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 Dcpuport.c142 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 Dinterrupt.c190 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 Dexception.c85 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 Dinterrupt.c173 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 Dinterrupt.c306 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 Dinterrupt.c81 rt_isr_handler_t old_handler; in rt_hw_interrupt_install() local
91 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install()

Completed in 18 milliseconds

12