Searched refs:CONSUMED_WATCHPOINT (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/kcsan/
H A Dencoding.h20 #define CONSUMED_WATCHPOINT 1 macro
75 watchpoint == CONSUMED_WATCHPOINT)
H A Dselftest.c54 if (WARN_ON(decode_watchpoint(CONSUMED_WATCHPOINT, &verif_masked_addr, &verif_size, &verif_is_write)))
H A Dcore.c185 return atomic_long_try_cmpxchg_relaxed(watchpoint, &encoded_watchpoint, CONSUMED_WATCHPOINT);
191 return atomic_long_xchg_relaxed(watchpoint, CONSUMED_WATCHPOINT) != CONSUMED_WATCHPOINT;

Completed in 159 milliseconds