Home
last modified time | relevance | path

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

12

/arch/riscv/kernel/
Dkexec_relocate.S29 mv s0, a0
30 mv s1, a1
31 mv s2, a2
32 mv s3, a3
33 mv s4, zero
36 mv s7, a4
37 mv s8, zero
38 mv s9, zero
39 mv s10, zero
40 mv s11, zero
[all …]
Dhibernate-asm.S34 mv a0, zero
46 mv s0, a0
47 mv s1, a1
48 mv s2, a2
Dmcount-dyn.S91 mv a1, ra
92 mv a3, sp
103 mv a2, s0
120 mv a1, ra
121 mv a3, sp
132 mv a2, s0
Dmcount.S74 mv a0, sp
76 mv a2, a0
107 mv a1, ra
123 mv a0, ra
Dhead.S261 mv a2, a3
275 mv s0, a0
279 mv a0, s0
306 mv a0, a1
/arch/sh/kernel/
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/
Dentry.S21 mv s0, a0 /* The hartid of the current hart */
22 mv s1, a1 /* Phys address of the FDT image */
27 mv a0, s0
28 mv a1, s1
/arch/riscv/lib/
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
Dmemmove.S53 mv t3, a0
153 mv t3, t6 /* Fix the dest pointer in case the loop was broken */
215 mv t4, t5 /* Fix the dest pointer in case the loop was broken */
Dstrlen.S23 mv t1, a0
/arch/hexagon/
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/
Dinstall.sh20 if [ -f "$4/vmlinuz-$1" ]; then mv -- "$4/vmlinuz-$1" "$4/vmlinuz-$1.old"; fi
21 if [ -f "$4/System.map-$1" ]; then mv -- "$4/System.map-$1" "$4/System.map-$1.old"; fi
/arch/sparc/boot/
Dinstall.sh20 mv $4/vmlinuz $4/vmlinuz.old
24 mv $4/System.map $4/System.old
/arch/nios2/boot/
Dinstall.sh20 mv $4/vmlinuz $4/vmlinuz.old
24 mv $4/System.map $4/System.old
/arch/m68k/
Dinstall.sh20 mv $4/vmlinuz $4/vmlinuz.old
24 mv $4/System.map $4/System.old
/arch/powerpc/boot/
Dinstall.sh25 mv $4/$image_name $4/$image_name.old
29 mv $4/System.map $4/System.old
Dwrapper425 mv -f "$vmz.$$$compression" "$vmz$compression"
534 mv "$ofile" "$ofile".elf
553 mv "$ofile" "$ofile.elf"
/arch/arm64/boot/
Dinstall.sh32 mv $4/$base-$1 $4/$base-$1.old
38 mv $4/System.map-$1 $4/System.map-$1.old
/arch/parisc/
Dinstall.sh30 mv $4/$base-$1 $4/$base-$1.old
36 mv $4/System.map-$1 $4/System.map-$1.old
/arch/riscv/boot/
Dinstall.sh31 mv $4/$base-$1 $4/$base-$1.old
37 mv $4/System.map-$1 $4/System.map-$1.old
/arch/ia64/
Dinstall.sh20 mv $4/vmlinuz $4/vmlinuz.old
24 mv $4/System.map $4/System.old
/arch/arm/boot/
Dinstall.sh31 mv $4/$base-$1 $4/$base-$1.old
37 mv $4/System.map-$1 $4/System.map-$1.old
Ddeflate_xip_data.sh62 mv -f "$XIPIMAGE.tmp" "$XIPIMAGE"
/arch/x86/boot/
Dinstall.sh20 mv $4/vmlinuz $4/vmlinuz.old
24 mv $4/System.map $4/System.old
/arch/alpha/boot/
DMakefile56 cmp -s $@T $@ || mv -f $@T $@
66 cmp -s $@T $@ || mv -f $@T $@

12