Lines Matching refs:encoded_watchpoint
115 long *encoded_watchpoint) in find_watchpoint() argument
129 *encoded_watchpoint = atomic_long_read(watchpoint); in find_watchpoint()
130 if (!decode_watchpoint(*encoded_watchpoint, &wp_addr_masked, in find_watchpoint()
149 const long encoded_watchpoint = encode_watchpoint(addr, size, is_write); in insert_watchpoint() local
164 if (atomic_long_try_cmpxchg_relaxed(watchpoint, &expect_val, encoded_watchpoint)) in insert_watchpoint()
181 try_consume_watchpoint(atomic_long_t *watchpoint, long encoded_watchpoint) in try_consume_watchpoint() argument
183 return atomic_long_try_cmpxchg_relaxed(watchpoint, &encoded_watchpoint, CONSUMED_WATCHPOINT); in try_consume_watchpoint()
449 long encoded_watchpoint) in kcsan_found_watchpoint() argument
489 consumed = try_consume_watchpoint(watchpoint, encoded_watchpoint); in kcsan_found_watchpoint()
711 long encoded_watchpoint; in check_access() local
728 &encoded_watchpoint); in check_access()
737 kcsan_found_watchpoint(ptr, size, type, ip, watchpoint, encoded_watchpoint); in check_access()