Home
last modified time | relevance | path

Searched full:mv (Results 1 – 20 of 20) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi_rv.S47 mv s0, a0
54 mv sp, a0
63 mv a1, s0
115 mv sp, a0
126 mv a4, a0 /* thread index */
127 mv a1, s2 /* rv[0] */
128 mv a2, s3 /* rv[1] */
129 mv a3, s4 /* rv[2] */
172 mv a1, a0
186 mv a0, sp
H A Darch_scall_rv.S23 mv t0, a0
26 mv t1, a1
50 mv a3, t0 /* pointer to struct thread_scall_regs */
59 mv a2, a0 /* code */
61 mv a3, t0 /* pointer to struct thread_scall_regs */
H A Dentry.S126 mv s0, a0 /* Save hart ID into s0 */
131 mv s1, a1 /* Save device tree address into s1 */
201 mv sp, t0
202 mv tp, t1
218 mv a1, sp
246 mv a0, x0
297 mv a0, s1 /* s1 contains saved device tree address */
298 mv a1, x0 /* unused */
333 mv s2, sp
337 mv sp, a0
[all …]
H A Dspinlock.S15 mv s0, a0
17 mv a0, s0
H A Dthread_rv.S101 mv a0, sp
196 mv sp, a1
243 mv a1, sp
338 mv a0, sp
466 mv a0, sp
586 mv a1, sp
695 mv sp, a0
724 mv sp, a0
788 mv a4, a0
H A Dcsr_detect.S39 mv a0, zero
/optee_os/core/arch/riscv/include/
H A Driscv_macros.S57 mv a0, \reg_op0
58 mv a1, \reg_op1
59 mv a2, a0
H A Driscv.h141 asm volatile("mv %0, gp" : "=&r"(gp)); in read_gp()
149 asm volatile("mv %0, tp" : "=&r"(tp)); in read_tp()
157 asm volatile ("mv %0, s0" : "=r" (fp)); in read_fp()
/optee_os/mk/
H A Dmacros.mk2 define mv-if-changed
7 mv $1 $2; \
H A Dcheckconf.mk27 $(call mv-if-changed,$@.tmp,$@)
40 $(call mv-if-changed,$@.tmp,$@)
56 $(call mv-if-changed,$@.tmp,$@)
H A Dcompile.mk244 $$(call mv-if-changed,$$@.tmp,$$@)
/optee_os/lib/libutee/arch/riscv/
H A Dutee_syscalls_rv.S37 mv a1, sp
/optee_os/core/include/drivers/
H A Dstpmic1_regulator.h48 * @millivot: target voltage level, in mV
/optee_os/lib/libutils/ext/arch/riscv/
H A Dmcount_rv.S105 mv ra, a0
/optee_os/.github/workflows/
H A Dci.yml463 mv $TOP/optee_os $TOP/optee_os_old
609 mv $TOP/optee_os $TOP/optee_os_old
700 mv $TOP/optee_os $TOP/optee_os_old
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pmic.c198 uint32_t mv = fdt32_to_cpu(*cuint) / 1000U; in dt_get_regu_low_power_config() local
200 if (stpmic1_lp_voltage_cfg(regu_name, mv, &regu_cfg->cfg)) { in dt_get_regu_low_power_config()
/optee_os/ta/
H A Dlink.mk53 $(q)$(call mv-if-changed,$@.tmp,$@)
H A Dta.mk221 $(q)$(call mv-if-changed,$$@.tmp,$$@)
/optee_os/core/drivers/regulator/
H A Dregulator.c393 static const char * const level_unit[] = { "uV", "mV", "V" }; in print_regulator()
/optee_os/core/drivers/
H A Dstpmic1.c34 /* Voltage tables in mV */