Searched refs:value_change (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/kcsan/ |
| H A D | report.c | 172 skip_report(enum kcsan_value_change value_change, unsigned long top_frame) in skip_report() 174 /* Should never get here if value_change==FALSE. */ in skip_report() 175 WARN_ON_ONCE(value_change == KCSAN_VALUE_CHANGE_FALSE); in skip_report() 178 * The first call to skip_report always has value_change==TRUE, since we in skip_report() 182 * 1. read watchpoint, conflicting write (value_change==TRUE): report; in skip_report() 183 * 2. read watchpoint, conflicting write (value_change==MAYBE): skip; in skip_report() 184 * 3. write watchpoint, conflicting write (value_change==TRUE): report; in skip_report() 185 * 4. write watchpoint, conflicting write (value_change==MAYBE): skip; in skip_report() 186 * 5. write watchpoint, conflicting read (value_change==MAYBE): skip; in skip_report() 187 * 6. write watchpoint, conflicting read (value_change in skip_report() 171 skip_report(enum kcsan_value_change value_change,unsigned long top_frame) 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 667 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 645 value_change = KCSAN_VALUE_CHANGE_TRUE; in kcsan_setup_watchpoint() 653 if (value_change == KCSAN_VALUE_CHANGE_MAYBE) { in kcsan_setup_watchpoint() 660 value_change = KCSAN_VALUE_CHANGE_FALSE; in kcsan_setup_watchpoint() 663 value_change = KCSAN_VALUE_CHANGE_TRUE; in kcsan_setup_watchpoint() 675 if (is_assert && value_change == KCSAN_VALUE_CHANGE_TRUE) in kcsan_setup_watchpoint() 679 value_change, watchpoint - watchpoints, in kcsan_setup_watchpoint() 681 } else if (value_change == KCSAN_VALUE_CHANGE_TRUE) { in kcsan_setup_watchpoint()
|
| H A D | kcsan.h | 132 unsigned long ip, enum kcsan_value_change value_change,
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1056 self.value_change = self.value != prev.value + 1 1058 self.value_change = self.value != 0 1059 self.value_change = self.value_change or self.enum_set['type'] == 'flags' 3248 if entry.value_change:
|