Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/kcsan/
Dreport.c598 enum kcsan_report_type type, int watchpoint_idx) in kcsan_report() argument
609 ? NULL : &other_infos[watchpoint_idx]; in kcsan_report()
612 if (WARN_ON(watchpoint_idx < 0 || watchpoint_idx >= ARRAY_SIZE(other_infos))) in kcsan_report()
Dkcsan.h147 enum kcsan_report_type type, int watchpoint_idx);