Searched refs:check_and_set_watchpoint (Results 1 – 3 of 3) sorted by relevance
45 extern bool check_and_set_watchpoint(void *pc, uintptr_t address, size_t size, enum access_type acc…
306 check_and_set_watchpoint(void *pc, uintptr_t address, size_t size, enum access_type access_type) in check_and_set_watchpoint() function
1692 bool has_wp = check_and_set_watchpoint(pc, (uintptr_t)addr, size, access_type); \