Searched refs:getreg_val (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/ddb/
H A Ddb_run.h61 #ifndef getreg_val
62 extern register_t getreg_val(db_regs_t *, int);
H A Ddb_run.c305 * branch_taken(ins, pc, getreg_val, regs),
308 * getreg_val(regs, reg), return the value of a user register,
339 brpc = branch_taken(inst, pc, getreg_val, regs);
/openbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h88 #define getreg_val (0) macro
/openbsd-current/sys/arch/arm64/include/
H A Ddb_machdep.h76 #define getreg_val (0) macro
/openbsd-current/sys/arch/alpha/alpha/
H A Ddb_interface.c478 return (branch_taken(*(u_int *)pc, pc, getreg_val, &ddb_regs));

Completed in 123 milliseconds