Home
last modified time | relevance | path

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

123456

/libcpu/blackfin/bf53x/
A Dcpuport.c14 rt_uint32_t rt_interrupt_from_thread; variable
64 rt_interrupt_from_thread = from; in rt_hw_context_switch()
76 rt_interrupt_from_thread = from; in rt_hw_context_switch_interrupt()
86 rt_interrupt_from_thread = 0; in rt_hw_context_switch_to()
/libcpu/m16c/m16c62p/
A Dcpuport.c17 rt_uint32_t rt_interrupt_from_thread; variable
28 rt_interrupt_from_thread = 0; in rt_hw_interrupt_init()
79 rt_interrupt_from_thread = from; in rt_hw_context_switch()
89 rt_interrupt_from_thread = from; in rt_hw_context_switch_interrupt()
A Dcontext_iar.asm19 EXTERN rt_interrupt_from_thread
40 MOV.W rt_interrupt_from_thread, A0
A Dcontext_iar.S19 EXTERN rt_interrupt_from_thread
40 MOV.W rt_interrupt_from_thread, A0
/libcpu/v850/70f34/
A Dcpuport.c17 rt_uint32_t rt_interrupt_from_thread; variable
28 rt_interrupt_from_thread = 0; in rt_hw_interrupt_init()
83 rt_interrupt_from_thread = from; in rt_hw_context_switch()
93 rt_interrupt_from_thread = from; in rt_hw_context_switch_interrupt()
/libcpu/c-sky/ck802/
A Dcontex_ck802_gcc.S18 .global rt_interrupt_from_thread
54 lrw r2, rt_interrupt_from_thread
69 lrw r2, rt_interrupt_from_thread /* set rt_interrupt_from_thread */
88 lrw r2, rt_interrupt_from_thread /* set rt_interrupt_from_thread */
110 lrw r0, rt_interrupt_from_thread
116 lrw r7, rt_interrupt_from_thread
/libcpu/aarch64/common/up/
A Dcontext_gcc.S30 rt_interrupt_from_thread: label
69 .globl rt_interrupt_from_thread
83 ldr x4, =rt_interrupt_from_thread
110 ldr x3, =rt_interrupt_from_thread
/libcpu/ppc/ppc405/
A Dcontext_gcc.S65 lis r3,rt_interrupt_from_thread@h /* set rt_interrupt_from_thread */
66 ori r3,r3,rt_interrupt_from_thread@l
145 lis r5,rt_interrupt_from_thread@h
146 ori r5,r5,rt_interrupt_from_thread@l
173 lis r5,rt_interrupt_from_thread@h
174 ori r5,r5,rt_interrupt_from_thread@l
200 lis r5,rt_interrupt_from_thread@h
201 ori r5,r5,rt_interrupt_from_thread@l
/libcpu/arm/AT91SAM7S/
A Dinterrupt.c18 rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread; variable
45 rt_interrupt_from_thread = 0; in rt_hw_interrupt_init()
/libcpu/rx/
A Dcpuport.c26 rt_uint32_t rt_interrupt_from_thread; variable
151 rt_interrupt_from_thread = from; in rt_hw_context_switch()
170 rt_interrupt_from_thread = from; in rt_hw_context_switch_interrupt()
187 rt_interrupt_from_thread = 0; in rt_hw_context_switch_to()
/libcpu/ia32/
A Dcpuport.c14 volatile rt_ubase_t rt_interrupt_from_thread = 0; variable
34 rt_interrupt_from_thread = from; in rt_hw_context_switch_interrupt()
/libcpu/mips/common/
A Dcontext_gcc.S50 .globl rt_interrupt_from_thread
61 PTR_LA t0, rt_interrupt_from_thread /* set rt_interrupt_from_thread */
110 PTR_LA k0, rt_interrupt_from_thread
/libcpu/ti-dsp/c6x/
A Dinterrupt.c19 rt_uint32_t rt_interrupt_from_thread; variable
36 rt_interrupt_from_thread = 0; in rt_hw_interrupt_init()
/libcpu/mips/pic32/
A Dcontext_gcc.S74 .globl rt_interrupt_from_thread
85 la t0, rt_interrupt_from_thread /* set rt_interrupt_from_thread */
124 la k0, rt_interrupt_from_thread
/libcpu/arm/cortex-r4/
A Dinterrupt.c28 rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread; variable
64 rt_interrupt_from_thread = 0; in rt_hw_interrupt_init()
/libcpu/risc-v/common/
A Dcpuport.c20 volatile rt_ubase_t rt_interrupt_from_thread = 0; variable
90 rt_interrupt_from_thread = from; 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;
47 rt_interrupt_from_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
57 rt_interrupt_from_thread = 0; in rt_hw_interrupt_init()
/libcpu/sparc-v8/bm3803/
A Dcontext_gcc.S66 .globl rt_interrupt_from_thread
77 set rt_interrupt_from_thread, %o2
/libcpu/risc-v/t-head/c908/
A Dinterrupt.c19 extern rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread;
47 rt_interrupt_from_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.S64 .globl rt_interrupt_from_thread
74 LDR R2, =rt_interrupt_from_thread @; set rt_interrupt_from_thread
A Dcontext_iar.S65 IMPORT rt_interrupt_from_thread
75 LDR R2, =rt_interrupt_from_thread ; set rt_interrupt_from_thread
/libcpu/arm/sep4020/
A Dinterrupt.c22 rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread; variable
74 rt_interrupt_from_thread = 0; in rt_hw_interrupt_init()
/libcpu/arm/realview-a8-vmm/
A Dinterrupt.c25 rt_uint32_t rt_interrupt_from_thread rt_section(".bss.share.int");
62 rt_interrupt_from_thread = 0; in rt_hw_interrupt_init()

Completed in 21 milliseconds

123456