Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/kcsan/
H A 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()
H A Dkcsan.h142 enum kcsan_report_type type, int watchpoint_idx);