Searched defs:is_write (Results 1 – 3 of 3) sorted by relevance
62 encode_watchpoint(unsigned long addr, size_t size, bool is_write) in encode_watchpoint()72 bool *is_write) in decode_watchpoint()
122 bool is_write; in find_watchpoint() local146 insert_watchpoint(unsigned long addr, size_t size, bool is_write) in insert_watchpoint()423 const bool is_write = (type & KCSAN_ACCESS_WRITE) != 0; in kcsan_setup_watchpoint() local604 const bool is_write = (type & KCSAN_ACCESS_WRITE) != 0; in check_access() local
37 bool is_write = !!prandom_u32_max(2); in test_encode_decode() local