Searched refs:WATCHPOINT_WRITE_MASK (Results 1 – 1 of 1) sorted by relevance
43 #define WATCHPOINT_WRITE_MASK BIT(BITS_PER_LONG-1) macro57 return (long)((is_write ? WATCHPOINT_WRITE_MASK : 0) | in encode_watchpoint()73 *is_write = !!((unsigned long)watchpoint & WATCHPOINT_WRITE_MASK); in decode_watchpoint()