/nrf52832-nimble/rt-thread/libcpu/blackfin/bf53x/ |
H A D | cpuport.c | 19 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 D | cpuport.c | 22 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 D | context_iar.S | 27 EXTERN rt_interrupt_to_thread 49 MOV.W rt_interrupt_to_thread, A0
|
H A D | context_iar.asm | 27 EXTERN rt_interrupt_to_thread 49 MOV.W rt_interrupt_to_thread, A0
|
/nrf52832-nimble/rt-thread/libcpu/v850/70f34/ |
H A D | cpuport.c | 22 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 D | context_gcc.S | 102 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 D | contex_ck802_gcc.S | 33 .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 D | cpuport.c | 30 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 D | cpu_port.c | 52 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 D | context_gcc.S | 73 .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 D | context_gcc.S | 60 .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 D | interrupt.c | 18 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 D | context_gcc.S | 65 .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 D | context_gcc.S | 64 .globl rt_interrupt_to_thread symbol 76 LDR R2, =rt_interrupt_to_thread @; set rt_interrupt_to_thread
|
H A D | context_iar.S | 66 IMPORT rt_interrupt_to_thread 78 LDR R2, =rt_interrupt_to_thread ; set rt_interrupt_to_thread
|
H A D | context_rvds.S | 73 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 D | context_iar.S | 80 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 D | contex_gcc.S | 14 .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 D | context_gcc.S | 84 .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 D | cpu_port.c | 97 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 D | context_rvds.S | 31 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 D | context_iar.S | 32 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 D | context_gcc.S | 144 .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 D | context_gcc.S | 81 .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 D | context_gcc.S | 81 .globl rt_interrupt_to_thread symbol 93 ldr r2, =rt_interrupt_to_thread @ set rt_interrupt_to_thread
|