Lines Matching refs:ip

210 check_access(const volatile void *ptr, size_t size, int type, unsigned long ip);
224 scoped_access->type, scoped_access->ip); in kcsan_check_scoped_accesses()
402 int type, unsigned long ip) in find_reorder_access() argument
414 reorder_access->type == type && reorder_access->ip == ip; in find_reorder_access()
419 int type, unsigned long ip) in set_reorder_access() argument
436 reorder_access->ip = ip; in set_reorder_access()
458 unsigned long ip, in kcsan_found_watchpoint() argument
483 if (ctx->access_mask && !find_reorder_access(ctx, ptr, size, type, ip)) in kcsan_found_watchpoint()
507 kcsan_report_set_info(ptr, size, type, ip, watchpoint - watchpoints); in kcsan_found_watchpoint()
527 kcsan_setup_watchpoint(const volatile void *ptr, size_t size, int type, unsigned long ip) in kcsan_setup_watchpoint() argument
570 is_reorder_access = find_reorder_access(ctx, ptr, size, type, ip); in kcsan_setup_watchpoint()
678 kcsan_report_known_origin(ptr, size, type, ip, in kcsan_setup_watchpoint()
689 kcsan_report_unknown_origin(ptr, size, type, ip, in kcsan_setup_watchpoint()
713 set_reorder_access(ctx, ptr, size, type, ip); in kcsan_setup_watchpoint()
719 check_access(const volatile void *ptr, size_t size, int type, unsigned long ip) in check_access() argument
748 kcsan_found_watchpoint(ptr, size, type, ip, watchpoint, encoded_watchpoint); in check_access()
753 kcsan_setup_watchpoint(ptr, size, type, ip); in check_access()
767 ip = reorder_access->ip; in check_access()
920 sa->ip = _RET_IP_; in kcsan_begin_scoped_access()
952 check_access(sa->ptr, sa->size, sa->type, sa->ip); in kcsan_end_scoped_access()
1131 reorder_access->type, reorder_access->ip); in __tsan_func_exit()