Home
last modified time | relevance | path

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

/kernel/kcsan/
Dcore.c103 static atomic_long_t watchpoints[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1]; variable
130 watchpoint = &watchpoints[SLOT_IDX_FAST(slot, i)]; in find_watchpoint()
158 …UG_ON(SLOT_IDX(CONFIG_KCSAN_NUM_WATCHPOINTS-1, KCSAN_CHECK_ADJACENT) != ARRAY_SIZE(watchpoints)-1); in insert_watchpoint()
159 …DX(CONFIG_KCSAN_NUM_WATCHPOINTS-1, KCSAN_CHECK_ADJACENT+1) != ARRAY_SIZE(watchpoints) - NUM_SLOTS); in insert_watchpoint()
165 watchpoint = &watchpoints[SLOT_IDX(slot, i)]; in insert_watchpoint()
507 kcsan_report_set_info(ptr, size, type, ip, watchpoint - watchpoints); in kcsan_found_watchpoint()
679 value_change, watchpoint - watchpoints, in kcsan_setup_watchpoint()