Searched refs:kdb_cpu_clr_breakpoint (Results 1 – 4 of 4) sorted by relevance
41 int kdb_cpu_clr_breakpoint(vm_offset_t addr);
317 if (kdb_cpu_clr_breakpoint(addr) != 0) { in db_deletehbreak_cmd()
703 error = kdb_cpu_clr_breakpoint((vm_offset_t)addr); in gdb_z_remove()
203 kdb_cpu_clr_breakpoint(vm_offset_t addr) in kdb_cpu_clr_breakpoint() function