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

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

Completed in 128 milliseconds