Home
last modified time | relevance | path

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

12345

/nrf52832-nimble/rt-thread/libcpu/blackfin/bf53x/
H A Dcpuport.c18 rt_uint32_t rt_interrupt_from_thread; variable
68 rt_interrupt_from_thread = from; in rt_hw_context_switch()
80 rt_interrupt_from_thread = from; in rt_hw_context_switch_interrupt()
90 rt_interrupt_from_thread = 0; in rt_hw_context_switch_to()
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/
H A Dcontex_ck802_gcc.S32 .global rt_interrupt_from_thread symbol
68 lrw r2, rt_interrupt_from_thread
83 lrw r2, rt_interrupt_from_thread /* set rt_interrupt_from_thread */
102 lrw r2, rt_interrupt_from_thread /* set rt_interrupt_from_thread */
124 lrw r0, rt_interrupt_from_thread
130 lrw r7, rt_interrupt_from_thread
/nrf52832-nimble/rt-thread/libcpu/m16c/m16c62p/
H A Dcpuport.c21 rt_uint32_t rt_interrupt_from_thread; variable
32 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()
H A Dcontext_iar.S26 EXTERN rt_interrupt_from_thread
47 MOV.W rt_interrupt_from_thread, A0
H A Dcontext_iar.asm26 EXTERN rt_interrupt_from_thread
47 MOV.W rt_interrupt_from_thread, A0
/nrf52832-nimble/rt-thread/libcpu/v850/70f34/
H A Dcpuport.c21 rt_uint32_t rt_interrupt_from_thread; variable
32 rt_interrupt_from_thread = 0; in rt_hw_interrupt_init()
87 rt_interrupt_from_thread = from; in rt_hw_context_switch()
97 rt_interrupt_from_thread = from; in rt_hw_context_switch_interrupt()
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H 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
/nrf52832-nimble/rt-thread/libcpu/rx/
H A Dcpuport.c29 rt_uint32_t rt_interrupt_from_thread; variable
154 rt_interrupt_from_thread = from; in rt_hw_context_switch()
173 rt_interrupt_from_thread = from; in rt_hw_context_switch_interrupt()
201 rt_interrupt_from_thread = 0; in rt_hw_context_switch_to()
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1b/
H A Dcontext_gcc.S72 .globl rt_interrupt_from_thread symbol
83 la t0, rt_interrupt_from_thread /* set rt_interrupt_from_thread */
134 la k0, rt_interrupt_from_thread
/nrf52832-nimble/rt-thread/libcpu/mips/pic32/
H A Dcontext_gcc.S59 .globl rt_interrupt_from_thread symbol
70 la t0, rt_interrupt_from_thread /* set rt_interrupt_from_thread */
109 la k0, rt_interrupt_from_thread
/nrf52832-nimble/rt-thread/libcpu/sim/posix/
H A Dcpu_port.c52 rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread; variable
103 thread_from = (thread_t *) rt_interrupt_from_thread; in thread_suspend_signal_handler()
140 thread_from = (thread_t *) rt_interrupt_from_thread; in thread_resume_signal_handler()
282 thread_from = (thread_t *) rt_interrupt_from_thread; in rt_hw_interrupt_enable()
383 rt_interrupt_from_thread = *((rt_uint32_t *)from); in rt_hw_context_switch()
387 rt_interrupt_from_thread = *((rt_uint32_t *)from); in rt_hw_context_switch()
409 rt_interrupt_from_thread = 0; in rt_hw_context_switch_to()
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7S/
H 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()
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dcontext_gcc.S64 .globl rt_interrupt_from_thread symbol
75 la t0, rt_interrupt_from_thread /* set rt_interrupt_from_thread */
131 la k0, rt_interrupt_from_thread
/nrf52832-nimble/rt-thread/libcpu/arm/arm926/
H A Dcontext_gcc.S63 .globl rt_interrupt_from_thread symbol
73 LDR R2, =rt_interrupt_from_thread @; set rt_interrupt_from_thread
H A Dcontext_iar.S65 IMPORT rt_interrupt_from_thread
75 LDR R2, =rt_interrupt_from_thread ; set rt_interrupt_from_thread
H A Dcontext_rvds.S72 import rt_interrupt_from_thread
83 ldr r2, =rt_interrupt_from_thread ; set rt_interrupt_from_thread
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/
H A Dcontext_iar.S79 IMPORT rt_interrupt_from_thread
89 LDR R2, =rt_interrupt_from_thread ; set rt_interrupt_from_thread
/nrf52832-nimble/rt-thread/libcpu/arc/em/
H A Dcontex_gcc.S13 .global rt_interrupt_from_thread; .type rt_interrupt_from_thread, %object
52 st r0, [rt_interrupt_from_thread]
157 ld r0, [rt_interrupt_from_thread]
257 ld r0, [rt_interrupt_from_thread]
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dcontext_gcc.S83 .globl rt_interrupt_from_thread symbol
94 la t0, rt_interrupt_from_thread /* set rt_interrupt_from_thread */
146 la k0, rt_interrupt_from_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
251 rt_interrupt_from_thread = *((rt_uint32_t *)(from)); in rt_hw_context_switch_interrupt()
270 rt_interrupt_from_thread = *((rt_uint32_t *)(from)); in rt_hw_context_switch()
298 rt_interrupt_from_thread = 0; in rt_hw_context_switch_to()
575 WinThreadFrom = (win_thread_t *)rt_interrupt_from_thread; in WinThreadScheduler()
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m3/
H A Dcontext_rvds.S30 IMPORT rt_interrupt_from_thread
70 LDR r2, =rt_interrupt_from_thread ; set rt_interrupt_from_thread
102 LDR r0, =rt_interrupt_from_thread
139 LDR r1, =rt_interrupt_from_thread
H A Dcontext_iar.S31 IMPORT rt_interrupt_from_thread
68 LDR r2, =rt_interrupt_from_thread ; set rt_interrupt_from_thread
99 LDR r0, =rt_interrupt_from_thread
133 LDR r1, =rt_interrupt_from_thread
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/
H A Dcontext_gcc.S143 .globl rt_interrupt_from_thread symbol
151 ldr ip, =rt_interrupt_from_thread @ set rt_interrupt_from_thread
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/
H A Dcontext_gcc.S80 .globl rt_interrupt_from_thread symbol
90 ldr r2, =rt_interrupt_from_thread @ set rt_interrupt_from_thread
/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/
H A Dcontext_gcc.S80 .globl rt_interrupt_from_thread symbol
90 ldr r2, =rt_interrupt_from_thread @ set rt_interrupt_from_thread

12345