Searched refs:tf_a0 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/riscv/riscv/
H A Dsyscall.c82 register_t *args = &tf->tf_a0;
102 printf("syscall: _syscall code %#"PRIxREGISTER"\n", tf->tf_a0);
229 tf->tf_a0 = retval[0];
239 tf->tf_a0, tf->tf_a1, tf->tf_pc);
252 tf->tf_a0 = error;
H A Dsig_machdep.c128 tf->tf_a0 = signo;
H A Ddb_machdep.c66 { "a0", (void *)offsetof(struct trapframe, tf_a0), db_rw_ddbreg, NULL },
H A Driscv_machdep.c171 tf->tf_a0 = 0; // cleanup
189 tf->tf_a0 = 0;
H A Dtrap.c97 tf->tf_a0 = error;
/netbsd-current/sys/arch/riscv/include/
H A Dframe.h54 #define tf_a0 tf_reg[_X_A0] macro

Completed in 97 milliseconds