Home
last modified time | relevance | path

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

/kernel/kcsan/
Dencoding.h43 #define WATCHPOINT_WRITE_MASK BIT(BITS_PER_LONG-1) macro
57 return (long)((is_write ? WATCHPOINT_WRITE_MASK : 0) | in encode_watchpoint()
73 *is_write = !!((unsigned long)watchpoint & WATCHPOINT_WRITE_MASK); in decode_watchpoint()