Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/kcsan/
Dencoding.h62 encode_watchpoint(unsigned long addr, size_t size, bool is_write) in encode_watchpoint() function
Dselftest.c49 encoded_watchpoint = encode_watchpoint(addr, size, is_write); in test_encode_decode()
Dcore.c151 const long encoded_watchpoint = encode_watchpoint(addr, size, is_write); in insert_watchpoint()