Lines Matching refs:encoded_watchpoint
113 long *encoded_watchpoint) in find_watchpoint() argument
127 *encoded_watchpoint = atomic_long_read(watchpoint); in find_watchpoint()
128 if (!decode_watchpoint(*encoded_watchpoint, &wp_addr_masked, in find_watchpoint()
147 const long encoded_watchpoint = encode_watchpoint(addr, size, is_write); in insert_watchpoint() local
162 if (atomic_long_try_cmpxchg_relaxed(watchpoint, &expect_val, encoded_watchpoint)) in insert_watchpoint()
179 try_consume_watchpoint(atomic_long_t *watchpoint, long encoded_watchpoint) in try_consume_watchpoint() argument
181 return atomic_long_try_cmpxchg_relaxed(watchpoint, &encoded_watchpoint, CONSUMED_WATCHPOINT); in try_consume_watchpoint()
354 long encoded_watchpoint) in kcsan_found_watchpoint() argument
392 consumed = try_consume_watchpoint(watchpoint, encoded_watchpoint); in kcsan_found_watchpoint()
604 long encoded_watchpoint; in check_access() local
619 &encoded_watchpoint); in check_access()
629 encoded_watchpoint); in check_access()