Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 167) sorted by relevance

1234567

/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/gnu/example_build/
Dinit_cp0.S65 beq v1, zero, done_wr
72 mtc0 zero, C0_WATCHLO // write C0_WatchLo0
77 mtc0 zero, C0_WATCHLO, 1 // write C0_WatchLo1
82 mtc0 zero, C0_WATCHLO, 2 // write C0_WatchLo2
87 mtc0 zero, C0_WATCHLO, 3 // write C0_WatchLo3
92 mtc0 zero, C0_WATCHLO, 4 // write C0_WatchLo4
97 mtc0 zero, C0_WATCHLO, 5 // write C0_WatchLo5
102 mtc0 zero, C0_WATCHLO, 6 // write C0_WatchLo6
105 mtc0 zero, C0_WATCHLO, 7 // write C0_WatchLo7
115 mtc0 zero, C0_COMPARE // write C0_Compare
Dinit_caches2.S78 mtc0 zero, C0_TAGLO // Clear C0_ITagLo to invalidate entry
83 bne a3, zero, next_icache_tag // Done yet?
114 mtc0 zero, C0_TAGLO, 2 // Clear C0_DTagLo to invalidate entry
119 bne a3, zero, next_dcache_tag // Done yet?
179 mtc0 zero, C0_TAGLO, 4
180 mtc0 zero, C0_TAGHI, 4
188 bne a3, zero, next_L2cache_tag // Done yet?
197 beq v1, zero, done_l3cache
216 mtc0 zero, C0_TAGLO, 4
217 mtc0 zero, C0_TAGHI, 4
[all …]
Dinit_tlb.S69 mtc0 zero, C0_ENTRYLO0 // write C0_EntryLo0
70 mtc0 zero, C0_ENTRYLO1 // write C0_EntryLo1
71 mtc0 zero, C0_PAGEMASK // write C0_PageMask
72 mtc0 zero, C0_WIRED // write C0_Wired
82 bne v1, zero, next_tlb_entry_pair
Dinit_L23caches.S129 beq v1, zero, done_l2cache
150 mtc0 zero, C0_TAGLO, 4
160 bne a3, zero, next_L2cache_tag // Done yet?
169 beq v1, zero, done_l3cache
189 mtc0 zero, C0_TAGLO, 4
199 bne a3, zero, next_L3cache_tag
207 ins a0, zero, 0, 8 // CCA Override disabled
Dinit_vpe1.S92 move a3_TC, zero
189 ins v0, zero, 15, 1 // clear TE
198 ins v0, zero, 0, 1 // insert VPA
224 ins a1, zero, 29, 1 // Convert to cached kseg0 address in case we linked to kseg1.
229 ins v0, zero, 10, 1 // insert IXMT
233 mttc0 zero, C0_TCHALT // write C0_TCHALT
249 ins v0, zero, 1, 1 // insert VPC
Dcopy_c2_ram.S93 sw zero, 0(a1_temp_addr)
106 sw zero, 0(a1_temp_addr)
Dregdef.h4 #define zero $0 /* wired zero */ macro
Dinit_cpc.S64 move r30_cpc_addr, zero
Djoin_domain.S70 move a3, zero
Drelease_mp.S82 sw zero, 0x4000(r22_gcr_addr) // GCR_CO_RESET_RELEASE
/ThreadX-v6.3.0/ports_smp/arc_hs_smp/metaware/src/
Dtx_thread_smp_unprotect.s87 breq r6, 0, _still_protected ; If zero, protection is still active
90 brne r6, 0, _still_protected ; If non-zero, protection is still active
92 brne r6, 0, _still_protected ; If non-zero, don't release the protection
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/gnu/src/
Dtx_thread_smp_unprotect.S80 beq $12, $0, _still_protected # If zero, protection is not in force anymore
83 bne $12, $0, _still_protected # If non-zero, nested protection condition
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/example_build/
Dinit_cp0.mip65 beq v1, zero, done_wr
72 mtc0 zero, C0_WATCHLO // write C0_WatchLo0
77 mtc0 zero, C0_WATCHLO, 1 // write C0_WatchLo1
82 mtc0 zero, C0_WATCHLO, 2 // write C0_WatchLo2
87 mtc0 zero, C0_WATCHLO, 3 // write C0_WatchLo3
92 mtc0 zero, C0_WATCHLO, 4 // write C0_WatchLo4
97 mtc0 zero, C0_WATCHLO, 5 // write C0_WatchLo5
102 mtc0 zero, C0_WATCHLO, 6 // write C0_WatchLo6
105 mtc0 zero, C0_WATCHLO, 7 // write C0_WatchLo7
115 mtc0 zero, C0_COMPARE // write C0_Compare
Dinit_caches2.mip78 mtc0 zero, C0_TAGLO // Clear C0_ITagLo to invalidate entry
83 bne a3, zero, next_icache_tag // Done yet?
114 mtc0 zero, C0_TAGLO, 2 // Clear C0_DTagLo to invalidate entry
119 bne a3, zero, next_dcache_tag // Done yet?
179 mtc0 zero, C0_TAGLO, 4
180 mtc0 zero, C0_TAGHI, 4
188 bne a3, zero, next_L2cache_tag // Done yet?
197 beq v1, zero, done_l3cache
216 mtc0 zero, C0_TAGLO, 4
217 mtc0 zero, C0_TAGHI, 4
[all …]
Dregdef.h4 #define zero $0 /* wired zero */ macro
Dinit_tlb.mip69 mtc0 zero, C0_ENTRYLO0 // write C0_EntryLo0
70 mtc0 zero, C0_ENTRYLO1 // write C0_EntryLo1
71 mtc0 zero, C0_PAGEMASK // write C0_PageMask
72 mtc0 zero, C0_WIRED // write C0_Wired
82 bne v1, zero, next_tlb_entry_pair
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_thread_smp_unprotect.mip43 /* and _tx_thread_preempt_disable are both zero, then multithreading */
80 beq $12, $0, _still_protected # If zero, protection is not in force anymore
83 bne $12, $0, _still_protected # If non-zero, nested protection condition
/ThreadX-v6.3.0/ports_module/cortex_a35_smp/ac6/module_lib/src/
Dtxm_module_initialize.S65 .zero TXM_MODULE_HEAP_SIZE
/ThreadX-v6.3.0/ports_module/cortex_a35/ac6/module_lib/src/
Dtxm_module_initialize.S65 .zero TXM_MODULE_HEAP_SIZE
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/src/
Dtx_thread_smp_unprotect.a6453 /* and _tx_thread_preempt_disable are both zero, then multithreading */
92 …B.EQ _still_protected // If the protection count is zero, protection has alr…
97 …B.NE _still_protected // If the protection count is non-zero, protection is …
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/src/
Dtx_thread_smp_unprotect.s104 …BEQ _still_protected @ If the protection count is zero, protection has alre…
109 …BNE _still_protected @ If the protection count is non-zero, protection is s…
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/src/
Dtx_thread_smp_unprotect.S104 …BEQ _still_protected @ If the protection count is zero, protection has alre…
109 …BNE _still_protected @ If the protection count is non-zero, protection is s…
/ThreadX-v6.3.0/ports/arc_em/metaware/src/
Dtx_timer_interrupt.s104 breq r2, 0, __tx_timer_no_time_slice ; If zero, no time-slice is active
115 brne r2, 0, __tx_timer_no_time_slice ; If non-zero, skip over expiration
/ThreadX-v6.3.0/ports/arc_hs/metaware/src/
Dtx_timer_interrupt.s104 breq r2, 0, __tx_timer_no_time_slice ; If zero, no time-slice is active
115 brne r2, 0, __tx_timer_no_time_slice ; If non-zero, skip over expiration
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/src/
Dtx_thread_smp_unprotect.S104 …BEQ _still_protected @ If the protection count is zero, protection has alre…
109 …BNE _still_protected @ If the protection count is non-zero, protection is s…

1234567