/nrf52832-nimble/rt-thread/libcpu/blackfin/bf53x/ |
H A D | cpuport.c | 18 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 D | contex_ck802_gcc.S | 32 .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 D | cpuport.c | 21 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 D | context_iar.S | 26 EXTERN rt_interrupt_from_thread 47 MOV.W rt_interrupt_from_thread, A0
|
H A D | context_iar.asm | 26 EXTERN rt_interrupt_from_thread 47 MOV.W rt_interrupt_from_thread, A0
|
/nrf52832-nimble/rt-thread/libcpu/v850/70f34/ |
H A D | cpuport.c | 21 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 D | context_gcc.S | 65 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 D | cpuport.c | 29 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 D | context_gcc.S | 72 .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 D | context_gcc.S | 59 .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 D | cpu_port.c | 52 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 D | interrupt.c | 18 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 D | context_gcc.S | 64 .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 D | context_gcc.S | 63 .globl rt_interrupt_from_thread symbol 73 LDR R2, =rt_interrupt_from_thread @; set rt_interrupt_from_thread
|
H A D | context_iar.S | 65 IMPORT rt_interrupt_from_thread 75 LDR R2, =rt_interrupt_from_thread ; set rt_interrupt_from_thread
|
H A D | context_rvds.S | 72 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 D | context_iar.S | 79 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 D | contex_gcc.S | 13 .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 D | context_gcc.S | 83 .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 D | cpu_port.c | 97 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 D | context_rvds.S | 30 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 D | context_iar.S | 31 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 D | context_gcc.S | 143 .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 D | context_gcc.S | 80 .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 D | context_gcc.S | 80 .globl rt_interrupt_from_thread symbol 90 ldr r2, =rt_interrupt_from_thread @ set rt_interrupt_from_thread
|