Home
last modified time | relevance | path

Searched defs:value_change (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/kcsan/
H A Dreport.c171 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 Dcore.c533 enum kcsan_value_change value_change = KCSAN_VALUE_CHANGE_MAYBE; in kcsan_setup_watchpoint() local