Home
last modified time | relevance | path

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

/kernel/kcsan/
Dencoding.h15 #define CONSUMED_WATCHPOINT 1 macro
68 watchpoint == CONSUMED_WATCHPOINT) in decode_watchpoint()
Dselftest.c53 CONSUMED_WATCHPOINT, &verif_masked_addr, in test_encode_decode()
Dcore.c178 return atomic_long_try_cmpxchg_relaxed(watchpoint, &encoded_watchpoint, CONSUMED_WATCHPOINT); in try_consume_watchpoint()
184 return atomic_long_xchg_relaxed(watchpoint, CONSUMED_WATCHPOINT) != CONSUMED_WATCHPOINT; in consume_watchpoint()