Home
last modified time | relevance | path

Searched refs:rt_interrupt_to_thread (Results 1 – 25 of 126) sorted by relevance

123456

/libcpu/blackfin/bf53x/
A Dcpuport.c15 rt_uint32_t rt_interrupt_to_thread; variable
67 rt_interrupt_to_thread = to; in rt_hw_context_switch()
79 rt_interrupt_to_thread = to; in rt_hw_context_switch_interrupt()
87 rt_interrupt_to_thread = to; in rt_hw_context_switch_to()
/libcpu/m16c/m16c62p/
A Dcpuport.c18 rt_uint32_t rt_interrupt_to_thread; variable
29 rt_interrupt_to_thread = 0; in rt_hw_interrupt_init()
80 rt_interrupt_to_thread = to; in rt_hw_context_switch()
91 rt_interrupt_to_thread = to; in rt_hw_context_switch_interrupt()
A Dcontext_iar.asm20 EXTERN rt_interrupt_to_thread
42 MOV.W rt_interrupt_to_thread, A0
A Dcontext_iar.S20 EXTERN rt_interrupt_to_thread
42 MOV.W rt_interrupt_to_thread, A0
/libcpu/v850/70f34/
A Dcpuport.c18 rt_uint32_t rt_interrupt_to_thread; variable
29 rt_interrupt_to_thread = 0; in rt_hw_interrupt_init()
84 rt_interrupt_to_thread = to; in rt_hw_context_switch()
95 rt_interrupt_to_thread = to; in rt_hw_context_switch_interrupt()
/libcpu/aarch64/common/up/
A Dcontext_gcc.S32 rt_interrupt_to_thread: label
70 .globl rt_interrupt_to_thread
97 ldr x6, =rt_interrupt_to_thread // set rt_interrupt_to_thread
115 ldr x3, =rt_interrupt_to_thread
/libcpu/c-sky/ck802/
A Dcontex_ck802_gcc.S19 .global rt_interrupt_to_thread
50 lrw r2, rt_interrupt_to_thread
72 lrw r2, rt_interrupt_to_thread /* set rt_interrupt_to_thread */
91 lrw r2, rt_interrupt_to_thread /* set rt_interrupt_to_thread */
115 lrw r6, rt_interrupt_to_thread
/libcpu/ppc/ppc405/
A Dcontext_gcc.S102 lis r4,rt_interrupt_to_thread@h
103 ori r4,r4,rt_interrupt_to_thread@l
151 lis r5,rt_interrupt_to_thread@h
152 ori r5,r5,rt_interrupt_to_thread@l
179 lis r6,rt_interrupt_to_thread@h
180 ori r6,r6,rt_interrupt_to_thread@l
206 lis r6,rt_interrupt_to_thread@h
207 ori r6,r6,rt_interrupt_to_thread@l
/libcpu/arm/AT91SAM7S/
A Dinterrupt.c18 rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread; variable
46 rt_interrupt_to_thread = 0; in rt_hw_interrupt_init()
/libcpu/rx/
A Dcpuport.c27 rt_uint32_t rt_interrupt_to_thread; variable
154 rt_interrupt_to_thread = to; in rt_hw_context_switch()
173 rt_interrupt_to_thread = to; in rt_hw_context_switch_interrupt()
188 rt_interrupt_to_thread = to; in rt_hw_context_switch_to()
/libcpu/ia32/
A Dcpuport.c15 volatile rt_ubase_t rt_interrupt_to_thread = 0; variable
36 rt_interrupt_to_thread = to; in rt_hw_context_switch_interrupt()
/libcpu/mips/common/
A Dcontext_gcc.S51 .globl rt_interrupt_to_thread
64 PTR_LA t0, rt_interrupt_to_thread /* set rt_interrupt_to_thread */
115 PTR_LA k0, rt_interrupt_to_thread
/libcpu/ti-dsp/c6x/
A Dinterrupt.c20 rt_uint32_t rt_interrupt_to_thread; variable
37 rt_interrupt_to_thread = 0; in rt_hw_interrupt_init()
/libcpu/mips/pic32/
A Dcontext_gcc.S75 .globl rt_interrupt_to_thread
88 la t0, rt_interrupt_to_thread /* set rt_interrupt_to_thread */
129 la k0, rt_interrupt_to_thread
/libcpu/arm/cortex-r4/
A Dinterrupt.c28 rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread; variable
65 rt_interrupt_to_thread = 0; in rt_hw_interrupt_init()
/libcpu/risc-v/common/
A Dcpuport.c21 volatile rt_ubase_t rt_interrupt_to_thread = 0; variable
92 rt_interrupt_to_thread = to; in rt_hw_context_switch_interrupt()
/libcpu/risc-v/t-head/c906/
A Dinterrupt.c19 extern rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread;
48 rt_interrupt_to_thread = 0; in rt_hw_interrupt_init()
/libcpu/arm/AT91SAM7X/
A Dinterrupt.c23 rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread; variable
58 rt_interrupt_to_thread = 0; in rt_hw_interrupt_init()
/libcpu/sparc-v8/bm3803/
A Dcontext_gcc.S67 .globl rt_interrupt_to_thread
80 set rt_interrupt_to_thread, %o2
/libcpu/risc-v/t-head/c908/
A Dinterrupt.c19 extern rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread;
48 rt_interrupt_to_thread = 0; in rt_hw_interrupt_init()
/libcpu/avr32/uc3/
A Dinterrupt.c14 rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread; variable
/libcpu/arm/arm926/
A Dcontext_gcc.S65 .globl rt_interrupt_to_thread
77 LDR R2, =rt_interrupt_to_thread @; set rt_interrupt_to_thread
A Dcontext_iar.S66 IMPORT rt_interrupt_to_thread
78 LDR R2, =rt_interrupt_to_thread ; set rt_interrupt_to_thread
/libcpu/arm/sep4020/
A Dinterrupt.c22 rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread; variable
75 rt_interrupt_to_thread = 0; in rt_hw_interrupt_init()
/libcpu/arm/realview-a8-vmm/
A Dinterrupt.c26 rt_uint32_t rt_interrupt_to_thread rt_section(".bss.share.int");
63 rt_interrupt_to_thread = 0; in rt_hw_interrupt_init()

Completed in 70 milliseconds

123456