Home
last modified time | relevance | path

Searched refs:mv (Results 1 – 25 of 34) sorted by relevance

12

/arch/riscv/kernel/
A Dkexec_relocate.S24 mv s0, a0
25 mv s1, a1
26 mv s2, a2
27 mv s3, a3
28 mv s4, a4
29 mv s5, zero
30 mv s6, zero
102 mv a0, s3
103 mv a1, s2
104 mv a2, s1
[all …]
A Dhibernate-asm.S34 mv a0, zero
46 mv s0, a0
47 mv s1, a1
48 mv s2, a2
A Dmcount.S74 mv a0, sp
76 mv a2, a0
107 mv a1, ra
123 mv a0, ra
A Dmcount-dyn.S108 mv a0, sp
143 mv a1, ra // parent_ip
149 mv a1, ra // parent_ip
151 mv a3, sp // regs
A Dhead.S268 mv a2, a3
282 mv s0, a0
283 mv s1, a1
287 mv a0, s0
288 mv a1, s1
316 mv a0, a1
/arch/sh/kernel/
A Dmachvec.c22 #define for_each_mv(mv) \ argument
23 for ((mv) = (struct sh_machine_vector *)__machvec_start; \
24 (mv) && (unsigned long)(mv) < (unsigned long)__machvec_end; \
25 (mv)++)
29 struct sh_machine_vector *mv; in get_mv_byname() local
31 for_each_mv(mv) in get_mv_byname()
32 if (strcasecmp(name, mv->mv_name) == 0) in get_mv_byname()
33 return mv; in get_mv_byname()
/arch/riscv/purgatory/
A Dentry.S19 mv s0, a0 /* The hartid of the current hart */
20 mv s1, a1 /* Phys address of the FDT image */
25 mv a0, s0
26 mv a1, s1
/arch/riscv/lib/
A Dtishift.S20 mv a1,a2
27 mv a1,a2
43 mv a1,a2
50 mv a1,a2
66 mv a0,a2
73 mv a0,a2
A Duaccess_vector.S27 mv t6, ra
32 mv ra, t6
50 mv a0, iNum
A Dmemmove.S52 mv t3, a0
152 mv t3, t6 /* Fix the dest pointer in case the loop was broken */
214 mv t4, t5 /* Fix the dest pointer in case the loop was broken */
/arch/loongarch/boot/
A Dinstall.sh42 mv $4/$base-$1 $4/$base-$1.old
48 mv $4/System.map-$1 $4/System.map-$1.old
54 mv $4/config-$1 $4/config-$1.old
/arch/riscv/kernel/vdso/
A Dvgetrandom-chacha.S106 mv state0, copy0
107 mv state1, copy1
108 mv state2, copy2
109 mv state3, copy3
122 mv state12, cnt
126 mv state14, zero
127 mv state15, zero
229 mv state12, zero
230 mv state13, zero
231 mv state14, zero
[all …]
/arch/hexagon/
A DMakefile22 cflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION})
23 aflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION})
24 ldflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION})
/arch/s390/boot/
A Dinstall.sh22 if [ -f "$4/vmlinuz-$1" ]; then mv -- "$4/vmlinuz-$1" "$4/vmlinuz-$1.old"; fi
23 if [ -f "$4/System.map-$1" ]; then mv -- "$4/System.map-$1" "$4/System.map-$1.old"; fi
/arch/sparc/boot/
A Dinstall.sh22 mv $4/vmlinuz $4/vmlinuz.old
26 mv $4/System.map $4/System.old
/arch/nios2/boot/
A Dinstall.sh22 mv $4/vmlinuz $4/vmlinuz.old
26 mv $4/System.map $4/System.old
/arch/m68k/
A Dinstall.sh22 mv $4/vmlinuz $4/vmlinuz.old
26 mv $4/System.map $4/System.old
/arch/powerpc/boot/
A Dinstall.sh29 mv $4/$image_name-$1 $4/$image_name-$1.old
33 mv $4/System.map-$1 $4/System-$1.old
/arch/arm64/boot/
A Dinstall.sh34 mv $4/$base-$1 $4/$base-$1.old
40 mv $4/System.map-$1 $4/System.map-$1.old
/arch/parisc/
A Dinstall.sh32 mv $4/$base-$1 $4/$base-$1.old
38 mv $4/System.map-$1 $4/System.map-$1.old
/arch/riscv/boot/
A Dinstall.sh36 mv $4/$base-$1 $4/$base-$1.old
42 mv $4/System.map-$1 $4/System.map-$1.old
/arch/arm/boot/
A Dinstall.sh33 mv $4/$base-$1 $4/$base-$1.old
39 mv $4/System.map-$1 $4/System.map-$1.old
A Ddeflate_xip_data.sh62 mv -f "$XIPIMAGE.tmp" "$XIPIMAGE"
/arch/x86/boot/
A Dinstall.sh22 mv $4/vmlinuz $4/vmlinuz.old
26 mv $4/System.map $4/System.old
/arch/alpha/boot/
A DMakefile56 cmp -s $@T $@ || mv -f $@T $@
66 cmp -s $@T $@ || mv -f $@T $@

Completed in 34 milliseconds

12