Home
last modified time | relevance | path

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

/kernel/kcsan/
Dreport.c26 int access_type; member
369 get_bug_type(ai->access_type | other_info->ai.access_type), in print_report()
375 pr_err("BUG: KCSAN: %s in %pS\n", get_bug_type(ai->access_type), in print_report()
389 get_access_type(other_info->ai.access_type), other_info->ai.ptr, in print_report()
403 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report()
409 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report()
596 void kcsan_report(const volatile void *ptr, size_t size, int access_type, in kcsan_report() argument
604 .access_type = access_type, in kcsan_report()
Dkcsan.h140 extern void kcsan_report(const volatile void *ptr, size_t size, int access_type,
Dkcsan-test.c200 const char *const access_type = in report_matches() local
227 cur += scnprintf(cur, end - cur, "%s%s to ", access_type, in report_matches()
/kernel/bpf/
Dcgroup.c1182 .access_type = (access << 16) | dev_type, in __cgroup_bpf_check_dev_permission()
1237 case bpf_ctx_range(struct bpf_cgroup_dev_ctx, access_type): in cgroup_dev_is_valid_access()