Searched defs:next_instr_address (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/riscv/include/
H A Ddb_machdep.h90 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) macro
/freebsd-13-stable/sys/arm/include/
H A Ddb_machdep.h86 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
/freebsd-13-stable/sys/arm64/include/
H A Ddb_machdep.h122 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) macro
/freebsd-13-stable/sys/mips/mips/
H A Ddb_interface.c239 next_instr_address(db_addr_t pc, boolean_t bd) function

Completed in 94 milliseconds