arch_set_watchpoint
status_t arch_set_watchpoint(void *address, uint32 type, int32 length);
status_t error = arch_set_watchpoint((void*)address, type, length);
result = arch_set_watchpoint(address, type, length);