Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 60) sorted by relevance

123

/f-stack/freebsd/mips/mips/
H A Dswtch.S74 move a0,s0
75 move a1,s1
77 move a2,s2 #BDSlot
166 move v0, ra /* save 'ra' before we trash it */
171 move ra, v0 /* restore 'ra' before returning */
174 move v0, zero
205 move a3, a0
247 move s0, a0
248 move s1, a1
249 move s2, a2
[all …]
H A Dfp.S926 move ta0, t0
972 move ta0, t0
1018 move ta1, t3
1176 move t9, t3
1306 move v0, t2
1388 move v0, t2
1675 move v0, t2
1678 move v0, t8
1901 move v0, t2
1904 move v0, t3
[all …]
H A Dmpboot.S68 move s0, v0
85 move a0, s0
87 move a0, s0
H A Dbcopy.S72 move v0, a0
73 move a0, a1
74 move a1, v0
177 move SIZEREG,t0 # this many to do after we are done
271 move SIZEREG,t0 # this many to do after we are done
H A Dsupport.S125 move t0, a2
175 move v0, zero
201 move v0, zero
288 move v0, zero
303 move v0, zero
329 move t0, a3
352 move t0, a3
378 move v0, zero
391 move v0, zero
458 move a1, v0
[all …]
H A Dinckern.S30 move sp, t0
H A Dexception.S310 move t0, ra ;\
311 move ra, a3 ;\
313 move ra, t0 ;\
982 move k1, sp
984 move sp, k0
987 move k0, ra
988 move ra, zero
991 move ra, k0
1008 move a1, a0
1136 move a1, a2 # second arg is instruction PC
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkmem_cache.h48 #define kmem_cache_set_move(skc, move) spl_kmem_cache_set_move(skc, move) argument
/f-stack/freebsd/mips/include/
H A Dasm.h84 move AT,ra; \
528 move r,ra; /* save old ra */ \
532 move ra,r; \
537 move r,ra; /* save old ra */ \
541 move ra,r; \
570 move b,ra; \
576 move ra,b
579 move b,ra; \
585 move ra,b
/f-stack/freebsd/mips/malta/
H A Dasm_malta.S63 move $1, t2
83 move t0, zero
/f-stack/app/redis-5.0.5/tests/unit/
H A Dkeyspace.tcl136 test {RENAME with volatile key, should move the TTL as well} {
174 r move mykey 10
187 r move mykey 10
192 catch {r move mykey notanumber} e
196 test {MOVE can move key expire metadata as well} {
201 r move mykey 10
214 r move mykey 10
/f-stack/freebsd/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_mips.S69 move v0, zero /* return 0 (in delay slot) */
100 move v0, a1 /* set return value */
/f-stack/freebsd/mips/cavium/
H A Dasm_octeon.S57 move t0, zero
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h202 #define kmem_cache_set_move(skc, move) spl_kmem_cache_set_move(skc, move) argument
/f-stack/freebsd/mips/nlm/
H A Dmpreset.S155 move $8, a0
197 move sp, t0 /* Restore the real SP */
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug-handler.S228 move $25, k1
230 move k0, $25
/f-stack/dpdk/doc/guides/prog_guide/
H A Dreorder_lib.rst47 In the case of early mbufs, the reorder buffer will try to move the window
58 That means that we would need to move the windows at least 15 positions to
60 The reorder buffer would try to move mbufs from at least the next 15 slots in
H A Dwriting_efficient_code.rst213 move to the critical section, but the memory operations in the critical section
214 are not allowed to move above the lock. In this case, the full memory barrier
217 to move to the critical section, but the memory operations in the critical
218 section are not allowed to move below the unlock. So the full barrier in the
/f-stack/freebsd/contrib/device-tree/src/arc/
H A Daxc001.dtsi90 * This intc actually resides on MB, but we move it here to
114 * We just move frame buffer area to the very end of
/f-stack/freebsd/mips/nlm/dev/net/ucore/
H A Dcrt0_basic.S62 move a0,zero # set argc to 0
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c325 kmem_cbrc_t (move)(void *, void *, size_t, void *)) in spl_kmem_cache_set_move()
327 ASSERT(move != NULL); in spl_kmem_cache_set_move()
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dmpc512x-dma.txt3 The DMA controller in Freescale MPC512x and MPC8308 SoCs can move
H A Darm-pl330.txt3 The ARM PrimeCell PL330 DMA controller can move blocks of memory contents
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat6.c751 int move; local
753 move = 1;
788 move = 0;
807 move = 0;
814 move = 0;
926 return move;
966 int move; local
983 move = 1;
1060 move = ipf_nat6_newmap(fin, nat, &ni);
1074 move = ipf_nat6_newrdr(fin, nat, &ni);
[all …]
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-global_page_state.m45 dnl # 599d0c954f91 mm, vmscan: move LRU lists to node

123