Home
last modified time | relevance | path

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

12345

/nrf52832-nimble/rt-thread/libcpu/blackfin/bf53x/
H A Dcpuport.c19 rt_uint32_t rt_interrupt_to_thread; variable
71 rt_interrupt_to_thread = to; in rt_hw_context_switch()
83 rt_interrupt_to_thread = to; in rt_hw_context_switch_interrupt()
91 rt_interrupt_to_thread = to; in rt_hw_context_switch_to()
/nrf52832-nimble/rt-thread/libcpu/m16c/m16c62p/
H A Dcpuport.c22 rt_uint32_t rt_interrupt_to_thread; variable
33 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()
H A Dcontext_iar.S27 EXTERN rt_interrupt_to_thread
49 MOV.W rt_interrupt_to_thread, A0
H A Dcontext_iar.asm27 EXTERN rt_interrupt_to_thread
49 MOV.W rt_interrupt_to_thread, A0
/nrf52832-nimble/rt-thread/libcpu/v850/70f34/
H A Dcpuport.c22 rt_uint32_t rt_interrupt_to_thread; variable
33 rt_interrupt_to_thread = 0; in rt_hw_interrupt_init()
88 rt_interrupt_to_thread = to; in rt_hw_context_switch()
99 rt_interrupt_to_thread = to; in rt_hw_context_switch_interrupt()
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H 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
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/
H A Dcontex_ck802_gcc.S33 .global rt_interrupt_to_thread symbol
64 lrw r2, rt_interrupt_to_thread
86 lrw r2, rt_interrupt_to_thread /* set rt_interrupt_to_thread */
105 lrw r2, rt_interrupt_to_thread /* set rt_interrupt_to_thread */
129 lrw r6, rt_interrupt_to_thread
/nrf52832-nimble/rt-thread/libcpu/rx/
H A Dcpuport.c30 rt_uint32_t rt_interrupt_to_thread; variable
157 rt_interrupt_to_thread = to; in rt_hw_context_switch()
176 rt_interrupt_to_thread = to; in rt_hw_context_switch_interrupt()
202 rt_interrupt_to_thread = to; in rt_hw_context_switch_to()
/nrf52832-nimble/rt-thread/libcpu/sim/posix/
H A Dcpu_port.c52 rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread; variable
104 thread_to = (thread_t *) rt_interrupt_to_thread; in thread_suspend_signal_handler()
126 thread_to = (thread_t *) rt_interrupt_to_thread; in thread_suspend_signal_handler()
141 thread_to = (thread_t *) rt_interrupt_to_thread; in thread_resume_signal_handler()
283 thread_to = (thread_t *) rt_interrupt_to_thread; in rt_hw_interrupt_enable()
388 rt_interrupt_to_thread = *((rt_uint32_t *)to); in rt_hw_context_switch()
406 rt_interrupt_to_thread = *((rt_uint32_t *)(to)); in rt_hw_context_switch_to()
462 thread_to = (thread_t *) rt_interrupt_to_thread; in mainthread_scheduler()
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1b/
H A Dcontext_gcc.S73 .globl rt_interrupt_to_thread symbol
86 la t0, rt_interrupt_to_thread /* set rt_interrupt_to_thread */
139 la k0, rt_interrupt_to_thread
/nrf52832-nimble/rt-thread/libcpu/mips/pic32/
H A Dcontext_gcc.S60 .globl rt_interrupt_to_thread symbol
73 la t0, rt_interrupt_to_thread /* set rt_interrupt_to_thread */
114 la k0, rt_interrupt_to_thread
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7S/
H 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()
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dcontext_gcc.S65 .globl rt_interrupt_to_thread symbol
78 la t0, rt_interrupt_to_thread /* set rt_interrupt_to_thread */
136 la k0, rt_interrupt_to_thread
/nrf52832-nimble/rt-thread/libcpu/arm/arm926/
H A Dcontext_gcc.S64 .globl rt_interrupt_to_thread symbol
76 LDR R2, =rt_interrupt_to_thread @; set rt_interrupt_to_thread
H A Dcontext_iar.S66 IMPORT rt_interrupt_to_thread
78 LDR R2, =rt_interrupt_to_thread ; set rt_interrupt_to_thread
H A Dcontext_rvds.S73 import rt_interrupt_to_thread
86 ldr r2, =rt_interrupt_to_thread ; set rt_interrupt_to_thread
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/
H A Dcontext_iar.S80 IMPORT rt_interrupt_to_thread
92 LDR R2, =rt_interrupt_to_thread ; set rt_interrupt_to_thread
/nrf52832-nimble/rt-thread/libcpu/arc/em/
H A Dcontex_gcc.S14 .global rt_interrupt_to_thread; .type rt_interrupt_to_thread, %object
53 st r1, [rt_interrupt_to_thread]
158 ld r1, [rt_interrupt_to_thread]
258 ld r1, [rt_interrupt_to_thread]
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dcontext_gcc.S84 .globl rt_interrupt_to_thread symbol
97 la t0, rt_interrupt_to_thread /* set rt_interrupt_to_thread */
151 la k0, rt_interrupt_to_thread
/nrf52832-nimble/rt-thread/libcpu/sim/win32/
H A Dcpu_port.c97 rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread; variable
254 rt_interrupt_to_thread = *((rt_uint32_t *)(to)); in rt_hw_context_switch_interrupt()
275 rt_interrupt_to_thread = *((rt_uint32_t *)(to)); in rt_hw_context_switch()
295 rt_interrupt_to_thread = *((rt_uint32_t *)(to)); in rt_hw_context_switch_to()
576 WinThreadTo = (win_thread_t *)rt_interrupt_to_thread; in WinThreadScheduler()
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m3/
H A Dcontext_rvds.S31 IMPORT rt_interrupt_to_thread
74 LDR r2, =rt_interrupt_to_thread ; set rt_interrupt_to_thread
112 LDR r1, =rt_interrupt_to_thread
135 LDR r1, =rt_interrupt_to_thread
H A Dcontext_iar.S32 IMPORT rt_interrupt_to_thread
72 LDR r2, =rt_interrupt_to_thread ; set rt_interrupt_to_thread
109 LDR r1, =rt_interrupt_to_thread
129 LDR r1, =rt_interrupt_to_thread
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/
H A Dcontext_gcc.S144 .globl rt_interrupt_to_thread symbol
156 ldr r2, =rt_interrupt_to_thread @ set rt_interrupt_to_thread
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/
H A Dcontext_gcc.S81 .globl rt_interrupt_to_thread symbol
93 ldr r2, =rt_interrupt_to_thread @ set rt_interrupt_to_thread
/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/
H A Dcontext_gcc.S81 .globl rt_interrupt_to_thread symbol
93 ldr r2, =rt_interrupt_to_thread @ set rt_interrupt_to_thread

12345