Searched refs:PC_REGS (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/sys/arch/sh/include/
H A Ddb_machdep.h46 #define PC_REGS(regs) ((vaddr_t)(regs)->tf_spc) macro
/openbsd-current/sys/arch/powerpc64/include/
H A Ddb_machdep.h45 #define PC_REGS(regs) ((regs)->srr0) macro
46 #define SET_PC_REGS(regs, value) PC_REGS(regs) = (value)
/openbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h45 #define PC_REGS(regs) ((regs)->srr0) macro
46 #define SET_PC_REGS(regs, value) PC_REGS(regs) = (value)
/openbsd-current/sys/ddb/
H A Ddb_trap.c68 db_dot = PC_REGS(&ddb_regs);
H A Ddb_run.c78 old_pc = pc = PC_REGS(regs);
87 pc = PC_REGS(regs);
114 PC_REGS(regs) = old_pc;
179 vaddr_t pc = PC_REGS(regs);
328 vaddr_t pc = PC_REGS(regs);
H A Ddb_command.c908 db_print_loc_and_inst(PC_REGS(&ddb_regs));
/openbsd-current/sys/arch/mips64/include/
H A Ddb_machdep.h53 #define PC_REGS(regs) ((vaddr_t)(regs)->pc) macro
/openbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h45 #define PC_REGS(regs) ((vaddr_t)(regs)->tf_regs[FRAME_PC]) macro
/openbsd-current/sys/arch/riscv64/include/
H A Ddb_machdep.h59 #define PC_REGS(regs) ((vaddr_t)(regs)->tf_ra) macro
/openbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h46 #define PC_REGS(regs) ((vaddr_t)(regs)->tf_eip) macro
/openbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h48 #define PC_REGS(regs) ((vaddr_t)(regs)->tf_rip) macro
/openbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h52 #define PC_REGS(regs) ((vaddr_t)(regs)->tf_pc) macro
/openbsd-current/sys/arch/arm64/include/
H A Ddb_machdep.h54 #define PC_REGS(regs) ((vaddr_t)(regs)->tf_lr) macro
/openbsd-current/sys/arch/m88k/m88k/
H A Ddb_sstep.c144 vaddr_t pc = PC_REGS(regs);
H A Dtrap.c544 vaddr_t pc = PC_REGS(&frame->tf_regs);
1084 vaddr_t pc = PC_REGS(&frame->tf_regs);
1535 pc = PC_REGS(sstf);
1605 pc = PC_REGS(&frame->tf_regs);
H A Ddb_interface.c560 l = PC_REGS(&ddb_regs); /* clear low bits */
H A Ddb_trace.c712 where = PC_REGS(regs);
/openbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h31 #define PC_REGS(regs) ((vaddr_t)(regs)->tf_iioq_head) macro
/openbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h87 #define PC_REGS(regs) ((vaddr_t)(regs)->ddb_tf.tf_pc) macro
/openbsd-current/sys/arch/m88k/include/
H A Dcpu.h278 #define PC_REGS(regs) \ macro
283 #define PROC_PC(p) PC_REGS((struct reg *)((p)->p_md.md_tf))
/openbsd-current/sys/arch/hppa/hppa/
H A Ddb_disasm.c2321 if (loc == PC_REGS(&ddb_regs) && ddb_regs.tf_iir)

Completed in 292 milliseconds