Home
last modified time | relevance | path

Searched refs:a1 (Results 1 – 3 of 3) sorted by relevance

/components/finsh/
A Dfinsh.h99 #define _MSH_FUNCTION_CMD2(a0, a1) \ argument
100 MSH_FUNCTION_EXPORT_CMD(a0, a0, a1, 0)
102 #define _MSH_FUNCTION_CMD2_OPT(a0, a1, a2) \ argument
103 MSH_FUNCTION_EXPORT_CMD(a0, a0, a1, a0##_msh_options)
105 #define _MSH_FUNCTION_EXPORT_CMD3(a0, a1, a2) \ argument
106 MSH_FUNCTION_EXPORT_CMD(a0, a1, a2, 0)
108 #define _MSH_FUNCTION_EXPORT_CMD3_OPT(a0, a1, a2, a3) \ argument
109 MSH_FUNCTION_EXPORT_CMD(a0, a1, a2, a0##_msh_options)
/components/lwp/arch/risc-v/rv64/
A Dlwp_gcc.S42 csrw sepc, a1
57 csrw sepc, a1
59 mv s1, a1
184 add a1, sp, 16
186 mv a2, a1
A Dlwp_arch.c188 syscall_frame->a1 = 0; in arch_set_thread_context()

Completed in 4 milliseconds