Home
last modified time | relevance | path

Searched refs:a7 (Results 1 – 13 of 13) sorted by relevance

/libcpu/aarch64/common/include/
A Dsmccc.h37 unsigned long a6, unsigned long a7, struct arm_smccc_res_t *res,
42 unsigned long a6, unsigned long a7, struct arm_smccc_res_t *res,
/libcpu/risc-v/common64/
A Dsyscall_c.c34 int syscallid = regs->a7; in syscall_handler()
58 regs->a7 = 0; in syscall_handler()
A Dstack.h45 rt_ubase_t a7; /* x17 - s7 - function argument 7 */ member
A Dsbi.h156 register uintptr_t a7 __asm("a7") = (uintptr_t)(arg7); in sbi_call()
161 : "r"(a2), "r"(a3), "r"(a4), "r"(a6), "r"(a7) \ in sbi_call()
A Dtrap.c57 rt_kprintf("\ta6(x16) = %p\ta7(x17) = %p\n", regs->a6, regs->a7); in dump_regs()
/libcpu/risc-v/t-head/c906/asm/
A Dsbiasm.h5 li a7, \which
/libcpu/risc-v/t-head/c908/asm/
A Dsbiasm.h5 li a7, \which
/libcpu/risc-v/common/
A Drt_hw_stack_frame.h36 rt_ubase_t a7; /* x17 - a7 - function argument 7 */ member
A Dtrap_common.c104 rt_kprintf("a7 : 0x%08x\r\n", s_stack_frame->a7); in rt_show_stack_frame()
/libcpu/ti-dsp/c6x/
A Dc66xx.h71 RT_REG_PAIR(a7, a6);
A Dstack.c104 thread_context->hw_register.a7 = 0xA07; in rt_hw_stack_init()
A Dtrap.c57 regs->hw_register.a7, regs->hw_register.b7); in show_regs()
/libcpu/mips/common/
A Dmips_regs.h76 #define a7 $11 macro

Completed in 16 milliseconds