Searched defs:value_change (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/kernel/kcsan/ |
| H A D | report.c | 164 skip_report(enum kcsan_value_change value_change, unsigned long top_frame) in skip_report() argument 326 print_report(enum kcsan_value_change value_change, enum kcsan_report_type type, const struct access_info *ai, const struct other_info *other_info) print_report() argument 596 kcsan_report(const volatile void *ptr, size_t size, int access_type, enum kcsan_value_change value_change, enum kcsan_report_type type, int watchpoint_idx) kcsan_report() argument [all...] |
| H A D | core.c | 414 enum kcsan_value_change value_change = KCSAN_VALUE_CHANGE_MAYBE; in kcsan_setup_watchpoint() local
|
| /kernel/linux/linux-6.6/kernel/kcsan/ |
| H A D | report.c | 171 skip_report(enum kcsan_value_change value_change, unsigned long top_frame) in skip_report() argument 388 print_report(enum kcsan_value_change value_change, const struct access_info *ai, struct other_info *other_info, u64 old, u64 new, u64 mask) print_report() argument 666 kcsan_report_known_origin(const volatile void *ptr, size_t size, int access_type, unsigned long ip, enum kcsan_value_change value_change, int watchpoint_idx, u64 old, u64 new, u64 mask) kcsan_report_known_origin() argument [all...] |
| H A D | core.c | 533 enum kcsan_value_change value_change = KCSAN_VALUE_CHANGE_MAYBE; in kcsan_setup_watchpoint() local
|
Completed in 6 milliseconds