Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/kcsan/
Dselftest.c48 if (WARN_ON(decode_watchpoint( in test_encode_decode()
52 if (WARN_ON(decode_watchpoint( in test_encode_decode()
58 if (WARN_ON(!decode_watchpoint( in test_encode_decode()
Dencoding.h66 static __always_inline bool decode_watchpoint(long watchpoint, in decode_watchpoint() function
Dcore.c125 if (!decode_watchpoint(*encoded_watchpoint, &wp_addr_masked, in find_watchpoint()