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

/netbsd-6-1-5-RELEASE/sys/ddb/
H A Ddb_print.c73 db_print_loc_and_inst(PC_REGS(DDB_REGS));
H A Ddb_trap.c87 db_dot = PC_REGS(DDB_REGS);
H A Ddb_run.c87 pc = PC_REGS(regs);
96 pc = PC_REGS(regs);
127 PC_REGS(regs) += BKPT_SIZE;
192 db_addr_t pc = PC_REGS(regs);
376 db_addr_t pc = PC_REGS(regs), brpc = pc;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Ddb_machdep.h60 #define PC_REGS(regs) ((regs)->db_tf.tf_pc) macro
62 #define PC_REGS(regs) ((db_addr_t)(regs)->db_tf.tf_pc) macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Ddb_machdep.h55 #define PC_REGS(regs) ((regs)->tf_r15 & R15_PC) macro
58 #define PC_REGS(regs) ((regs)->tf_pc) macro
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkgdb_stub.c348 type, (void*)PC_REGS(regs));
387 PC_REGS(regs) += BKPT_SIZE;
511 PC_REGS(regs) = addr;
517 (vaddr_t)PC_REGS(regs)));
531 PC_REGS(regs) = addr;
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Ddb_machdep.h50 #define PC_REGS(regs) (*(db_addr_t *)&(regs)->tf_pc) macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Ddb_machdep.h49 #define PC_REGS(regs) ((db_addr_t)(regs)->tf_spc) macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Ddb_machdep.h54 #define PC_REGS(regs) ((db_addr_t)(regs)->tf_special.__spare == 0) ? \
60 #define PC_REGS(regs) ((db_addr_t)(regs)->tf_special.iip + (((regs)->tf_special.psr>>41) & 3)) macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Ddb_machdep.h65 #define PC_REGS(regs) ((db_addr_t)(regs)->tf_iioq_head) macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Ddb_machdep.h62 #define PC_REGS(regs) ((regs)->tf_pc) macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Ddb_machdep.h57 #define PC_REGS(regs) ((regs)->r_regs[_R_PC]) macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Ddb_machdep.h86 #define PC_REGS(regs) ((regs)->db_tf.tf_pc) macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Ddb_machdep.h67 #define PC_REGS(regs) (*(db_addr_t *)&(regs)->iar) macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Ddb_machdep.h64 #define PC_REGS(regs) ((regs)->tf_eip) macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Ddb_machdep.h49 #define PC_REGS(regs) ((regs)->tf_regs[FRAME_PC]) macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Ddb_machdep.h64 #define PC_REGS(regs) ((regs)->tf_rip) macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Ddb_interface.c224 db_read_bytes(PC_REGS(DDB_REGS),BKPT_SIZE,(void *)&bkpt);
226 PC_REGS(DDB_REGS) += BKPT_SIZE;

Completed in 96 milliseconds