arch_clear_watchpoint
status_t arch_clear_watchpoint(void *address);
return arch_clear_watchpoint((void*)watchpoint->address);
result = arch_clear_watchpoint(address);