Searched refs:stepped_address (Results 1 – 3 of 3) sorted by relevance
23 static unsigned long stepped_address; variable134 stepped_address = addr; in do_single_step()137 error = copy_to_kernel_nofault((void *)stepped_address, in do_single_step()147 stepped_address = 0; in do_single_step()157 copy_to_kernel_nofault((void *)stepped_address, in undo_single_step()159 flush_icache_range(stepped_address, in undo_single_step()160 stepped_address + BREAK_INSTR_SIZE); in undo_single_step()162 stepped_address = 0; in undo_single_step()306 if (stepped_address == addr) in kgdb_riscv_kgdbbreak()
135 static unsigned long stepped_address; variable143 stepped_address = (int)addr; in do_single_step()160 __raw_writew(stepped_opcode, stepped_address); in undo_single_step()161 flush_icache_range(stepped_address, stepped_address + 2); in undo_single_step()
26 static unsigned long stepped_address; variable393 stepped_address = addr; in do_single_step()396 error = copy_to_kernel_nofault((void *)stepped_address, in do_single_step()402 stepped_address = 0; in do_single_step()415 copy_to_kernel_nofault((void *)stepped_address, in undo_single_step()417 flush_icache_range(stepped_address, stepped_address + BREAK_INSTR_SIZE); in undo_single_step()421 stepped_address = 0; in undo_single_step()