Searched refs:next_instr_address (Results 1 – 6 of 6) sorted by relevance
242 ins = db_get_value(next_instr_address(pc,1), in db_restart_at_pc()314 pc = next_instr_address(pc, 1); in db_set_single_step()316 pc = next_instr_address(pc, 0); in db_set_single_step()
86 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
53 db_addr_t next_instr_address(db_addr_t, boolean_t);
119 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) macro
239 next_instr_address(db_addr_t pc, boolean_t bd) in next_instr_address() function
301 pc = next_instr_address(pc, 0); in kdb_cpu_set_singlestep()