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

/netbsd-current/sys/ddb/
H A Ddb_trap.c88 db_dot = PC_REGS(DDB_REGS);
H A Ddb_print.c74 db_print_loc_and_inst(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);
379 db_addr_t pc = PC_REGS(regs), brpc = pc;
/netbsd-current/sys/arch/or1k/include/
H A Ddb_machdep.h50 #define PC_REGS(tf) ((tf)->tf_pc) macro
/netbsd-current/sys/arch/vax/include/
H A Ddb_machdep.h50 #define PC_REGS(regs) (*(db_addr_t *)&(regs)->tf_pc) macro
/netbsd-current/sys/arch/sh3/include/
H A Ddb_machdep.h49 #define PC_REGS(regs) ((regs)->tf_spc) macro
/netbsd-current/sys/kern/
H A Dkgdb_stub.c364 type, (void*)PC_REGS(regs));
404 PC_REGS(regs) += BKPT_SIZE;
528 PC_REGS(regs) = addr;
534 (vaddr_t)PC_REGS(regs)));
548 PC_REGS(regs) = addr;
/netbsd-current/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-current/sys/arch/arm/include/
H A Ddb_machdep.h63 #define PC_REGS(regs) ((regs)->tf_pc) macro
/netbsd-current/sys/arch/mips/include/
H A Ddb_machdep.h63 #define PC_REGS(regs) ((regs)->r_regs[_R_PC]) macro
/netbsd-current/sys/arch/riscv/include/
H A Ddb_machdep.h51 #define PC_REGS(tf) ((tf)->tf_pc) macro
/netbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h64 #define PC_REGS(regs) ((regs)->tf_iioq_head) macro
/netbsd-current/sys/arch/m68k/include/
H A Ddb_machdep.h58 #define PC_REGS(regs) ((regs)->tf_pc) macro
/netbsd-current/sys/arch/sparc/include/
H A Ddb_machdep.h61 #define PC_REGS(regs) ((regs)->db_tf.tf_pc) macro
/netbsd-current/sys/arch/usermode/include/
H A Ddb_machdep.h99 #define PC_REGS(regs) (_UC_MACHINE_PC(regs)) macro
/netbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h64 #define PC_REGS(regs) ((regs)->tf_eip) macro
/netbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h85 #define PC_REGS(regs) ((regs)->db_tf.tf_pc) macro
/netbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h66 #define PC_REGS(regs) (*(db_addr_t *)&(regs)->iar) macro
/netbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h64 #define PC_REGS(regs) ((regs)->tf_rip) macro
/netbsd-current/sys/arch/aarch64/include/
H A Ddb_machdep.h94 #define PC_REGS(tf) ((tf)->tf_pc) macro
/netbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h51 #define PC_REGS(regs) ((regs)->tf_regs[FRAME_PC]) macro
/netbsd-current/sys/arch/powerpc/powerpc/
H A Ddb_interface.c268 db_read_bytes(PC_REGS(DDB_REGS),BKPT_SIZE,(void *)&bkpt);
270 PC_REGS(DDB_REGS) += BKPT_SIZE;

Completed in 416 milliseconds