Searched refs:SET_PC_REGS (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/arch/m88k/include/
H A Ddb_machdep.h44 #define SET_PC_REGS(regs, value) \ macro
/openbsd-current/sys/arch/mips64/include/
H A Ddb_machdep.h54 #define SET_PC_REGS(regs, value) (regs)->pc = (register_t)(value) macro
/openbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h46 #define SET_PC_REGS(regs, value) (regs)->tf_regs[FRAME_PC] = (unsigned long)(value) macro
/openbsd-current/sys/arch/powerpc64/include/
H A Ddb_machdep.h46 #define SET_PC_REGS(regs, value) PC_REGS(regs) = (value) macro
/openbsd-current/sys/arch/riscv64/include/
H A Ddb_machdep.h60 #define SET_PC_REGS(regs, value) (regs)->tf_ra = (register_t)(value) macro
/openbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h47 #define SET_PC_REGS(regs, value) (regs)->tf_eip = (int)(value) macro
/openbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h49 #define SET_PC_REGS(regs, value) (regs)->tf_rip = (int64_t)(value) macro
/openbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h53 #define SET_PC_REGS(regs, value) (regs)->tf_pc = (register_t)(value) macro
/openbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h46 #define SET_PC_REGS(regs, value) PC_REGS(regs) = (value) macro
/openbsd-current/sys/arch/arm64/include/
H A Ddb_machdep.h55 #define SET_PC_REGS(regs, value) (regs)->tf_lr = (register_t)(value) macro
/openbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h32 #define SET_PC_REGS(regs, value) \ macro
/openbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h88 #define SET_PC_REGS(regs, value) (regs)->ddb_tf.tf_pc = (int32_t)(value) macro
/openbsd-current/sys/ddb/
H A Ddb_run.c111 # ifdef SET_PC_REGS
112 SET_PC_REGS(regs, old_pc);

Completed in 123 milliseconds