Home
last modified time | relevance | path

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

/kernel/kcsan/
Dreport.c43 struct access_info ai; member
389 const struct access_info *ai, in print_report() argument
396 int skipnr = sanitize_stack_entries(stack_entries, num_stack_entries, ai->ip, &reordered_to); in print_report()
411 other_info->ai.ip, &other_reordered_to); in print_report()
433 get_bug_type(ai->access_type | other_info->ai.access_type), in print_report()
437 pr_err("BUG: KCSAN: %s in %pS\n", get_bug_type(ai->access_type), in print_report()
446 get_access_type(other_info->ai.access_type), other_info->ai.ptr, in print_report()
447 other_info->ai.size, get_thread_desc(other_info->ai.task_pid), in print_report()
448 other_info->ai.cpu_id); in print_report()
459 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report()
[all …]