Home
last modified time | relevance | path

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

/libcpu/aarch64/common/include/
A Dsmccc.h20 unsigned long a1; member
35 void arm_smccc_smc(unsigned long a0, unsigned long a1, unsigned long a2,
40 void arm_smccc_hvc(unsigned long a0, unsigned long a1, unsigned long a2,
/libcpu/risc-v/common64/
A Dsyscall_c.c56 regs->a0, regs->a1, regs->a2, regs->a3, regs->a4, regs->a5, regs->a6); in syscall_handler()
57 regs->a0 = syscallfunc(regs->a0, regs->a1, regs->a2, regs->a3, regs->a4, regs->a5, regs->a6); in syscall_handler()
A Dinterrupt_gcc.S56 csrrc a1, stval, zero
72 LOAD a1, 0(t0)
A Dsbi.h151 register uintptr_t a1 __asm("a1") = (uintptr_t)(arg1); in sbi_call()
160 : "+r"(a0), "+r"(a1) \ in sbi_call()
165 ret.value = a1; in sbi_call()
A Dstack.h39 rt_ubase_t a1; /* x11 - a1 - return value or function argument 1 */ member
A Dcontext_gcc.S104 LOAD sp, (a1)
A Dtrap.c54 rt_kprintf("\ta0(x10) = %p\ta1(x11) = %p\n", regs->a0, regs->a1); in dump_regs()
/libcpu/mips/common/
A Dcontext_gcc.S33 REG_L sp, 0(a1) /* get new task stack pointer */
65 LONG_S a1, 0(t0)
A Dmips.inc19 #define a1 $5
A Dmips_regs.h26 #define a1 $5 macro
67 #define a1 $5 macro
/libcpu/mips/pic32/
A Dcontext_gcc.S66 lw sp, 0(a1) /* get new task stack pointer */
89 sw a1, 0(t0)
/libcpu/mips/gs232/
A Dcache_gcc.S79 addu a1, $0, t5
82 #a0=0x80000000, a1=icache_size, a2=dcache_size
102 addu v1, a0, a1
/libcpu/risc-v/common/
A Drt_hw_stack_frame.h29 rt_ubase_t a1; /* x11 - a1 - return value or function argument 1 */ member
A Dtrap_common.c97 rt_kprintf("a1 : 0x%08x\r\n", s_stack_frame->a1); in rt_show_stack_frame()
A Dcontext_gcc.S68 mv a0, a1
184 LOAD sp, (a1)
205 STORE a0, 0(a1)
A Dreadme.md129 csrr a1, mepc
A Dinterrupt_gcc.S321 csrr a1, mepc
/libcpu/ti-dsp/c6x/
A Dc66xx.h68 RT_REG_PAIR(a1, a0);
A Dstack.c98 thread_context->hw_register.a1 = 0xA01; in rt_hw_stack_init()
A Dtrap.c45 regs->hw_register.a1, regs->hw_register.b1); in show_regs()

Completed in 24 milliseconds