Searched defs:PC_ADVANCE (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/arch/mips/include/
H A Ddb_machdep.h65 #define PC_ADVANCE(regs) do { \ macro
/netbsd-current/sys/arch/riscv/include/
H A Ddb_machdep.h53 #define PC_ADVANCE(tf) do { \ macro
/netbsd-current/sys/arch/usermode/include/
H A Ddb_machdep.h100 #define PC_ADVANCE(r) (_UC_MACHINE_PC(r) += BKPT_SIZE) macro
/netbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h86 #define PC_ADVANCE(regs) do { \ macro
/netbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h64 #define PC_ADVANCE(r) ((r)->tf_r15 += BKPT_SIZE) macro
/netbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h82 #define PC_ADVANCE(regs) do { \ macro
/netbsd-current/sys/arch/sh3/include/
H A Ddb_machdep.h50 #define PC_ADVANCE(regs) ((regs)->tf_spc += BKPT_SIZE) macro
/netbsd-current/sys/arch/sparc/include/
H A Ddb_machdep.h62 #define PC_ADVANCE(regs) do { \ macro
/netbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h65 #define PC_ADVANCE(r) ((r)->tf_rip += BKPT_SIZE) macro
/netbsd-current/sys/arch/ia64/include/
H A Ddb_machdep.h94 #define PC_ADVANCE(regs) db_pc_advance(regs) macro

Completed in 470 milliseconds