Home
last modified time | relevance | path

Searched defs:is_write (Results 1 – 3 of 3) sorted by relevance

/kernel/kcsan/
Dencoding.h62 encode_watchpoint(unsigned long addr, size_t size, bool is_write) in encode_watchpoint()
72 bool *is_write) in decode_watchpoint()
Dcore.c122 bool is_write; in find_watchpoint() local
146 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() local
604 const bool is_write = (type & KCSAN_ACCESS_WRITE) != 0; in check_access() local
Dselftest.c37 bool is_write = !!prandom_u32_max(2); in test_encode_decode() local